roberttooltime
Forum Replies Created
-
Hi Nabil,
we use a csv product feed from one of our suppliers to list their products on our website. As part of this we also get the related images from them and some of these have dimensions that fall below the minimum required for google ads.
We are just looking for a quick fix that can resize the images so that they meet the minimum requirements for Google.Forum: Fixing WordPress
In reply to: increase product image size in bulk but selectivelyThanks for that Jay.
So I would use the Graphic Converter to alter the images then run regenerate thumbnails, so they are square too.
Sounds like a plan. Cheers.
Forum: Plugins
In reply to: [Brands for WooCommerce] How to switch from Yith Brands?Thanks Oleg,
I had a play about with this in a staging area and found that if I ran the following two SQL queries I got the results I was looking for.UPDATE YOURDATABASE.wp_termmeta
SET meta_key = 'brand_image_url' WHERE meta_key = 'product_count_yith_product_brand';UPDATE YOURDATABASE.wp_term_taxonomy
SET taxonomy = 'berocket_brand' WHERE taxonomy = 'yith_product_brand';I only had to include the
YOURDATABASEbit because I was working in the staging area. Obviously before I ran this I deactivated the Yith brands plugin and activated the BeRocket Brands for Woocommerce plugin.- This reply was modified 6 years, 5 months ago by roberttooltime.
- This reply was modified 6 years, 5 months ago by roberttooltime.