Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
i have 2 Problems with the mobile Version of my Website verenabiskup.de
1st problem: I use the Theme Folie and on my smartphone (Android, Galaxy 7,chrome) the hamburger menu doesn’t work. When i press on the menu only the X appears and the menu doesn’t appear. When I reload the site the menu works. When i close the site and open it again the menu fails again. I tested it on 2 Android-smartphones. On a third one the menu worked without reloading. On tablets and desktop-Pc with mobile preview it works, too.
2nd problem: I use the justify gallery of the jolie theme. When I click on an image the lightbox opens with a bigger version of the image. Perfect for Desktop and Tablet version. But i don’t want the lightbox to pop up on the smartphone-version. It makes no sense. Can i deactivate the links for the smartphone-version?
Hello,
1-This is a browser issue. Make sure the browser you are using doe snot have any add-ons installed. I tested this in various mobile cel and different browsers and the menu had no issue opening.
2-Sorry but you can either activate or not the lightbox on hover. It’s not possible removing it only for mobile.
A workaround would be deactivating onhover effect in mobile. If you want this, then just add this css into your Custom Css box:
@media(max-width: 480px){
.entry-overlay.dark-text.entry-overlay-zoom_color {
pointer-events: none;
}}
Best regards!
You must be logged in to reply to this topic.