Hey AntonNovikov!
Please go to WooCommerce > Settings > Products > Product Image Sizes and adjust the sizes as needed and then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hi!
If you set thumbnails to 60x60px, please set the following code to +10 so in your case 70x70px
.news-thumb {
height: 70px;
width: 70px;
}
Best regards,
Yigit
Dear Yigit
it is not yet right.
I changed in function.php to
$avia_config[‘imgSize’][‘widget’] = array(‘width’=>60, ‘height’=>60);
then I regenerate the thumbnails and I tried with various solutions in Quick CSS like:
###########
.news-thumb img, .news-thumb img { width: 60px; height: 60px; }
.news-thumb {
height: 60px;
width: 60px;
}
###########
or
############
.news-thumb { height: 60px; width: 60px; }
.news-thumb img, .news-thumb img { width: 60px; height: 60px; }
.attachment-shop_thumbnail img, .wp-post-image img { width: 60px; height: 60px; }
.attachment-widget img, .wp-post-image img { width: 60px; height: 60px; }
############
but not yet is correct
in the generated code there is an extra space in span class=’news-thumb ‘ I don’t know if this can be the problem
<span class=’news-thumb ‘>
</span>
Thank you Mauro
Hello, I recently updated the theme to 2.9.1 and for some reason some of my images are no longer displaying.
I have had issues with this in the past but it was just a random image here and there and that was only Chrome. Now, the images are gone in all browsers.
The images are all still there in the media section of the site but the thumbnails do not display in the list view of the media files. However, when I click on the file, the image is still there. Furthermore, when I go into the post page, the image thumbnail no longer shows up in the featured image box either.
Please help, I have tried deleting and replacing the media files but nothing seems to work.
Any ideas? Thanks!
Hey Mauro!
Yes, now it works! Please add following code to Quick CSS in Enfold theme options under General Styling tab
.news-thumb {
height: 60px;
width: 60px;
}
Thumbnails are now 50x50px – http://i.imgur.com/WlAgIAc.png
Regards,
Yigit
Hi kimchan2!
Please go to Appearance > Editor and open Functions.php file and find and edit following line
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hey!
You would like to hide thumbnail in post navigation, is that correct? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav .entry-image { display: none !important; }
Best regards,
Yigit
Hi Yigit
Thanks for the info.
I’m not sure of my “specific post type” After adding the code to functions.php (at the end of the document) Ive determined my type is not “Portfolio”
If it’s easier, without the need to edit the php, I would be happy to just hide the thumbnail image.
Thanks again
Hey!
If you want to change the size of the featured image too use this code:
add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
function avia_magazine_thumbnail($atts, $magazine){
$atts['image_size']['small'] = 'square';
$atts['image_size']['big'] = 'entry_without_sidebar';
return $atts;
}
The second size (set to “entry_without_sidebar”) will determine the size of the fearured image, the other size (set to “square”) the size of all other thumbnails.
Cheers!
Peter
Thanks a lot.
I do admit I am not really happy with the gallery options of this theme. They look totally unsorted and actually really ugly.
All other themes I use spread galleries over the width, meaning to say they are symmetric in the number of columns.
example: http://www.dumagueteinfo-net-service.com/mr-ms-negros-oriental-high-school-2013/
This is standard WP setting w/ only thumbnails adjusted
while this theme is really ugly in terms of galleries : http://dumaguete.com/asian-college-tayada-sa-plaza/
in the “edit post” section they are in 5 columns. the output on the post is differrent
As we have thousands of pictures, there is no way I can confront our visitors with such a mess.
The Masonry also cant be used in posts with sidebar :-(
Any suggestions as the ?
-
This reply was modified 11 years, 7 months ago by
Rhoody.
Hi!
The theme defines thumbnails with an 80×80 size when added into layouts. You can clear it out by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .gallery .gallery-item {
width: auto;
height: auto;
padding: inherit;
}
Cheers!
Devin
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.tipulkarov.com
as you can see the og:image is still empty.
other pages such as post pages show the thumbnail preview image. the only problem is in the home page.
-
This reply was modified 11 years, 7 months ago by
graphico.
as i read on the forum here, you need to set a feature image in your homepage in order to Facebook show your thumbnail image in the preview when posting a post with a link to your website. but i did that and there is still no thumbnail image. any solutions?
http://www.tipulkarov.com
-
This topic was modified 11 years, 7 months ago by
graphico.
Good day,
I set the thumbs in the media section to 150×150 unchecked “Crop thumbnail to exact dimensions” as I want them in rectangle
used plugin “Force Regenerate Thumbnails”
In “edit post” they show the way I want (150px) – when published they are only 80px width
please advice
http://dumaguete.com/test-gallery/
http://www.visioglas.com/produkte/rahmenlose-echtglasduschen/eck-duschen/#tab-id-4
Hi,
there’s a link on top, on that page there’s a slider and below it 5 tabs, normally if you click on thumbnail in the sliders it will not open the image in the lightbox, now on the 4th tab there are 8 images and they open in lightbox if you click on them and there should only be 8 lightbox but the problem now is that there are 22 entry for the lightbox which include the sliders and other images inside the other tabs.
question: how can i group the lightbox so that in the 4th tab there will only be 8?
Thank you in advance.
Regards,
pandaweb
Hi,
i have one questions to “Related Entries” in “Single Post”.
Is it possible change the color on thumbnails when the mouse pass over?
Best Regars.
Hi!
Please check if a plugin or custom code breaks the image links. I noticed that
1) The right click events are blocked
2) Something covers the image links and I can’t even click on the thumbnails.
Cheers!
Peter
Hey!
1) No, that’s not possible. You can try to install a plugin like: https://wordpress.org/plugins/flare/ which afaik displays the icon in a vertical box. I didn’t test the plugin though.
3) I used this code to remove the border:
#header_meta {
box-shadow: none;
}
5) You can try to increase the jpg quality of the thumbnails – install this plugin: https://wordpress.org/plugins/simplejpegquality/ and set the quality to 100%.
6) You can select the size of the image before you insert it into the textbox content: https://www.clipular.com/c/5321976222580736.png?k=MIksyeaoo047Te_hXcSojySbT6A
Best regards,
Peter
Hey!
I’m sorry but the screenshot and the website are not loading. When you upload the logo, make sure that you select the Fullsize thumbnail size option before clicking the “Use image as logo” button. I’ll ask Yigit to take a look.
Regards,
Ismael
I can’t set up the portfolio in Enfold theme. I have created a portfolio page with a portfolio grid element on it. I have created ‘portfolio items’ with categories and added those categories to the grid and they are not showing. I had it working before where it was showing thumbnails of the posts on the portfolio grid but the new page that opened was totally messed up – the layout seemed to have hardly any css applied to it – no width on the ‘container’ div or anything. I thought maybe another portfolio plugin I had installed was interfering so I deleted them and now it’s not working at all.
Please help!
Hi,
Calling out for the awesome helpers I see on these forums, you do great work. And now I need you too!
My website http://www.angles.co.nz is coming along nice and clean but some things I need help with, to:
1. Make the header border (thick black line) 1210px wide rather than full screen
2. Get rid of the ‘comments’ and ‘categories’ meta breadcrumbs under the post title? Changing the blog settings only works for when you click into the blog post page, but doesn’t work on the home page which is static with the blog embedded.
3. Change font sizes (header/blog post title on home page). CSS that I found on the forums didn’t have any effect.
4. Have an image thumbnail appear next to ‘Recent Posts’ on the home page of the first image in that post?
5. Last but not least, rather than being able to click into a blog post’s page, I’d like to have all blog posts to appear only on the home page, not go into it’s own page. And can the side arrows show on the home page?
Thanks heaps guys! any help is much appreciated.
Josh
-
This topic was modified 11 years, 8 months ago by
nzjosh.
I have a 4 column gallery and the thumbnail images are blurry (images look great when you click and see them in a lightbox) – I checked firebug and the gallery is using 180X180 images and scaling to 244X244. Can you tell me how I can create 244X244 images for my galleries? I use the 180X180 thumbnails on other pages…
Here is my gallery:
http://vanmillwork.com.s133485.gridserver.com/mouldings-photo-gallery/
Thanks for your help, thats works
Yigit, using your css tips from another post I managed to increase the blog post thumbnail as required.
However, how do I reduce the white space between the actual post when using an except.
See screenshot here – https://dl.dropboxusercontent.com/u/13202921/reduce-white-space.jpg
I seem to have resolved this by changing the thumbnail size in ‘Settings –> Media’ to 120×120 (from 80×80) so I assume the new version of the template has increased the default size.
Sorry to bombard you. Just a quick update! I figured out number 4.
Also you mentioned uploading pics in the thumbnail size but when I upload a picture, I’m not given an option on what size.
Sorry, just one insisting question: Can I decide the number of thumbnail images are to be displayed horizontally?
Hi djshortkut!
Again, thank you so much for using Enfold. :)
You can edit functions-enfold.php, find this code on line 376:
$image = get_the_post_thumbnail($entry->ID, 'thumbnail');
Replace it with:
$image = get_the_post_thumbnail($entry->ID, 'square');
Regenerate the thumbnails.
Cheers!
Ismael
Hi bethiebfit!
Thank you for using the theme.
1.) Insert the social icons on a column layout.
2.) Select the thumbnail size on Slideshow Image and Video Size. It is better to resize your images to the same ratio before uploading it to the slider.
3.) Use this to remove the header border:
#header_main {
border: none;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 117px;
}
4.) What specific pictures are you referring to? If you’re using the image element, set the Image Link? to No Link.
Cheers!
Ismael
You can see on this post that when I have chosen not to show thumbnail image I get a grey image with a pen. I don’t want anything there. What do I do? A search through your help forum didn’t give me the solution:
http://ertzgaard.net/soldans/
Looking forward to your reply.
I would like to know how to increase the thumbnail size for the portfolio navigation while keeping the container the same size so it looks better on retina screens. Ismael helped me do this for the testimonial containers which looks great on retina screens now so I would like to do the same with the portfolio navigation. I have included a screen shot to show what I am talking about (left side of screen) Thank you!