playdiune
Forum Replies Created
-
Because I consider this the best ecommerce filter plugin I’ve ever tried, I decided to waste a little time and come up with a solution, without compromising the integrity of the plugin’s author, to hide categories and terms without any associated product.
First, you must add this function to your theme, preferably through the use of a MU-PLUGIN: (or in the theme functions file)
// Oculta categorias vazias no HUSKY - Products Filter for WooCommerce Professional
add_filter( 'husky_get_product_categories_args', 'ocultar_categorias_vazias_husky' );
function ocultar_categorias_vazias_husky( $args ) { $args['hide_empty'] = 1;
$args['hierarchical'] = 1; // Para ocultar as sub-categorias vazias
return $args; }
Then, you should add this little extra CSS:
html input[disabled], .iradio_flat-blue.disabled {
display: none !important;
}
input[disabled] + label, .iradio_flat-blue.disabled + label {
display: none !important;
}And that’s it, all empty categories and terms should disappear from the search filter ??
Forum: Themes and Templates
In reply to: [Mesmerize] Menu Item color issueHello,
I used this extra CSS to bypass the problem..fixto-fixed ul.dropdown-menu>li { color: #020202 !important; font-weight: 600; }
But don’t use the default color of the menu. use an almost similar color, which the user will not notice, but never the default color of the menu items
Hope it works for you.
Forum: Themes and Templates
In reply to: [Mesmerize] WooCommerce cart outside of hamburger menu on mobileUnfortunately it doesn’t work. I leave an image attached to give you an idea of ??what I would like.
(image) https://ibb.co/8M6YyBg
This is the site where i am testing it: https://mtnitransportes.pt/Thanks
- This reply was modified 2 years, 8 months ago by playdiune.
Everything is OK now. Thanks a lot ??
The same thing happened to me. Had to revert to previous plugin version. Note that this problem only happens when we log in as an administrator. All text blocks are unnoticeable.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsDonne! Thats a new option on this patched version.
Thanks a lot.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsJust a detail, there should be an option for the video to automatically repeat over and over ??
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsHello,
Donne! And now working great with the patched version ??
Thanks a lot
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsHi,
When removing the plugin, will I lose some of the work done? I say this because by deactivating the plugin all the website content disappears …Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsHello,
I am testing with Iphone 8 with iOS 14.4.2 in which I need to press play to start the video.
Thanks
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Video Player with auto play on IOsHello,
Yes i have added a video that’s not autoplaying on IOs as i would like it to be. This is the link:
https://petersfitnessgym.com/aulas-com-personal-trainer/
Thanks
Forum: Plugins
In reply to: [Booking Package] I can only use one calendarThank you.
Will your plugin, in a near future, Allow to display multiple calendars on one page ?
Or that is not an important thing ?Thanks
Thanks
Forum: Plugins
In reply to: [Booking Package] New Version Conflict with Popup Maker ?Now Works.
Thanks
Shure,
This is the direct url:
https://digusto.pt/conta-pessoal-di-gusto/Thanks
- This reply was modified 3 years, 8 months ago by playdiune.