Shop Categories

X

Slider not responsive in mobiles

Home Forums Agama Pro Slider not responsive in mobiles

Topic Resolution: Resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10733
    webmaster-aspy
    Participant

    Hello,
    I activated the Agama Pro Slider by adding images of 1200 x 300 px
    Everything works except resizing images on tablet device, mobile or when I reduce the size of my brother on PC.
    Slider is not responsive on my site.
    I searched on Forum and I did not find instructions to add in Additional CSS

    I tested by deactivating plugins to see if this resolves the problem, but it still not responsive.
    Could you help me with this issue?

    Kind regards.
    François

    #10737
    Zex
    Moderator

    Hello there!

    Insert next Custom CSS codes into Customizing-General-Additional CSS:

    @media (max-width:1190px) {
    .camera_wrap{   
    height:250px!important;
    }
        .camera_wrap img{
    width:100%!important;
    height:100%!important;
    margin:0!important;
    }
    }
    @media (max-width:992px) {
    .camera_wrap{   
    height:200px!important;
    }
     #agama_slider h2.slide-title{
        font-size: 26px!important;
     }
    }
    @media (max-width:600px) {
    .camera_wrap{   
    height:140px!important;}
    }

    Regards

    #10740
    webmaster-aspy
    Participant

    It works perfectly.
    Thank you Zex for your quick reply!

    I see that the automatic scrolling images of the slider does n’t work on smartphone while ist’s running well on PC.
    And since there is no mouse cursor on the smartphone to get the “mouse over” state, how do you force the display of the arrow symbols (next / previous) on the image of the slider?

    Regards

    #10744
    Zex
    Moderator

    Hi,

    Thank you for letting us know about it, it looks like you’ve found a bug.
    Since we are working on a theme update, I hope this problem will be quickly resolved.

    Best Regards

    #10749
    webmaster-aspy
    Participant

    Hello,
    Thank you Zex
    So we will wait for the next version
    Regards

    #10750
    Zex
    Moderator

    Hi,

    Thank you for your patience!
    I hope it will be released very soon.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.