-
Search Results
-
Hi there,
This might be a silly question, but I can’t seem to find the solution. (find the link to my website as a private content)
I want my Magazine Element’s thumbnails to look exactly like the one on the demo: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/ (The main article wide and the elements on the right with a square thumbnail.
As you can see on my website, the images on the right don’t fit 100% the square border and if I choose a wide feature image (like “Welcome to reality”, the thumbnail on the right looks very bad.
What did you do to achieve that look on your demo?
Thank you very much!Hi enfold team
please refer to the Print Screen and its related website link in the private content.
we used to change the thumbnail size
by Enfold Child: Theme Functions (functions.php)
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘widget’] = array(‘width’=>95, ‘height’=>95 );
return $size;
}and also add Quick CSS
.news-thumb img, .news-thumb img { width: 85px; height: 85px; }
.news-thumb { width: 95px; height: 95px; }after that
its size is larger enough for us, and thanks for your helpbut we find recently, the thumbnail is not in the center of the outside square
could you help us to solve this problem,thanks in advance.
Topic: Large Images in woocommerce
Hi,
Im using enfold with my Woocommerce on my website. The product featured pictures are the large pictures (say 1000×1000) scaled down to smaller sizes with CCS which makes loading pages very slow.
How can i set it to load a smaller page for thumbnails and load the big high quality picture when clicked in the product image gallery and load the small picture for product sliders?I have a client on their own internal network that is having trouble viewing a YouTube background video in a color section. They are really only having this problem in IE11, but can view the video on Chrome. I have attempted to host the video within the Gallery, using that file path as well. They are still having issues. I am thinking this is an issue with their internal system/network as we cannot replicate the problem in our IE11 VM or any browser. We can see it in all testing environments.
They do say that they can view the video in IE11 when the embedded output link is edited in the inspector to exclude the portion “&html5=1”. They can also view YouTube from their internal network, so I know that domain blocking isn’t the problem.
There may be an export option within YouTube, but I couldn’t find a setting for it. This request is a bit of a long-shot and the more I research, the more I think it may be on their end – but I need to be sure. Are there settings within the theme that allow me to exclude the “&html5=1” bit of the embedded YouTube code?
Thanks in advance! This theme is near-perfect so far (with the exception of sometimes missing gallery image thumbnails). We love it.
Hi,
Since I updated the theme a few weeks ago I have been having problems with the size of my featured image. At first the images were cropped wrongly. My colleague went into the deep code and prevented the theme from cropping featured images, and then in the shortcode added
div.big-preview.single-big{ width: 600px; }
.big-preview.single-big{ text-align: center; }
.big-preview.single-big a{ display: inline-block; }The problem is that it doesn’t display at all well on smartphones – the thumbnail is then cropped on the blog page.
Can anyone help me with adding code that will sort this? I just want it back to how it was before, I don’t want the images to be cropped.
http://www.epd.eu is the website.
Thanks, I know this isn’t very clear but happy to try and clarify.
how can I edit the position of only one thumbnail image in masonry gallery?
I have a masonry galery with 6 images. All of them are ok except one. This thumbnail image is too high and I need to insert some padding-top to fit it into the masonry square. I cant find the css line to do this.Thank you
Hi,
1. When inserting galleries, all the thumbnails are faded out… no matter what I do or change or what type of file (png, jpeg..) or size of image or thumbnail … they still all are faded… to the point where you can barely… I mean barely make out the image…
I have searched on the forums for the solution to this problem…
the only post that seems to be exactly what I am experiencing is this one :
https://kriesi.at/support/topic/issues-with-gallery/2. Another issue… animations don’t seem to work … maybe this is related ?
Any help would be appreciated
Thanks
AlfredHi,
I have set up a featured product grid on my homepage: http://www.bloemenbezorgenhaarlem.nl
If I view the website on my iphone, the product images on my homepage are blurred.
I currently have the following settings:
Catalog: 900 x 900 (hard Crop on)
Product: 450 X 999 (hardcrop off)
Thumbnail: 120 x 120 px (hard Crop on)I have tested different image sizes and regenerated the Thumbnails afterwards. But Still the image on iphone 5s stays blurry. Tested it both with the Safari and Chrome on iphone.
Can Anyone help me with this?
Topic: Blog post list
Hey!
I would like to create a list of blog posts in a 1/3 container. Just basically a thumbnail image with the title next to it, in a list. I have seen a recommendation to use the blog with small author layout, but I’m really just looking for a contained list as an element within my splash-page.
Is there any support for this in the theme? Have any suggestions/ideas otherwise?
I am looking for a simple list of latest posts with a thumbnail image, they could be within any category.
Thanks in advance! Regards,
Chris


