PHOTO GALLERY ERROR ON THE MOBILE THEME FOR NEWSPAPER 9

Posted in: Newspaper
Post count: 32

Hi, I purchase Newspaper 9 and implemented the mobile theme for https://www.pipeify.com/
However, once I click via mobile device up on any of the image on Photo Gallery, it wrongly redirects me to he image media file instead of opening up the fulLscreen of the photo gallery on the mobile theme (i.e. this error only happens via mobile since on desktop once user clicks above any of the photo gallery image it correctly redirects user to the fullscreen of the photo gallery so user can navigate on photo gallery in fullscreen).
Could you please help me with the CSS code to insert on Mobile theme dashboard field so ONCE USER CLICKS ABOVE EACH IMAGE ON PHOTO GALLERY VIA MOBILE, THE MOBILE THEME WILL REDIRECT USERS TO THE FULLSCREEN OF THE PHOTO GALLERY NAVIGATION I.E. USER CAN NAVIGATE ON PHOTO GALLERY VIA MOBILE THEME AS WELL INSTEAD OF THE CURRENT ERROR THAT IS REDIRECTING USER, ONLY ON MOBILE THEME, TO THE MEDIA FILE.
prints (error) – https://pipeify.com/wp-content/uploads/2018/11/IMG_4149.png
https://pipeify.com/wp-content/uploads/2018/11/IMG_4150.png

Post count: 20688

Hi,

The mobile theme does not feature a lightbox for when the images are touched, only on desktop or when the mobile theme is not active will that be possible.

The mobile theme is made to be as light as possible, it doesn’t have many settings, effects, animations etc. including the lightbox for images. There would be no CSS code that I can provide you for this.
I could give you a code to prevent images from being touched/clicked (no action) if you would want it. Sorry for the inconvenience.

Thanks

Post count: 32

Hello Simion,
Thank you for your feedback.
Yes, could you please provide me the CSS code for block users to get to media file once they click above images on photo gallery on MOBILE theme?
Att
Camila

Post count: 20688

Hi,

This code entered in Theme panel->Mobile theme->Custom CSS section will prevent any interaction with the images from the gallery

.td-slide-galery-figure {
pointer-events: none;
}

Please enter it as mentioned and check the results.

Thanks

Post count: 32

Thank you Simion, it did work correctly with the CSS code you provided me for mobile theme now.
Best regards!
Camila

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.