hello,
I have a question about blogging template.
Where can I change the option galleries in a single post. Remove the large photo at the top, leave only the small images.
And how to remove the effect of the appearance of them, because the large amount of photos waiting on him for quite a while.
thanks for the help
Hey osukaru!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview { display: none; }
If that does not work, please post the link to your website
Cheers!
Yigit
unfortunately disappear all photos…
Hi!
Please remove the code and let us know, so we can take a look how it looks before applying the code
Regards,
Yigit
Ready :)
Hey!
Please add following code to Quick CSS instead
#top div .avia-gallery .avia-gallery-big { display: none; }
.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1;
}
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Best regards,
Yigit
works great.
And how to improve the quality of the thumbnails?
because in the blog is poor, and in portfolio very good.
Hi!
In WordPress dashboard, please go to Settings > Media and increase Thumbnail size 142x142px then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit
Thank you for the quick help.
Best regards