New Landing How can we help? Themeforest Theme Support Joyn Hide Swiftslider on mobile views

Viewing 15 posts - 1 through 15 (of 26 total)
  • Posted in: Joyn
  • #274379
    nosuchagency
    Member
    Post count: 226

    Hi guys.

    How to hide Swiftslider on mobile view sitewide?

    Thanks in advance.

    SorenJ.

    #274380
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one.

    @media only screen and (max-width: 767px){
    .swift-slider-outer{
       display:none;
    }
    }

    -Rui

    #274381
    nosuchagency
    Member
    Post count: 226

    Hi Rui.

    Nope, didn’t work…

    #274383
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #274384
    nosuchagency
    Member
    Post count: 226

    Weird…
    Seems like I have some caching issues maybe???

    Well, nice – Now, how do I get rid of the black bar on mobile only (it’s a submenu)??

    Thanks.

    Søren.

    #274387
    nosuchagency
    Member
    Post count: 226

    Followup on the hidden slider.
    It’s hidden now on Tablets as well…. That was not the plan – Mobile only.

    Smaller screensize in the custom code I presume – But what??

    Thanks :o)

    Søren.

    #274447
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-

    @media only screen and (max-width: 767px){

    Change with this code:-

    @media only screen and (max-width: 479){

    Thanks
    Mohammad

    #274451
    nosuchagency
    Member
    Post count: 226

    @Mohammad

    Thank you :o)

    I had another question regarding the black bar when viewing the site on mobile.
    Do you want me to open another ticket for that issue?

    #274453
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshot and specific page url with issue.
    Thanks
    Mohammad

    #274455
    nosuchagency
    Member
    Post count: 226

    @Moham

    It’s all screens on mobile views…

    Attachments:
    You must be logged in to view attached files.
    #274466
    nosuchagency
    Member
    Post count: 226

    @Mohammad.

    Followup on hidden slider.

    I changed the custom CSS, but now the theme doesn’t respect “Do not show on Desktop + Tablet”????

    Screenshot attached – Both slider and Image are visible.

    Please advise

    Attachments:
    You must be logged in to view attached files.
    #274475
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    There is a minor mistake in code. Please replace current code with this code:-

    @media only screen and (max-width: 479px){

    Thanks
    Mohammad

    #274480
    nosuchagency
    Member
    Post count: 226

    @Mohammad.

    Sorry, but you need to tell me exactly what to replace.
    I’m not a developer, so asking me to replace “something” is a guaranteed mess :o)

    Thanks.

    Søren.

    #274497
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-
    @media only screen and (max-width: 479){

    Change to :-
    @media only screen and (max-width: 479px){

    Thanks
    Mohammad

    #274500
    nosuchagency
    Member
    Post count: 226

    @Mohammad.

    Oh, I already did that – No result, both slider and image are still visible on ipad…

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 26 total)

You must be logged in to reply to this topic.