Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #217452

    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

    #217454

    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

    #217458

    unfortunately disappear all photos…

    http://tinyurl.com/pg58atf

    #217464

    Hi!

    Please remove the code and let us know, so we can take a look how it looks before applying the code

    Regards,
    Yigit

    #217467

    Ready :)

    #217470

    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

    #217491

    works great.
    And how to improve the quality of the thumbnails?
    because in the blog is poor, and in portfolio very good.

    #217495

    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

    #217501

    Thank you for the quick help.
    Best regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove big image in single blog post.’ is closed to new replies.