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

    Good day,

    I set the thumbs in the media section to 150×150 unchecked “Crop thumbnail to exact dimensions” as I want them in rectangle
    used plugin “Force Regenerate Thumbnails”

    In “edit post” they show the way I want (150px) – when published they are only 80px width
    please advice
    http://dumaguete.com/test-gallery/

    #299545

    bump

    #299558

    Hi!

    The theme defines thumbnails with an 80×80 size when added into layouts. You can clear it out by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .gallery .gallery-item {
    width: auto;
    height: auto;
    padding: inherit;
    }
    

    Cheers!
    Devin

    #299568

    Thanks a lot.

    I do admit I am not really happy with the gallery options of this theme. They look totally unsorted and actually really ugly.

    All other themes I use spread galleries over the width, meaning to say they are symmetric in the number of columns.

    example: http://www.dumagueteinfo-net-service.com/mr-ms-negros-oriental-high-school-2013/

    This is standard WP setting w/ only thumbnails adjusted

    while this theme is really ugly in terms of galleries : http://dumaguete.com/asian-college-tayada-sa-plaza/
    in the “edit post” section they are in 5 columns. the output on the post is differrent

    As we have thousands of pictures, there is no way I can confront our visitors with such a mess.
    The Masonry also cant be used in posts with sidebar :-(

    Any suggestions as the ?

    • This reply was modified 10 years, 3 months ago by Rhoody.
    #299590

    Hey!

    You can actually place Masonry gallery element inside 1/1 column element on your pages with sidebar :)

    Cheers!
    Yigit

    #299597

    also in a post, as I have most galleries all in post ?
    the straight sorted columns like they show in “edit post” are still my preferred way to have galleries

    • This reply was modified 10 years, 3 months ago by Rhoody.
    #299904

    Hi!

    You still don’t have my original css snippet in place so the gallery items remain unchanged.

    The theme has a number of additional gallery options available but if you want to use purely the WordPress option and have no changes from the theme then go into the base.css file and look for:

    
    #top .gallery .gallery-item{
    margin:1px 1px 0 0;
    width:80px;
    height:80px;
    padding:0;
    }
    

    Delete that.

    Best regards,
    Devin

    #299927

    Devin,
    thanks for your help, I really appreciate it :-)

    I actually have it in place since 12 hours thats why they are now 150 wide, (or high).
    please look here:http://dumaguete.com/asian-college-tayada-sa-plaza/
    The post has
    [gallery link="file" columns="5" ids="86,89,103,85,84,90,93,94,104,102,91,98,92,100,101,99,97,96,95"]
    but the result shows no vertical columns, all pictures are aligned to the left

    2.
    can the masonry gallery be added to a post 1/1 element?
    cheers
    Rhoody

    #300044

    Hey!

    Thank you for the info.

    Please try to upload images with the same ratio or dimension as much as possible. Use this on Quick CSS to fix the gallery columns but it will stretch some of the images:

    #top .gallery .gallery-item {
    margin: 1px 1px 0 0;
    width: 80px !important;
    height: 80px !important;
    padding: 0;
    }
    
    #top .gallery .gallery-item img {
    height: 100% !important;
    width: 100% !important;
    }

    2.) Yes, it is possible. :)

    Cheers!
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.