primaltwins
Forum Replies Created
-
Figured it out @sarthaksinghal
If you are using a child theme, add this line to your functions.php file:
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart' );
I am looking for the same solution, hopefully there is an answer out there!
Forum: Fixing WordPress
In reply to: Center copyright text in footerGreat thank you so much!
Hey @enollo!
Do you know how I could have this button show up over my thumbnails?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Images Blurry and not FittingOkay @richarduk thank you so much for you help, sorry to keep bugging you! I am very close to what I want, but as you can see from my site, there is still a very ugly gap. The images are now all the correct size, see here: https://www.dooblay.com/product/100-grass-fed-beef-tallow/
How can I get rid of the gap between the description and picture?
To reiterate, this is what I have done so far:
1. I’ve replaced all the “width:100%;height:auto” in the woocommerce.css with “width:auto;height:auto”
2. Added your lines of code provided earlier in this forum at the bottom of my woocommerce.css file.
3. Changed all of the 48% in the woocommerce-layout.css to 24%. (When I changed the 48% to auto like you suggest, the image place holders for the related products get huge again, and the description shifts to below the product image!)I am now stuck at this point, and don’t know how to fix the gap. Hopefully there is something quick that can help out. Thank you again for all of your help!!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Images Blurry and not Fitting@thomas schmall did you just replace the woocommerce css with an older version?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Images Blurry and not FittingI downgraded the woocommerce to the previous version, and it fixed all of my images sizes! Problem is.. now all my products are stacked vertically.
I still have the new version installed, just not activated.
WOO making progress ??
Forum: Themes and Templates
In reply to: [Customizr] Search bar where tag line isForum: Plugins
In reply to: [WooCommerce] WooCommerce Product Images Blurry and not FittingSorry, I’ve been working on this all morning, so I’m not sure what point in time you looked at the site.
This product page might be easier for you to see what’s going on:
https://www.dooblay.com/product/coffee-pothead-t-shirt/Now you can see that the featured and related products images are the correct, with a significant amount of space to the right. It appears that the images are now working, but they are still using some larger image template. (Hopefully that makes sense.)
Also, after adding your line of code, my shop pages are formatted weird:
https://www.dooblay.com/shop/
https://www.dooblay.com/product-category/fooddrink/Is there a way I can completely remove Woocommerce and start fresh? I’ve tried uninstalling from dashboard, and removing any files via FTP that say Woocommerce. When I reinstall in plugin, it doesn’t appear that everything was removed because the problem is not resolved and all my old settings and content reappear.
I’m just starting the site, so I do not care if I lose content, just want this problem fixed! Ideally, I’d like to completely remove, reinstall, and don’t mess with the thumbnail settings..
THANK YOU FOR YOUR TIME! @richarduk
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Images Blurry and not FittingI’ve tried your suggestions by changing the woocommerce.css code, but my featured image and related products are very large and blurry. Everything was perfect, I unchecked the auto crop, then realized my mistake, rechecked the boxes, and forced regenerated the images. No changes…
After inspecting these images, my featured product should be 300 x 300, but instead they are 562 x 562. My related products should be 150 x 150, but are also 562 x 562.
https://www.dooblay.com/product/grass-fed-ice-cream/ <– LINK TO SITE.
Thanks in advance for your help!