Behavior limitation of display

Home Forums Pro Version Behavior limitation of display

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #4076
    Juan Barragan
    Participant

    Hello Forum; masonry pro looks excellent in http://miltonbarragan.com/sculpture/ . But, there is a behavior limitation; when screen width reduces, the 4 elements decrease individually in size, until they reach 740px when 4 columns layout turns into 1 column. Not a smooth behavior.

    As you can see in http://azucaingenio.com/ the behavior of the masonry there (other brand than yours) is smoother, as 4 columns layout, when screen width reduces, dynamically change intro 3 columns, than 2 columns, and 1 column in vertical display on a cell phone.

    Please provide the code to accomplish these.

    Thanks

    #4107
    Masonry Guy
    Keymaster

    Hi Juan,

    Currently we are unable to provide the code. But we will work with this feature and send as a new update. Please have patience till then.

    Thanks

    #4229
    Alex
    Guest

    Hi Juan,

    I have found a work around for this problem while we wait for an update.

    The width of the items is controlled by an empty div inserted above the main images, directly above the <!– FILLER DIV FOR WIDTH REFERENCE –> comment in the HTML. If you create @media queries resizing this div in your CSS (for example: @media screen and (min-width: 767px) and (max-width: 991px) { .wmle_container .wmle_item_holder { width: 50%;}} to create two columns on a tablet) then you can make your masonry layout responsive for all devices.

    Hope this helps someone!

    #4275
    Masonry Guy
    Keymaster

    Thanks Alex for the workaround. 🙂

    #4331
    Juan Barragan
    Participant

    Hello Masonry Guy; when do you expect this update to be ready?

    Thanks!

    #4340
    Masonry Guy
    Keymaster

    Hi Juan,

    It is not that major issue currently. So we are not going to update it soon. But for sure it will be kept in upcoming release. Around in next 2 weeks.

    For now, you can keep that css and it should work fine.

    Thanks

    #4379
    Jonas
    Participant

    Hey, just wanted to tell you that I agree to the guys and this kind of functionality would enhance your plugin even more! 🙂 So we are waiting. hey, but no pressure! But we are waiting 😀

    All the best!
    Jonas

    #4482
    Masonry Guy
    Keymaster

    Hi Jonas,

    We updated our plugin to version 1.5 today with these fixes. Please update it from your wordpress dashboard.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Pro Version’ is closed to new topics and replies.