Hi
In Portfoilio items you have the option to put a preview gallery :
“Ajax Portfolio Preview SettingsIf you have selected to display your portfolio grid as an ‘Ajax Portfolio’ please choose preview images here and write some preview text. Once the user clicks on the portfolio item a preview element with those images and info will open.”
At this point there is no option to set the image size.
Just the option to assign images over media-library.
The images shown in the frontend are totally blurred – independendally from the numbers of colums we have choosen.
http://axellauer.de.www290.your-server.de/portfolio/
how do i get images wich are not blurred?
BTW: just to avoid discussions….this uses the *un*-edited custom-post-type from Enfold -the portfolio.
Hey!
The images look fine and they are not blurry. The image dimension are 845×684. This is enough for the ajax preview images container.
Regards,
Ismael
They are!!!! blurred like hell:
http://www.axellauer.de/gfx/enfold/blurred.png
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: auto;
}
Cheers!
Yigit
It seems like code is not being applied. It should look like this if applied http://i.imgur.com/V1Qoucq.jpg
Regards,
Yigit
sorry, but it is:
http://axellauer.de.www290.your-server.de/wp-content/themes/enfold-child/style.css
somewhere in the middle
Thumbnails also are regenareted.
Hi!
Please add !important to force it so it should be
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: auto!important;
}
Cheers!
Yigit
Hi, this just solved my problem. yay! Thanks for the support for a great WordPress theme. I appreciate all the efforts.