-
AuthorPosts
-
April 27, 2017 at 2:03 pm #784022
Hey Kriesi,
I used to have arrows and dots for the slideshow on mobile devices,
though after the last update they dissapeared. I’ve managed to find this line on shortcodes.css (line 3695) –@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a{display:none;}
…How do I bring them back?
Thanks,
UriApril 29, 2017 at 10:17 pm #785112Hey Uri_Berry,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .avia-slideshow-controls a { display: inline-block!important; }}Please clear your cache :)
Best regards,
MikeApril 30, 2017 at 5:48 pm #785327Thanks a lot! works great, super support :)
I have another question, when I open this page (in private content) on a mobile device,
the overlay on the Masonry-Grid elements appears to be allways on, this causes a problem for me
because I want the elements to have a dark background on overlay…
is there a way to make it work like on desktop? – the overlay will appear only on touch?Have a nice day,
UriApril 30, 2017 at 6:36 pm #785353Hey!
The touch event can not be controlled so easily with CSS.
It would need some more work to be controlled properly, so I would suggest if you need it a lot to consider
hire someone to help you with that process.Regards,
BasilisApril 30, 2017 at 7:48 pm #785374Thanks!
Can I just cancel the overlay on mobile?
I would prefer to have the image instead of the text and backgroundUri
April 30, 2017 at 8:08 pm #785378Hi,
To remove the overlay on phone try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: none !important; display: none !important; }}Best regards,
Mike-
This reply was modified 8 years, 7 months ago by
Mike.
April 30, 2017 at 8:16 pm #785387April 30, 2017 at 8:55 pm #785405Thanks so much Mike, worked a charm :)
UriApril 30, 2017 at 9:08 pm #785411 -
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
- The topic ‘Slideshow controls on mobile’ is closed to new replies.
