Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
ROCK STAR!!! Thank you Rui :-))
Hi David
Ok that is because I asked to remove the prices from the gallery product display on a previous thread and was given this CSS
.product .cart-overlay .shop-actions {
display: none;
}.product .cart-overlay .shop-actions:hover {
display: block!important;
}so with that in mind, do you have the CSS needed to remove the prices from a gallery display – (see attached) but to still be able to view quickview and the shopping cart overlay?
Thanks
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Thanks David!
Yup sorry realized I was replying to another thread 🙈 Hence the edit. Ok no worries thanks!
Hi David
I think you’ve misunderstood my question I’m not wanting to change the order I want to place the small box with the word filter in it underneath the prices in the widget… hope that makes sense?
Thanks
https://nativeinteriors.com/shop/
I’m assuming it’s stock WC as I haven’t added anything extra?
Thanks
Brilliant – thanks so much!
Hi there
This is the URL being called
https://nativeinteriors.com/wp-content/uploads/2017/04/Native-Interior-327-220×150.jpg
so is there a way to include products in this search?
This reply has been marked as private.This reply has been marked as private.Hi David
I am guessing they are requesting the theme sizes as I have tried altering the woocommerce sizes and regenerated thumbnails and it has no effect on the image size in the plugin.
Hi guys,
I am having the same issue, what was the fix?
Thanks
Hi David
So after lots of back and forth between the plugin authors and woocommerce it turns out the issue is coming from the theme. Please see below from theme’s functions.php file. Please can you advise how I can override the thumbnail size as that seems to be what is cropping my images into the mailchimp plugin, see the distorted image here http://mailchi.mp/nativeinteriors/winter-trends?e=d6b72c62f1 .
/* THUMBNAIL SIZES
================================================== */
set_post_thumbnail_size( 220, 150, true);
add_image_size( ‘widget-image’, 94, 70, true);
add_image_size( ‘thumb-square’, 250, 250, true);
add_image_size( ‘thumb-image’, 600, 450, true);
add_image_size( ‘thumb-image-twocol’, 900, 675, true);
add_image_size( ‘thumb-image-onecol’, 1800, 1200, true);
add_image_size( ‘blog-image’, 1280, 9999);
add_image_size( ‘gallery-image’, 1000, 9999);
add_image_size( ‘large-square’, 1200, 1200, true);
add_image_size( ‘full-width-image-gallery’, 1280, 720, true);Thanks
-
Posted in: We hit Power Elite.