Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #207636

    Someone raised this topic and later he himself said. I’ve sort it out.
    I created an ID for the Masonry and add the following to my custom.css file:
    #masonry ID {
    max-width:1210px;
    margin:auto;
    }
    Well I’ve tried the same thing and it didn’t work. If I understand well I had to write the word “masonry” where it says “For Developers. Section ID” in the Masonry Gallery. This way masonry is considered an ID. Correct? This is what I did but it didn’t worked.

    #207749

    Hi fjrichart!

    Did you see this topic? https://kriesi.at/support/topic/fullwidth-masonry-boxed-within-stretched-layout/

    Your code is right, just remove that ” ID” from the selector.

    Cheers!
    Josue

    #207902

    Thank you Josue I’ve seen that this guy uses an ID and the guy in the other topic uses: .main_color .av-masonry {
    Both work OK but what’s the difference? Both worked but the first one changed the color of the screen background. The background I’m using is black and it turned it into a grey almost white.

    #208142

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #208189
    This reply has been marked as private.
    #208222

    The gallery that isn’t Masonry respects the order you want but crops the photo. Could it be possible to get that it doesn’t crop and keep the height and width ratio?

    #208364

    Hi!

    You can try to change the thumbnail size of the images in the default gallery (i.e. use “No Scaling (Original Width X Original Height)”). Then use following code

    
    #top .avia-gallery .avia-gallery-thumb a {
    height: auto;
    width: 20%;
    }
    

    to change the width of the images in % and the height:auto attribute will make sure that the images are not cropped.

    Best regards,
    Peter

    #208387
    This reply has been marked as private.
    #208390

    Hi!

    Please check the thumbnail fade in effect option: http://www.clipular.com/c/5844663923638272.png?k=kpW9Aw9E9gbNaWSuXuSe5QXCPA0 and set it to “Activate on page load”.

    Regards,
    Peter

    #208406

    Yea I’m dumb. Thank you.
    Do you know if there exits a WYSiWYG gallery pluging so I mean that I can drag images around from one point to another with the mouse and images will stay where I leave them?

    #208408

    Hi!

    I’m not sure but you can try the nextgen gallery plugin: http://wordpress.org/plugins/nextgen-gallery/ – maybe it supports such an interface.

    Regards,
    Peter

    #208468

    Thanks I’ll check.
    The last question: The gallery always displays the photo title on mouse hover and it doesn’t give you the option to say that you don’t want to display. How can I say I don”t want.

    #208554
    #208624

    Thank you. The Dude’s solution worked. Regards.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Is it possible to make a Masonry gallery not fullwidth?’ is closed to new replies.