Dmytro Holovnia
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Bug – trailing slashHello,
Could you please provide more info about /link-product – Error?
I tested it now. When I open /link-product, WordPress automatically redirects me to /link-product/.
Regards,
DmytroForum: Plugins
In reply to: [Grid/List View for WooCommerce] List view on portfolio entries enfold themeHi Caro,
Thank you for the ticket. We will add the possibility to set ‘Disable’ for the ‘Default style’ and ‘Mobile default style’, while the ‘Fixed style for page’ option will override this value for the specific pages.
Regards,
DmytroThere is a simple step-by-step description for this process in the documentation: https://docs.berocket.com/plugin/woocommerce-products-image-watermark#restore-images
To restore images and not watermark them again follow the steps below:
- Disable option?Add watermark to image when it is loaded for the first time on shop page or product page in the Replace images live section.
- Save settings.
- Click?Restore button in the Replace images via AJAX section.
- Wait on this page till the scripts end.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Update Breaks DIVI Shop PageHello,
Could you please try setting some other page as a shop page in WooCommerce, then setting it back to as it was and saving it again?
We had a positive experience when the shop page was removed and recreated. After that, no issue was noticed. But I hope there is a faster and simpler way.
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] how to get account key and activationHello,
Do you see a notification on the admin side?
You don’t need any keys to use the free version of the plugin.
Regards,
DmytroHi,
“Are you going to commit to a fix for this?” – we will add a validation for headers in the next version of the plugin.
Regards,
DmytroForum: Plugins
In reply to: [Load More Products for WooCommerce] Load more productsHi,
Please provide a page URL where I could test it.
Did you try it without our plugin? Do pages work normally and load next-page products?
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Prob with v1.6.5 (Divi + DiviPixel shop)Hello,
The logs for this warning are not very useful. I still cannot see where our plugin adds the wrong code/query. I have another request for this query where I could check the issue directly. I’ll keep you posted and we will release a new version of the plugin as soon as issues are found and fixed.
Regards,
DmytroForum: Plugins
In reply to: [Force Sell for WooCommerce] Checkout class for stylingHi,
“force sell” products are just standard products. You can edit them like any other WooCommerce product in the cart.
Code would be something like
add_filter( 'woocommerce_cart_item_class', 'cart_item_class_78356783443856', 10, 3 );
function cart_item_class_78356783443856( $class, $cart_item, $cart_item_key ) {
if ( ! empty( $cart_item['linked_to'] ) ) {
$class .= ' your-custom-class';
}
return $class;
}Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Change product sortingHello,
If you have default WooCommerce page -> Customizing ? WooCommerce ? Product Catalog, option ‘Default product sorting’ set to ‘Default sorting (custom ordering + name)’.
If you output products with the Elementor -> Open products widget and set ‘Order by’ to ‘Title’.
Product output is not part of our plugin.
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Group condition restriction“I’ve unchecked all the conditions and the message still appears.” – did you uncheck them for filters and group?
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Prob with v1.6.5 (Divi + DiviPixel shop)Hello,
Can you try to get a trace log of the warning? I need to know what code runs step by step, from the WordPress initialization up to the warning. This way, I’ll know where and how our plugin is breaking it.
It looks like
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Group condition restrictionIf you mouse over the filter ID in the Berocket top menu on the shop page, a description should appear.
For example, in this screenshot, the widget is restricted by the page condition.
Regards,
Dmytro- This reply was modified 2 months, 1 week ago by Dmytro Holovnia.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Group condition restrictionHello,
Is this page https://www.artetcadres.com/boutique-en-ligne/ a shop page or a category? Your conditions are set to show filters on shop, category, attribute and tag pages only. If this page is not set as one of them filters will not be shown.
Regards,
DmytroForum: Plugins
In reply to: [Advanced AJAX Product Filters] Version 1.6.4.6 breaks my Divi shopPerfect. Thank you