This reply has been marked as private.
Hey!
Try adding this code to the Quick CSS:
.image-overlay-inside:before {
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
margin: -25px 0 0 -25px !important;
}
Cheers!
Josue
Hello Ismael,
Thanks for helping me, this code is changing the thumbnail size, what do need is when the mouse hovers over the thumbnail something happens, like in the demo.
But I found that my thumbnail is small and that the effect occurs in larger thumbnails 164px that, I think maybe icon located within the thumbnail to be big for what I need and maybe that do not work “mouse hovers over the thumbnail.”
http://smartreportsolutions.com.br/single/
Is it possible to change the size of the icon that sits inside the thumbnail?
http://smartreportsolutions.com.br/wp-content/uploads/2014/02/icon_thumb.jpg
Regards,
Jorge
Hi Willem-Paul!
The portfolio grid in Enfold does not yet support videos for the thumbnails.
Regards,
Devin
I love your theme, but I cant seem to figure out how to get this rather simple thing to work.
I have set up a gallery using high-res images. The gallery works fine, but when I click the thumbnail to view the original sized image I only get a medium sized version.
I have tried all the options in the gallery without result.
Hi!
Please add this on your custom.css to fix the grid entry image height:
.grid-entry .attachment-no.scaling.wp-post-image {
max-height: 44px;
}
Regards,
Ismael
Hey Josué!,
Thanks for helping me.
in fact I had already done it, I just found the problem, when the Featured image is smaller than 164px, the animation when the mouse over does not work. I have an example with 2 items in the portfolio made the same way, the only difference and the height of the thumbnail.
Please see: http://smartreportsolutions.com.br/single/
the height of the thumbnails is 71px I need, can you help me?
Cheers!
Hey!
When editing the single portfolio, set the images in this section:

Best regards,
Josue
Hello,
I have a curiosity…
Image thumbnails when hovering the image is transparent.
And for all the other the pictures when hovering the image brightens up.
Where can I set that all the pictures were as thumbnails- when hovering were transparent.
Example page: http://bit.ly/1d02mqm
Ok, how do I get thumbnails as the demo theme?
What did I need is simple, one image that opens a text in ajaxportfolio.
Hi Yigit,
You closed off the topic before I could add more to it. :)
The solution you posted in https://kriesi.at/support/topic/changing-color-of-image-overlay-circle/ worked. However, this does not work for gallery with big thumbnail below.
I still see a green circle with two arrows pointing in opposite directions when I hover over it.
sl
Hey joshuaslot!
In WordPress dashboard please go to WooCommerce > Settings > Catalog and change catalog image size to 230x230px then regenerate thumbnails using http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hey Yura!
Please elaborate – what do you mean with “best size”? Do you want to change the size of the thumbnails or do you need a hint regarding the
amount of data (= size of the import file)?
Regards,
Peter
Hey Jorge!
There are no thumbnails in your portfolio.
Cheers!
Josue
Hi Pietro!
Try adding this code too:
.avia-content-slider .attachment-thumbnail.wp-post-image {
width: 100%;
}
Cheers!
Josue
Hello team Kriesi
Please help me,
Note that the “Portfolio” when the mouse hovers over the thumbnail nothing happens, what do I need to do to become like the thumbnails to the theme demo?
http://smartreportsolutions.com.br/srs-v1/#equipe-medica (this project is not finished and the images are approved by the customer)
The thumbnails are actually featured image, I’m using incorrectly?
Thank you so much
I fixed it. Found the solution at https://kriesi.at/support/topic/poor-quality-thumbnail-images-in-portfolio-gallery/#post-167178
and also had to change it in WordPress backend under Settings->Media
Hi!
I’m not really sure what the issue is. Each of the images on the gallery is 180×180 which is the correct output for those items.
Cheers!
Devin
In the Portfolio AJAX preview gallery my small images are blurry due to having a 2 column thumbnail layout. Right now they are 80px x 80px. Where can I change it?
Screenshot: https://dl.dropboxusercontent.com/u/3211052/Screen%20Shot%202014-02-05%20at%201.52.30%20PM.png
@Lynnr321 Your site is amazing. Great colour scheme. Can I ask, when I hover my mouse over your thumbnails, how did you make your thumbnails stay the same? Normally for enfold, when you hover the mouse over the thumbnails, the picture will grey over. Your reply is greatly appreciated.
Hello,
I made a customization on post grid to have a short space between thumbnails
whit this css:
div .av_one_third {
margin-left: 2%;
width: 32%;
}
div .av_one_fourth {
margin-left: 2%;
width: 23.5%;
}
div .av_one_fifth {
margin-left: 2%;
width: 18.4%;
}
This css seems to work,
but I get a problem when I resize the browser and thumbs are aligned on one or two columns.
This is the link: http://www.birikkina.com/wordpress
Try to resize the browser window as small as you can, and you will see they the thumbs don’t fill the grey box under each image…
Is it possible to fix this issue?
Many thanks,
Pietro
Thank you, this seems to do the trick!
Still could use some help please! Thanks! :-)
Can you please tell me why all the thumbnail images in the Posters Section aren’t square? I’ve been running into this problem many times. Thank you!
http://www.mattcanale.com/services/
Hey!
No, because I couldn’t edit the file. However we should wait for the next theme update because I’m not sure why my code isn’t working and maybe some updated files are still missing in Enfold 2.4.5. The next update should contain all necessary hooks and then you can even use the “big preview” gallery style. I.e. I tested it here: http://test.inoplugs.com/agb/ and used a slightly modified version of the code I posted in one of my last posts.
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
{
$custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
if(!empty($custom_url))
{
$link[0] = $custom_url;
$link['custom_link_class'] = 'aviaopeninbrowser';
}
return $link;
}
Best regards,
Peter
I worked it out :) changing the avatar size in the wordpress theme helps.
How can i change the thumbnail size of the testimonial box?
I have just put together my new website and have carefully added the content with SEO in mind. After going live with the site on February 2, 2014 I ran some reports on my site and have come up with many errors. Firstly, there is a lot of image errors as far as title tags are concerned. By default it seems to add the alt tags with our issue. The main problem I see is that on the single blog post at the bottom it adds the “You might also like” linking additional blog posts a visitor may be interested in with a small thumbnail. That thumbnail does not actually post the title tag as shown in these two screen shots. http://puu.sh/6IOe5/c4399309e7.jpg and http://puu.sh/6IOgN/d93c348341.png. These images in fact do have both tags when entered into wordpress. How can I add the code to make this happen? I looked at the single.php and found where it calls the includes/related-posts.php and I am really unsure of the code to add to make it show the title.
On another note, it seems that the theme is adding additional chars to the url such as shown in this image http://puu.sh/6IOrm/4490199fad.png as you can see for example the link http://www.lakeeriewebdesign.com/privacy-policy/?s= does not exist and causes a 404. I did not add these links and not sure where in the theme they are coming from. My only thought would be the small arrows on the right and left of the blog post when hovered shows the next or previous post with a small image. How can this be resolved?
Overall I love the theme and I am pretty sure I can make it work. From an SEO stand point there is a lot of work that needs to be done. I look forward to your comments and suggestions.
That is very weird! This is the link (same as above):
I can sort by the categories but I have no rollovers or links on the thumbnails and/or the portfolio item titles.
Personally I think the percentage change is a way for users to unintentionally weigh down a page by re-sizing full res images which in turn adds unneeded bloat to a page. There are a few ways to approach it otherwise:
– Use column shortcodes to wrap your images into the size you want them and the content into the layout you want.
– You can also add your own image sizes to WordPress so that you have them as a selection when adding an image to content. You can do this for your client(s) so they then have choices. This plugin lets you do that from within WordPress http://wordpress.org/extend/plugins/simple-image-sizes/
When adding in an image where you want to link to a full resolution you should and can link to that full resolution even while inserting a thumbnail of the image. This prevents the page from needing to actually load in the full resolution image in the first place (how galleries work).