RGM71
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Hide Product Category onMany thanks Ahir – that works perfectly to hide the category on the product-category page. To also make it work on the product-tag pages I’ve added to your code as follows:
if ( in_array( ‘product_cat’, $taxonomies ) && !is_admin() && is_shop() || is_product_category() || is_product_tag() ) {
However, I have just noticed that the category has now reappeared on https://artchilli.com/gallery/
- This reply was modified 4 years, 1 month ago by RGM71.
Forum: Plugins
In reply to: [Advanced Woo Search] Pagination IssueThanks for getting back to me. You’re correct, but unfortunately turning off the plug-in’s pagination causes a different problem – if you then do a search using the filters (e.g. Paintings or Other) the search results and first page are correct but clicking the second page returns a page that just says ‘0’. I’ve put in a support request to BodyCommerce so I’ll see what they have to say. I may come back to you!
Many thanks
Forum: Plugins
In reply to: class.akismet Syntax ErrorDecided the best way forward was probably just to disable the plug-in via cpanel. Will try to restore after that.
Received link to the old version and it worked perfectly. Many thanks:
https://www.dropbox.com/s/6r8n8b4wvfte32r/all-in-one-wp-migration.2.0.5.zip?dl=0Same problem. Seems to export ok but on importing it just hangs on ‘Unpacking Archive’. Using WordPress 4.2.2 & the new server is with HostPapa
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unpacking Archive – Screen HangingI’ve managed to workaround the problem by restoring a previous backup file via phpMyAdmin. However I’d still like to know if there is a fix/solution to the problem as this is such a great tool – but I need to trust it will work!