No sidebar, bigger thumbnails in gallery

Viewing 4 posts - 1 through 4 (of 4 total)
  • #3034
    milujciesie
    Participant

    I’m using Minimatica theme.
    I would like to remove the sidebar from all my posts. Will removing:
    <?php get_sidebar(); ?>
    from loop-page.php work?

    Another thing is thumbnail size in a gallery. I changed the thumbnail size in functions.php in the line:
    add_image_size( ‘gallery-thumb’, 200, 200, 1 );
    but then the thumbnails overlay each other (a part of a thumbnail is covered by a thumbnail on the right).

    How can this be fixed?

    #5419
    shortybiscuit
    Participant

    I’d really like this feature. I don’t want the sidebar on some of my pages.

    #5467
    Daniel Tara
    Keymaster

    A full width template will be added in the next version. As for the second request you can use the image post format to show larger images.

    #6569
    digitalretouch
    Participant

    I too am interested as well in bigger thumbnails. I don’t want to use an image post – I like the square formatting and the outline and shadow of the normal thumbnail feature, I’d just like them a smidge bigger. Any way to do that? I tried the above line in functions.php and it was a nightmare. Not only did my images overlap (I’m sure there’s a padding or margin css listed somewhere to fix that) but they also started duping so that there’d be twice as many things on the page – one set of 200×200 thumbnails as well as the larger thumbnails, all overlapping each other.

    Any pointers on how to accomplish the larger thumbnails?

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: ,

You must be logged in to reply to this topic.