WPBean
Forum Replies Created
-
Thanks for pointing out this issue. I just fixed it and released an update.
You can add this CSS code for that –
.wpb_category_n_menu_accordion > ul > li > a, .wpb_category_n_menu_accordion ul { border-radius: 6px; overflow: hidden; }The widget name is “Accordion Categories”, Just search for “Accordion” you will see both of our widgets.
https://pasteboard.co/A4yLb65eSx9g.png
https://pasteboard.co/9b2cfAlqPXSR.pngYes, You can show the WooCommerce products categories.
Thanks
Yes, Available.
Search “Accordion Menu” & “Accordion Category” in the Elementor widgets.
Thanks
Hi,
Currently, we are not offering any template override from the theme for this plugin.
Can you please tell me what you need to override?Thanks
Hi,
This plugin is fully dependent upon a WooCommerce hook, If you are using any product template builder or any theme that override the default product hooks, You may need some adjustment for showing the Zoom enabled images.
Please open a support ticket, we will help you to setup the zoom.
Thanks
Hi
Please check your browser console.
Make sure there is no errors there.Thanks
If your site has icon fonts, you can show the icons by using the icons class names.
Example shortcode:
[wpb_category_accordion taxonomy="category" iconclass="fa-solid fa-chevron-down"]You can add this code to your theme or child theme’s functions.php file. It will show the SKU in the related product slider.
add_action( 'wpb_wrps_after_price', function(){ if( function_exists( 'wc_get_product' ) ){ $product = wc_get_product( get_the_id() ); echo sprintf( '<span>%s</span>', esc_html( $product->get_sku() ) ); } } );Forum: Plugins
In reply to: [Portfolio Grid - Filterable Gallery, Grid & Slider Showcase] QuestionsHi,
Can you please give me your site URL?
The mobile drag and zoom feature is not available. I am sorry.
Thannks
Both of the versions works individually. If you want we can help you with any issue you are having.
You can’t share private site information here.
Can you please use our private forum for further information about this issue?
Thanks
Good to know you liked this plugin.
Yes, You can change the custom tabs order.
If you see our custom tab add/edit page, you will see the tab priority setting.
Change the priority to anythig less than 10 and save it.Thanks
Good to know you liked this plugin.
Are our plugin and CF7 plugin updated to your site?
Are you having this issue only with the popup forms or a default Contact Form 7’s form as well?
Give me a screenshot of the CF7’s form and mail settings page.
Thanks
Hi,
Thanks for reporting this issue.
I just fixed this issue and released another update for this plugin.
Please update and clear all the cache of your site.
The issue will be fixed.
Thanks