Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #686330

    Dear support,

    I don’t know what to do. When I open the site on mobile device the masonry gallery shows only Title and caption, but not the picture while on computer everything works perfectly. What should I do about it? I have updated the theme to 3.8. because I saw that may be the problem in other similar topics, but it stayed the same.

    Hope you can help me with that.
    Best regards!
    Doris

    #686367

    Hey Doris,

    Thanks for getting in touch!

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Let me know if that helps!

    Best regards,
    Jordan

    #686603

    Hi,

    Thank you for quick response! Unfortunately, this is not working. I did that on all browsers, Iphone 6 and Microsoft, and still doesnt’t show any picture.. On computer, as I previously said, everything works… But mobile device is the problem.

    When I started working with this theme I wrote in quick css some code for masonry entry, because I wanted it to be in row on mobile device (maybe this information can help you a little bit)… And till today, everything worked perfectly, but when I uploaded the theme I got that problem…

    This is the code which I have in quick css:
    .av-masonry-entry {
    width: 33% !important;
    }

    Best regards!
    Doris

    #688167

    Hi again,

    I just wanted to say that when I removed the title and description the picture is visible… But, now I don’t have any title and description on computer because I removed it … If there is no help for me I will just leave it like this, but if we can do something to make the picture visible on mobile while having the title and description I will be happy to make it work.

    Best regards!
    Doris

    #688168

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #688424

    Hi,

    I’m sorry to hear this. I really didn’t do anything except upload the theme. And after upload it doesn’t work. Before, it worked. I didn’t need to ask or change anything, the pictures on phone were normal… :(

    Best regards!
    Doris

    #688762

    Hi Doris,

    I’ve had the same issue. Than I changed “display order” to “ascending”. Now it works fine for me. Maybe it could help you too?

    Best regards,
    hermelina

    #690042

    Hi!

    I don’t know what to do. When I open the site on mobile device the masonry gallery shows only Title and caption

    The masonry content container covers the image container. This is the default behaviour on mobile if the Size Settings is set to “Perfect Grid”. You can either hide the content container or increase the height of the masonry sizer. Add this in the Quick CSS field if you want to increase the height:

    @media only screen and (max-width: 767px) {
       .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
           padding-bottom: 120%;
       }
    }
    

    Best regards,
    Ismael

    #690360

    Dear all,

    unfortunately, I couldn’t find where to change display order :/ . But, thank you all for trying to help me! I appreciate it. I tried also to increase the hight but that’s changing the site a lot. It will be fine without title and caption.

    Thank you!
    Best regards!
    Doris

    #690725

    Hi Doris,
    have a look at the settings of your masonry; first tab. There you will find “display order”.

    Kind regards,
    hermelina

    #690726

    Sorry, the link was wrong.

    #692052

    Hi,

    If you want to just hide the title and caption, please use this:

    @media only screen and (max-width: 767px) {
       #top .av-inner-masonry-content {
        display: none !important;
       }
    }

    Best regards,
    Ismael

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