-
AuthorPosts
-
November 16, 2014 at 10:47 pm #202795
Hi,
While browsing my uber-site with my mobile phone i want to disable the slideshow popup that displays images from the gallery (JoomlArt Advanced Custom Module – Type = Gallery | Style 1 ) module.
to make it more clear here is an image of the slideshow popup i would like to disable while using mobile phone to view the website.
I would appreciate any help you can provide,
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 17, 2014 at 9:20 am #555408On this case, you have to customize it from css style
+ Create templates/uber/css/custom.css file and add new this rule
@media (max-width: 767px) {
.acm-gallery .isotope-layout .item a {
pointer-events: none;
cursor: default;
}
}
1 user says Thank You to Ninja Lead for this useful post
November 24, 2014 at 12:15 pm #556313thank you so much ninja lead. it works like a ninja charm.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by psihohealer 9 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I disable the slideshow popup in mobile view
Viewing 3 posts - 1 through 3 (of 3 total)