WPBean
Forum Replies Created
-
Hi @fulviods
This feature is not currently available. We might add this feature in future. Or might develop a new plugin for using Zoom without WooCommerce plugin.
Thanks
Hi @saskiaherm
A new update for this plugin is just released. Please update the plugin on your site and clear all the cache. The issue will be fixed.
Thanks
BTW we have a complete plugin for WooCommerce CF7 popup.
You can check this if you want – https://ww.wp.xz.cn/plugins/get-a-quote-button-for-woocommerce/
Understand. Here is the PHP code you need to add. For showing the button and text inline.
add_action( 'woocommerce_after_add_to_cart_form', function(){ echo '<div class="wpb_pcf_button_wrapper_custom"><span>Need more items?</span>'; }, 30 ); add_action( 'woocommerce_after_add_to_cart_form', 'wpb_pcf_contact_form_button', 30 ); add_action( 'woocommerce_after_add_to_cart_form', function(){ echo '</div>'; }, 40 );CSS code to add
.wpb_pcf_button_wrapper_custom { display: flex; align-items: center; gap: 15px; } .wpb_pcf_button_wrapper_custom button { margin: 0!important; }Some miscommunication is going on here.
Please remove every custom code that you added. And tell me how you added the button on your product page?
I mean by using our shortcode or any other ways? Give me a screenshot of the admin area where you added this.
Thanks
Hope you got this issue fixed from our forum.
Thanks for using this plugin.
Did you removed our button ShortCode?
I mentioned earlier to remove the text only before the shortcode, Not the shortcode it self.
Slider is working fine now. Please disable the slider loop and test it now.
[wpb-product-slider loop="false"]https://docs.wpbean.com/docs/wpb-woocommerce-products-slider-free-version/shortcode-parameters/
Add this PHP code to your child theme functions.php file-
The text is added to the code to you can remove the existing text that you added already.add_filter( 'wpb_pcf_button_html', function( $html ){ $output = '<div class="wpb_pcf_button_wrapper">'; $output .= '<span class="second_content">Need more items? </span>'; $output .= $html; $output .= '</div>'; return $output; } );And add this CSS code for the alignment.
.wpb_pcf_button_wrapper { display: flex; align-items: center; gap: 20px; }I just released another update for this plugin. Please update it on your site. After that, clear all the cache including the browser cache and check it.
Thanks
Your site URL please.
Thanks
Forum: Plugins
In reply to: [Request a Quote for WooCommerce - Get a Quote Button] Is wpform ok?I am sorry. Its support the Contact Form 7 only.
I just released an update for this plugin. Please update the plugin on your site and clear all the cache. After that test it. The issue will be resolved.
Thanks
I am sorry, Its not available for the free version.
Thanks