Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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,
    Uri

    #785112

    Hey 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,
    Mike

    #785327

    Thanks 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,
    Uri

    #785353

    Hey!

    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,
    Basilis

    #785374

    Thanks!
    Can I just cancel the overlay on mobile?
    I would prefer to have the image instead of the text and background

    Uri

    #785378

    Hi,
    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 7 years, 7 months ago by Mike.
    #785387

    Hey!

    Sure, you can ask that from who you will hire, to help you out.

    Best regards,
    Basilis

    #785405

    Thanks so much Mike, worked a charm :)
    Uri

    #785411

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Slideshow controls on mobile’ is closed to new replies.