VisedFAQ
Forum Replies Created
-
@skysurfer86 Good to know I’m not the only one with the issue. I thought that some theme scripts could interfere and cause this, I tested it but still no results, hope we get a response from developers soon.
Forum: Plugins
In reply to: [WooCommerce] Product order within a category + “Quick Edit” not workingHi @shellbeezy,
Just found out that the issue with the “Quick Edit” button was due to your new plugin called WooCommerce Admin: https://www.ads-software.com/plugins/woocommerce-admin/
I see that reviews are pretty bad and people also have other problems with it, so I hope your team spends some time on testing it properly.
Forum: Plugins
In reply to: [WooCommerce] Product order within a category + “Quick Edit” not workingHi @shellbeezy,
Any news?
Forum: Plugins
In reply to: [WooCommerce] Product order within a category + “Quick Edit” not workingHi @shellbeezy ,
Regarding the custom product ordering – we have like 2600 products inside the category “Links” so I need the solution to order subcategories within the category because it’s impossible for me to edit each product and change an order number in there.
Forum: Plugins
In reply to: [WooCommerce] “No Products Found” template – 500 Internal Server ErrorHi @etiennep,
Thank you for having a look. The problem was in the Product Filter plugin – new version was required to work correctly.
Forum: Plugins
In reply to: [Customer Chat for Facebook] Minimize: default behaviorOkay, thanks, will wait.
I’ll be really happy if developer is going to integrate this code into plugin, cause every time I set up a new web-site I have to change this code.
Yet, thanks to dziudek for the solution, works like a charm.Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Hover on elements doesn’t workI resolved this issue by adding this code to work with AJAX:
$('.alm-ajax').on('mouseenter', '.proud-of-box', function() { $(this).addClass('hover'); }).on('mouseleave', '.proud-of-box', function() { $(this).removeClass('hover'); });