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

    Hello,
    I have added a Masonry Gallery to saturnbioponics.com HOME page,
    the images show up on desktops, laptops and tablets, but not on mobiles,
    the images are removed under a certain width, I havetested on 2 different
    phones.

    The Gallery is under the title CROP AREAS and has 4 items, SATURN GROWER,
    VINE CROPS, NEW & UNUSUL CROPS and HYDROPONIC SCIENCE.

    Can you tell me how to enbal the images please?

    Thanks,
    Christian

    #799923

    Hey saturngrower,

    Please provide a link to the page in question, as well as admin info so we may log in and look into this further.

    Best regards,
    Jordan Shannon

    #800789

    Hi Jordan,

    The page is called “Welcome design 02” and the site is http://saturnbioponics.com/

    Logins below.

    I also have another question, when I duplicate a page for translation, the paragraph font
    is different than the original, you can see this if you compare any translated page with
    the original, for example http://www.saturnbioponics.com and http://www.saturnbioponics.com/?lang=es

    #800819

    Hi,
    Looks like you are using Version 3.0.4, please try updating.
    To update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    I recommend backing up with: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    #801480

    Hello,

    I have updated the theme to Version 4.0.7, as suggested by Mike,
    but still getting the same issue, the Masonry Gallery images are
    hidden on mobiles, or to be specific, any width under about 580px?

    The Masonry Gallery in question is on the “Welcome design 02”
    (saturnbioponics.com) page, The Gallery is under the title CROP
    AREAS and has 4 items, SATURN GROWER, VINE CROPS, NEW
    & UNUSUAL CROPS and HYDROPONIC SCIENCE.

    Thanks,
    Christian

    #801602

    Hi,

    I would like to inspect the page elements on your site, but it appears there is some kind of script or plugin preventing me from doing so? Is there one, and if so can you disable it?

    Best regards,
    Jordan Shannon

    #801624

    Hi Jordan,

    I have logged with SBadmin and can edit the page as normal, where
    exactly are you getting the problem?

    Cheers,
    Christian

    #801632

    Hi,

    Not editing the page. Inspecting page elements. Basically right click and browser inspector seems to be disabled on your site.

    Best regards,
    Jordan Shannon

    #802484

    Hi Jordan,

    Plugin now disabled, you should be able to inspect.

    Cheers,
    Christian

    #802668

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px){
    body .container_wrap .avia-builder-el-first img {
        display: block;
    }
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #803096

    Hi,

    I added the code but the images are still being removed around 580px?

    Thanks

    #803112

    Hi,

    Apologies, I made the following adjustment in quick css:

    @media only screen and (max-width: 767px){
    body .container_wrap .avia-builder-el-first img {
        display: block!important;
    }
    }

    It should work now.
    Best regards,
    Jordan Shannon

    #803375

    Yes that’s working fine now, thanks

    #803390

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Images not showing on mobiles’ is closed to new replies.