WPBean
Forum Replies Created
-
Hi,
I just released an update for this plugin. Please update it on your site and check this error. Let me know the status.
Thanks
Thanks for letting us know about this issue. I will check it and give you a feedback tomorrow.
thanks
Thanks a lot for this great rating. Appreciate it a lot.
If we don’t provide the WooCommerce elements style, for a few themes, it will look broken. This is why we need to add these styles.
Without looking at how the site is set up, it’s difficult to say. For that, it is necessary to look from the inside.
Hi,
Please replace all the single quotes with double quotes. Then test it.
You can just copy and paste this code here-
[wpb_category_accordion taxonomy="product_cat" orderby="name" order="ASC" show_count="no" hide_empty="yes" icon="+" accordion="no"]It should work. The shortcode seems fine to me. Can you give me a screenshot of the widget where you added this shortcode.
[wpb_category_accordion taxonomy="product_cat" orderby="name" order="ASC" show_count="no" hide_empty="yes" icon="+" accordion="no"]Please remove the CRM JS code from the contact form body. and try it.
And give me a screenshot of the custom JS code you added in the plugin.

Hi,
First update the plugin to the latest version.
Our plugin load the form after the button click, We are using Ajax for that.
Use our JS function for adding any custom javascript code on form init.
Use any custom CSS and JS code adding plugin to add the code. Example- https://ww.wp.xz.cn/plugins/custom-css-js/
Your final code should like this-
function wpb_gqf_on_cf7_form_init(){
var client_id = 928;
var form_id = "wpcf7-form";
jQuery.getScript("https://app.sistemaimpulsa.com/catchform.js");
}
Hi,
It’s one of the key feature of this plugin’s premium version.
Thanks
Alright, I will go through and add the new HPOS support to my plugin ASAP.
Thanks
I will love to add the new compatibility support.
I am looking it now, can you please give me an idea, waht exactly you want me to change for adding this compatibility.
Thanks
Add this PHP code to your child theme’s functions.php file. After that create a custom tab using our plugin and use this shortcode for the tab content for showing the product tags.
ShortCode:
[wpb_wc_product_tags]PHP Code:
add_shortcode( 'wpb_wc_product_tags', function(){ global $product; ob_start(); echo wc_get_product_tag_list( $product->get_id(), ', ', '<span class="tagged_as">' . _n( 'Tag:', 'Tags:', count( $product->get_tag_ids() ), 'woocommerce' ) . ' ', '</span>' ); return ob_get_clean(); } );

For your information, the plugin’s description clearly lists all of its free and paid features. If any feature of describe doesn’t work or is missing, we’ll give you a full refund with no questions asked.
But you can’t tell like this after you’ve bought it. Before you decide, you should look at what the premium version has to offer. Our refund policy says that you can’t change your mind after you’ve bought something.
Even after 30 days, you can ask for a refund, but that doesn’t mean you can buy the paid version, download it, and then ask for a refund for no reason.
Let me be very clear: if you have a good reason for a refund, we will give it to you. If not, don’t confuse other users. This is completely wrong.
The way you customised the CF7 shortcode to set the recipient is seems incorrect to me.
This is why it’s may showing like this.
Pls follow this for setting up dynamic recipient for CF7 – https://stackoverflow.com/questions/39953217/contact-form-7-dynamic-recipient-email