I'm using woocommerce to build my website .My single product page is showing thumbs in a very ugly way .
If any one can help me how to fix this i'll be thankful ....
I'm not a css professional so,if you can tell me the steps will be better for a beginner like me .
My page you can see error your self
Thanks in advance
Goto - WooCommerce > Settings > Products > Display
Here locate the products settings you can customize as you want.
Also you can see video demo on below link
https://docs.woocommerce.com/document/using-the-appropriate-product-image-dimensions/
Related
I’m setting up a Woocommerce store and all the product images are blurry.
I suspect it’s the issue described in this article: docs.woocommerce.com/document/fixing-blurry-product-images
“Your image dimensions should match or be higher than those of your theme.”
The original image sizes are definitely large enough.
I tried to implement the solution from the article above, but I’m having trouble fixing the problem in the new in Appearance > Customise > WooCommerce > Product Images.
I've tried everything I could find, but nothing seems to be working.
We use Verdure - Organic Tea Shop Theme and WooCommerce version 5.1.0.
The images look completely fine on mobile.
Any advice would be greatly appreciated.
Maybe Appearance > Customize > WooCommerce > Product Images is not the place you need to look, your theme probably overrides this. Instead of looking for image size settings in Appearance > Customize, try looking if your theme has a custom Appearance settings panel. It seems like it does!
I'm trying to find out how to move the products from
http://bloomish.com/shop-bloomish url to
the upper main menu displayed in my homepage, which is http://bloomish.com
I would appreciate any help for someone who barely understands code, this webpage wasn't created by me but at work they ask me to solve this issue and already asked to host gator free assistance, no results.
Thanks in advance.
PS: I'm using WooCommerce plugin to upload the products, the page was made using Wordpress.
This morning my wordpress website images are not showing up. When i go to admin panel I can't see my custom fields: http://prntscr.com/70kzf4 . Also images in Media Library images look like this: http://prntscr.com/70l2ce
Please help resolve this issue.
I went to Phpmyadmin, to Table wp_postmeta, I found it in use like this: http://prntscr.com/70l3yq . So I simply select it and repair it and everything is back to its place. Thank you!!
I am using wp e-commerce plugin & also used gold cart plugin for more functionality but my product inner page not working.
There is use in grid view of products and files from plugin where being put in my own theme.
I put my wp e-commerce plugin > wpsc-components > theme-engine-v1 > templates files in my theme but it still not working. Can any one having idea about this? so please help me.
page url:-
http://www.eddingtonhousenursery.co.uk/wordpress/products-page/perennials/achillea-terracotta/
It seems you template file is not in the right place.
Please make sure you have moved all the plugin template files in the theme.
Best way to debug is print a string and die. Now check if your printed string appears on the page.
Managed to not display prices in my product page.
But does anyone know how to remoce pricing from the cart and checkout?
Or should that all be custom css tweaks? I am looking for a hook but can't find it. It is a website to order stuff and pricing is not availible online.
Hopefully someone can help me out
I've been there! You will need to inspect every price element on the site and then remove then from the theme's php code or turn it's css classes invisible like this:
span.price{display: none;}