BuddyBoss Home – Web Support Forums Themes OneSocial theme "BUTTON" ASK FOR QUESTION

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

    #65726
    @marciopt

    Hello, it never hurts to say that I’m super happy with this template. One question: Is it possible within the seller’s page to create a lower button “ask for question” to visually facilitate sending a message to him? Is there some code I can put on the page for that purpose?

    Answers

    #65743

    Anonymous
    @

    Hi @marciopt, Following codes are using inside
    /buddyboss-marketplace/templates/woocommerce/content-single-product.php
    You can use it as reference

    
    <div class="generic-button" id="send-private-message">
    					<a class="send-message" href="<?php echo $url; ?>"
    					   title="<?php _e('Send a private message to this user.', 'buddyboss-marketplace'); ?>"><?php _e('Ask a question', 'buddyboss-marketplace'); ?></a>
    				</div>
    

    Regards
    Varun Dubey

    #65801
    @marciopt

    Thank you very much; excuse my lack of knowledge on the subject. I have an image and I want to put this code to the person when clicked went straight to send the message to the seller, how can I do?
    Regards,
    Marcio Albuquerque

    #65885

    Anonymous
    @

    Hi @marciopt, Please do let us know that where you want to add that clickable image so we can help more on this topic it is sidebar or anywhere else..

    Regards

    #65931
    @marciopt

    I want to create a button and the user to click on it to be directed to the message with the seller.
    Thanks for attention!
    I love buddyboss 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘"BUTTON" ASK FOR QUESTION’ is closed to new replies.