-
Search Results
-
Topic: Woocommerce Main Shop Page
Hi. I don’t know if this questions is for Enfold, or Woo. But either way, I can’t figure it out. I would like help with two similar things: Making the product images on my main shop page and also my related products smaller and a tad more spread out. Here is what it looks like now: http://lizybloomdesigns.com/zemasfoods.com/madhouse-shop/
I have tried changing the size of the images in woocommerce and regenerating my thumbnails, but nothing seems to work. I know I am just missing something silly.
Thanks for any help.
Lizy Bloom
Hi
1) I would like the Twitter and RSS to be in a vertical line instead of horizontal (side by side) like this http://i.imgur.com/E5QKctr.jpg. But I can’t work out the CSS.
2) Also.. Could you tell me how to make the news.thumbs (latest news widget) thumbnails slightly larger.
Many thanks
How can I prevent the thumbnail versions from being created? I’m not using any of those features, and there are about 8 versions created for each image I upload. I’d like to just delete those to free up space and entries in the DB.
Hi guys…
What is your recommended way to add additional crop sizes for Enfold upon upload into the media library?
I’m trying to do it via this method in my child theme’s functions.php but it’s not working when I initiate the Regenerate Thumbnails plugin’s process (entire functions.php below):
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ /* Excerpt Length */ function new_excerpt_length($length) { return 50; } add_filter('excerpt_length', 'new_excerpt_length'); /* Additional Image Sizes by KB */ add_image_size( 'small-size-p', '300', '400', true ); /* portrait */ add_image_size( 'small-size-l', '400', '300', true ); /* landscape */ ?>Would you suggest a plugin or function?
Thanks in advance!
GRAPHICpilot
Topic: Blog image thumbnails
Topic: related posts
Everything was working just fine when it suddenly stopped attaching properly images or setting as featured.
Actually there are the following certain symptoms:
-When creating a new post:
1.via the add Media button process i select and upload a new image with the thumbnail showing properly and when i press insert into post/insert gallery a blank media box appears in the post’s textbox.
2.when i try to set a new featured image (one that is newly uploaded or one of the old images) the bottom right ‘set featured image’ widget looks like no image is selected or set. I click “set as featured image” and the modal closes but the image never appears.
-When I try to browse my Media>Library any newly uploaded image is blank with no thumbnail available and no image file appearing when clicking view (via the ‘domain/?attachment_id=…’ link).
-When browsing my ftp server directory or typing the url ‘domain/wp-content/uploads/2013/3/image.jpg’ the images are appearing just fine.
-Any images that I upload I can see in the media browser but their thumbnails there aren’t cropped like normal, it’s a thumbnail of the entire image where normally (and previously uploaded images) it’s cropped. They also don’t have pixel dimensions listed like other images do.This is causing a major problem on a busy e-commerce site. I’ve seen others with the same issue who said it was fixed when they disabled the “Advanced Custom Fields” plugin, but I don’t have that plugin.
I did not make any changes to anything, no new plugins, no updates. It worked fine in one product listing, then I went to the next one and it stopped and now won’t work for any.
I’m wondering if the advanced custom fields plugin or something similar is integrated into the theme and could be causing this strange issue.
