Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1310402

    Hi,

    after an update to version 4.8.3 (update from older version e.g. 4.6, I am not sure) I cannot hide Horizontal Gallery on a mobile device. Setting is on the image settings of horizontal gallery
    Before the update, it worked fine. The gallery is on this page https://atelyer.cz/kontakt/ gallery
    Another element (Color Section) on this page works fine and is hidden on mobile.

    Can you help me hide this particular gallery?

    Thank you.
    Kind regards,
    Filip

    #1310552

    Hi Filip,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Your screenshot is not loading, so I’m not sure which gallery you are having this problem with. Please upload it to a service like Google Drive or Dropbox, then link to it here.

    Best regards,
    Rikard

    #1310574

    Hi Rikard,
    screenshots are here: settings of horizontal gallerysettings of horizontal gallery
    gallery on the page gallery on the page

    The horizontal gallery you can find on the lower part of page “Kontakt”.

    Kind regards,
    Filip

    #1310627

    Hi,
    Thank you for the login to your site, I have tested the page and find the element is hidden below 767px as the Element Visibility options indicate. Please try clearing your browser cache and checking again.

    Best regards,
    Mike

    #1310643

    Hi Mike,

    can you send me a printscreen? I cleaned the cache, tried anonym window, and nothing, still see the gallery on mobile devices as I sent on the printscreen before.

    Thanks,
    Filip

    #1310650

    Hi,
    I’m sorry somehow I got mixed up, you are correct I do see the element lower on the page, I can’t explain this right off but if you like you can add this css to correct the behavior:

    @media only screen and (max-width: 767px) { 
    	.hgall {
    		display: none!important;
    	}
    }

    Best regards,
    Mike

    #1310709

    Hi Mike,

    I see that you added Custom CSS Class “hgall” to the horizontal gallery. So I used your code and I added this class to the horizontal gallery on the other page and both are not displayed on mobile devices.

    Thanks a lot for your help.

    Regards,
    Filip

    #1310718

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Cannot hide Horizontal Gallery on mobile device’ is closed to new replies.