leanneoleary
Forum Replies Created
-
Thankyou for providing those resources. Hopefully I can get some advice on where to start with this.
Forum: Plugins
In reply to: [WooCommerce] Product categories import problem – how to orderThankyou for your reply.
I understand its a third party plugin, but I was hoping for some information on how the tables are linked for the product categories so that I could perform an update using SQL query myself.
Re-ordering 200 categories manually, even with all categories displayed on one screen would be difficult, but not impossible.
Forum: Plugins
In reply to: [WooCommerce] MySQL to bulk update ‘Display type’ for all product categoriesThankyou thats very kind and much appreciated.
I have in fact got another issue with the categories that you may be able to help with.
I imported all the categories from another site (not wordpress) using webtoffee import/ export. There was no option to import the ordering of the categories but I thought I would easily solve this once they were all imported.
However, the IDs have not been kept the same after the import and it is not clear how to match the new taxonomy_id with the object_id so I can amend the term_order in the term_relationships table.
Also, is not easy to reorder over 200 categories manually in the admin panel. In fact it seems impossible.
Can you suggest a way for me get these reordered correctly?
Many thanks
Forum: Plugins
In reply to: [WooCommerce] MySQL to bulk update ‘Display type’ for all product categoriesThanks for your reply but it looks like I fixed it.
I just added the below to functions.php
add_theme_support( 'woocommerce' );
Strange how it was still displaying products and main categories before adding that.
Forum: Plugins
In reply to: [WooCommerce] MySQL to bulk update ‘Display type’ for all product categoriesI just tried running this query but it doesnt seem to have made a difference within my own template ??
UPDATE
NZ2s2ww_termmeta
SETmeta_value
= REPLACE(meta_value
, ‘Standard’, ‘subcategories’) WHEREmeta_key
= ‘display_type’;However, I have checked this in the storefront template and this works as expected. Therefore what am I missing from my template files that show the subcategories?
- This reply was modified 2 years, 7 months ago by leanneoleary.
- This reply was modified 2 years, 7 months ago by leanneoleary.
Thats great, just wanted to check before I committed to an upgrade, thanks
Forum: Plugins
In reply to: [WordPress Hide Posts] Hide from “Recent Posts” widget?Any news on this update to hide from Recent Posts? It would be great if this could be added. Thanks
Forum: Plugins
In reply to: [WPS Hide Login] Multisite error – class not foundYes its all working now, thanks for the quick response.
Forum: Plugins
In reply to: [WPS Hide Login] Multisite error – class not foundI literally installed it this morning
Forum: Reviews
In reply to: [Autoptimize] Great plugin, superb supportperfect, I will look into it ??
Forum: Plugins
In reply to: [Autoptimize] Gogole Fonts – load fonts asynchronously not workingHi, Sorry to bring this thread back alive but I redid my Google page speed today and it dropped significantly. This is due to amends made in the CSS, so I had to regenerate the above the fold CSS and paste in the space provided in the plugin. This is going to be difficult to I also noticed that all pages apart from the homepage have lower scores due to the CSS above the fold being slightly different.
Don’t suppose you know of any work around for these issues?
Many thanks ??
Forum: Plugins
In reply to: [Autoptimize] Gogole Fonts – load fonts asynchronously not workingThat worked and Ive jumped from 84 to 98 / 100.
Im very happy with that!
Thanks so much for all your help ??
Forum: Plugins
In reply to: [Autoptimize] Gogole Fonts – load fonts asynchronously not workingOk cool, so thats not the reason its not working. Any other suggestions?
PS. Thanks so much for your help, its much appreciated. ??
Forum: Plugins
In reply to: [Autoptimize] Gogole Fonts – load fonts asynchronously not workingThe below is what I have in the CSS
body {
font-family: Roboto,”Helvetica Neue”,Helvetica,Arial,sans-serif;
}Forum: Plugins
In reply to: [Autoptimize] Gogole Fonts – load fonts asynchronously not workingOk thanks for your response. I have specified a fallback font in the CSS – is that what you mean or is there another way?