I have checked the thread and the plugin.
But I fail to see how it can help me set a standard size for all th featured images shown in ur theme
I did little digging and added the code set_post_thumbnail_size( 150, 150, true ); to functions-enfold.php but seems it deprecated.
Please help
Hi,
I’m not sure which is which but please try to regenerate the thumbnails on the language with the Gallery not working.
http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi Devin,
Thanks for your quick response. Actually I did not mean the single posts, but the so called “Blog Posts” content element when using the Avia Layout Builder:
E.g. the Recent News item on this page:
http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/
Or the Latest News items on this page:
http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
The div I would like to add a category class to, is the one with the .slide-entry class:
<div class="slide-entry flex_column post-entry post-entry-250 slide-entry-overview slide-loop-1 slide-parity-odd av_one_third first real-thumbnail">
As you can see, the post ID has already been added as a class… If there is a way to add the category that would be great.
Regards, Bas
You can either do that or just let the thumbnail regeneration plugin run and see if that does it: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Hi, I want to use the Logos-showcase plug-in (http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745) with Enfold but the hover on logo thumbnails not working with URL link (the image disappears).
They work when the logo doesn’t have link.
The hover function use this CSS :
Code:
.lshowcase-hover-grayscale:hover {
filter: url(“data:image/svg+xml;utf8,<svg xmlns=’
http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0’/></filter></svg>#grayscale”);
opacity: 1;
}
The plug-in work correctly with the core themes of WordPress…
regards.
Jean
Hi Andi,
You need to use this plugin to regenerate your images: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Any newly uploaded ones should have their thumbnails correctly generated.
The theme doesn’t have support for more than 4 thumbnails at the moment.
Regards,
Devin
When you upload an image to WordPress it gets processed by the code of both your active theme and any active plugins. By itself, WordPress creates a small thumbnail and a medium sized thumbnail and stores those in your uploads folder with the original image.
The theme and any plugins will tell WordPress to also create some other thumbnail images to be used for other things. These are defined in the functions.php file of the theme.
So when you rotate the image after it has already been uploaded you aren’t actually rotating all of those other images that were created when you uploaded.
What this means is you will need to regenerate your thumbnail images after you’ve rotated the original so that all the thumbnails are regenerated based on the new orientation of the original.
It’s me again Devin:)
I realise my explication is bad.
Her is the short version:
Images that I have rotated are sometimes rotated back when I use them on the website. To me it looks like this is mostly in thumbnail or preview mode.
There is several on my front page right now..
If the image is getting modified after it has been uploaded my guess is that WordPress doesn’t actually re-generate all of the thumbnails. So what you will need to do is use this plugin to do so after any change to the image orientation: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
Okay.
Please tell me how to resolve the following issues
1. Show only 4-5 lines of the post on homepage and leave a link of read more for the rest
2. When I share any post on facebook, the thumbnails choice only offers to use the logo image despite an image being present in the post. Sample http://www.epicresearch.co/learningcentre/rich-or-wealthy-know-the-financial-planning-way/
Hi htarrant,
After each change of the function you must regenerate your thumbnails to have the changes reflected on your actual images. For cropping, you need to set crop to true. For example:
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => true); // images for fullscreen slider
Regards,
Devin
Hi Devin,
Ok I have deactivated all plugins but still have the issue.
One thing I noticed is that when you hover over a thumbnail image, the caption below the big image disappears. The padding and margins remain though.
Here is the link to view the issue on the website:
http://kitodev.com/portfolio-item/kito-l5lb-lever-hoist
Thanks for the help!
Regards,
Matt
Hey,
You need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
First off let me say, LOVE the theme!
2 Questions.
1) Is it possible to set a featured image so that it shows up in the news thumbnail (like in sidebars) but does NOT show up on the post?
2) When the featured image is at the top of a post, is it possible to disable the hyperlink (and rollover) so that it is just a static image?
Any help would be greatly appreciated, thank you.
Hi, i have spent many hours in the gallery media element.
I think it does not work as it seems in your demo website.
Here is my website with the gallery at the left of the bottom of the home page. http://www.petrapyra.gr/
Here you can see my settings
http://postimg.org/image/g5kqjzdg1/
1. For some reason i cannot explain , thumbnails look faded as you can see here:
http://s21.postimg.org/7bipozx07/bad_capture.jpg
instead of the bright thumnails in your demo website here:
http://s13.postimg.org/gk7xxhe3r/good_capture.jpg
2. Moreover when i have my mouse over the thumbnail the big image does not change as in the demo.
3. The caption seems as an ugly link below the big image as you can see here:
http://s21.postimg.org/7bipozx07/bad_capture.jpg
instead of the pretty balloon caption that appear in your demo website as you can see here:
http://s13.postimg.org/gk7xxhe3r/good_capture.jpg
4. Unless i set “yes” in Use lightbox option in Settings it open the image in a new window….
Please help!
Thank you in advance!
Kostas
Hi,
Please add following code to Quick CSS
.avia_transform .avia-gallery-thumb img.avia_start_animation { width: 48px; height: 44px; }
Regards,
Yigit
Hi, i’ve created a gallery with same – height images but the created thumbnails have different sizes and don’t appear normally – next to each other – at the grid. Could you help?
The page is http://apertogroup.gr/demo/portfolio-item/%CE%B5%CF%83%CF%89%CF%84%CE%B5%CF%81%CE%B9%CE%BA%CE%AD%CF%82-%CF%80%CF%8C%CF%81%CF%84%CE%B5%CF%82/
When trying to create a porfolio grid through avia, the list of possible type of images does not appear. Thus no thumbnail is visible on the page, but only a box without image and the titels of the portfolios
Please add product thumbnails to search page results instead of the numbers.
Hi,
You’re welcome, glad we could help :)
Regards,
Yigit
thanks – thats working fine…
Hi,
Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Yigit
Hey,
You can insert the Image element then set the link to manual. Add the url of the video. It will automatically open the video in a lightbox when the thumbnail is clicked.
Regards,
Ismael
Is there a small code to install product thumbnails to the search results page? See here: http://cl.ly/image/2o100U1D1a0G
Maybe replace the number with the small thumbnail image?
Hi,
Please try adding this code to Quick CSS
.grid-entry { padding: 0 0 10px 10px; }
Regards,
Yigit
Hi, I am trying to create some white space between the thumbnail images of my three column portfolio. I’ve seen a number of threads that refer to the CSS:
.grid-entry .inner-entry {
width: 90%;
margin-left: 5%;
}
.sort_width_container {
padding-left: 1.5%;
}
and variations of. Unfortunately this isn’t resolving the issue for me. I have tried placing the code in both the Quick CSS and the Custom CSS file but I’m seeing no difference? The page I’m having problems with is: http://addandam.com/homepage-v2/new-cars-v2/
Thanks in advance
here is the screenshot, also when a add caption it shows a white space in between the thumbnail and big image
https://docs.google.com/file/d/0B7QKBnTRooFgd2JJWFBrVDlsYTQ/edit?usp=sharing
Actually there’re two solutions.
1) Change the thumbnail size in functions.php – search for
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
and set the width value to a value below 450px. Regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
2) Upload a bigger image. All other featured images are bigger (eg http://new.raffaello.name/wp-content/uploads/2013/08/Balancing_Cube_01.jpg or http://new.raffaello.name/wp-content/uploads/2013/08/geo_skydive.jpg but this image: http://new.raffaello.name/wp-content/uploads/2013/08/bj-450×450.jpg is too small and wordpress will not resize the width. Eventually this image is different from the other images (different aspect ratio) and it breaks the grid.