BuddyBoss Home – Web Support Forums Themes OneSocial theme Ask a question form is little bit confusing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Question

    #61343
    @conscious-crafties

    Hi there,

    I’m new to Buddypress/Boss and I’ve just tested my shiny new Ask a Question button. All works wonderfully thank you!

    Just want to ‘ask a question’ about the message form as it feels a little confusing to me. There is a field under the Vendor name but I don’t know what it’s for?

    Also, the Submit button only shows as a link. Could you change this to a button please?

    See attached screenshot.

    Many thanks,

    Karen

    Answers

    #61371
    @anve

    Hi @conscious-crafties,

    This is the issue with buddypress version 2.5 itself , we have notified the developers about this one.

    Regards
    Anve

    #61373
    @anve

    Hi @conscious-crafties,

    Try adding the following css in child theme’s custom css option to style the link .

    
    .messages #messages-layout .submit > input[type="submit"] {
      background-color: #b556a6 !important;
      border: none !important;
      color: #fff !important;
      padding: 10px !important;
    }
    

    Regards
    Anve

    #61385
    @conscious-crafties

    Wonderful thank you @anve that worked perfectly!

    I have the same issue on my Gravity form, are you able to help me turn this into a pretty button too?

    Many thanks for your help,

    Karen

    #61433
    @anve

    Hi @conscious-crafties

    Try following css code , apply in custom css of child theme.

    
    #post-3852 .gform_footer input.gform_button {
        background-color: #b556a6 !important;
        border: none !important;
        color: #fff!important;
        padding: 10px!important;
    }
    

    Regards
    Anve

    #61437
    @conscious-crafties

    Yay you’re a star!!! 🙂 THANK YOU!

    #61544
    @anve

    Great 🙂

    #66035
    @conscious-crafties

    Hi there andy update from Buddypress yet about field under the Vendor name after pressing Ask a Question?

    #66192

    Anonymous
    @

    Hi @conscious-crafties, Yes, the suggestion is started working now.. In ask a question section when you start typing in the field under the Vendor name it will show you suggestion.

    Regards

    #66259
    @conscious-crafties

    It works thank you! 😀

    #66427
    @anve

    Hi @conscious-crafties ,

    Great 🙂

    Regards
    Anve

Viewing 11 posts - 1 through 11 (of 11 total)
  • The question ‘Ask a question form is little bit confusing’ is closed to new replies.