Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #653344

    I have a masonry gallery and the overlay is set to be centred. There are two images – on one the overlay is at the bottom and on the other the overlay is in the centre. I want them both to be the centred style.

    • This topic was modified 8 years, 4 months ago by mosaic.
    #653413

    Any help with this, please?

    #653424

    Hey!

    That is a bit of a strange issue.
    Can you please provide us backend access so we can give it a look.

    Please be also patience and do not double post on a topic, as it gets back and last to the line, until we check it.

    Regards,
    Basilis

    #653436

    Thank you for your help. User details in private content. I look forward to hearing back from you! Thanks

    #653722

    Hi sorry to post twice I am just on a deadline to get this site working and it hasn’t been looked at it in 2 days. Please have a look at my issue as soon as you can. Many thanks

    • This reply was modified 8 years, 5 months ago by mosaic.
    #654598

    Hi,

    We are very sorry for the delay. Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    We would like to check the settings but the user is not an admin. Please set the user rights to admin.

    Best regards,
    Ismael

    #654692

    Ah I see, thanks a lot for letting me know.

    The user account is now set to admin.
    Thanks.

    • This reply was modified 8 years, 4 months ago by mosaic.
    #655974

    Hi,

    Alright. I can see the issue now. It is markup bug in the masonry script and it occurs if the gallery image do no contain a custom link. We added this in the Quick CSS field to fix it temporarily:

    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay a.av-masonry-item-with-image del {
        color: #fff;
    }
    
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: #fff;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.35) !important;
    }
    
    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        display: table;
        position: relative;
        height: 100%;
        width: 100%;
        bottom: 0;
    }

    Best regards,
    Ismael

    #656124

    Thank you!

    #656165

    Hi!

    Glad it could be shorted out.
    Please do let us know if we can do anything else for oyu.

    Cheers!
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Masonry gallery overlay text is inconsistant’ is closed to new replies.