jwt2030
Forum Replies Created
-
Forum: Plugins
In reply to: [Async JS and CSS] WoocommerceThank you greatly. The exceptions list should help aid with issues. 🙂
Forum: Plugins
In reply to: [Dependency Minification] WooCommerce not supportedWill this plugin be compatible with woocommerce soon?
Yes, i disabled it as soon as i installed the plugin. I have cleared out the database tables and tried doing a clean install. It does it on a few of my sites. I set the execution max to 20 seconds and it does not obey that rule or max used amount of memory, It exceeds that as well. I also unchecked all the scan settings checkmarks and it still tries to scan my entire website.
Is is scheduling itself, often during peak hours and it kills my disk i/0 and somethings multiple sites are running scans slowing things down even more.
Forum: Plugins
In reply to: [WP CleanFix] Broke my linksOn one of my smaller sites it did erase some of my links and am getting blank pages. I have file backups but for this i need database backups. Could it be a woocommerce compatibility issue? I have to start fresh on 2 of my sites now.
Not many people use admin after they set up their WordPress. There should be a way to block people from ever using this user name.
I have an a setup like that blocking 9 countries. my .htaccess is 1mb and i am still getting different countries trying to use admin to log in ever sec to 3 times a sec, under different ips
Hello, i am trying to get the product description to show, but not in grid view.
This Works!
add_action( ‘woocommerce_after_shop_loop_item’, ‘the_content’, 5);But i can not get this to work 🙁
Wrap the content in a div with a unique class IE ‘product-content’ and add the following css;
ul.products.grid .product-content { display:none; }