Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Enquire (ask a question) button Appearing top left of product page
Tagged: ask a question, divi, enquire, product template
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by WCFM Forum.
- AuthorPosts
- March 27, 2020 at 6:54 pm #113523paul.skeltonParticipant
Hi,
I’m using the Divi Theme builder to create my product template.
I have added the ‘Ask A Question’ shortcode to the page to position the button. However, there is also an ‘Ask a Question’ button and shipping details appearing top left of the page. (see screenshot)
How can I remove this?
Thanks,
PaulAttachments:
You must be logged in to view attached files. - April 4, 2020 at 12:36 pm #115244WCFM ForumMember
Hi,
Well, this is because of theme template. It totally destroyed WooCommerce hook/filters.
between, which theme you are using for the site?
Thank You
- April 4, 2020 at 3:19 pm #115314paul.skeltonParticipant
Hi, I’m using the Divi Theme.
I’m using the shortcode to position the Inquire button but another button appears top left of the page. I need to remove this
- April 5, 2020 at 10:56 am #115552WCFM ForumMember
Hi,
Please add this snippet to your site –
add_filter( 'wcfm_is_allow_product_enquiry_bubtton', '__return_false' ); add_filter( 'wcfm_is_allow_shipping_processing_time_info', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- You must be logged in to reply to this topic.