New Landing How can we help? Cardinal Theme Support Cardinal – Feature Request Widgets: Responsive visibility option

Viewing 15 posts - 1 through 15 (of 18 total)
  • #109943
    FlawlessWeb
    Member
    Post count: 542

    Hey,

    One of the best features in Cardinal is the responsive visibility row option so that you can easily hide assets on mobile devices etc.

    It would be very handy if you could somehow implement this same feature on widgets. In lots of cases, you may want to hide one or more widgets on mobile devices (I know you can do this with media queries in css, but its not the most straightforward way to achieve it).

    Not sure if that is a very complex feature to implement, but it would be great to see in a future update.

    Thanks.

    #109945
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure if it’s possible for us add functionality to default widgets, but will look into it.

    Thanks for the request

    – Kyle

    #114407
    Nunes
    Member
    Post count: 203

    Hi, how can i hide the widgets on mobile visibility?

    Tanks

    #114410
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    At the moment only with custom css.
    What is the widget you want to hide in mobile?

    -Rui

    #114411
    Nunes
    Member
    Post count: 203

    hi ,

    All would not want to see mobile none .

    Thanks for responding.

    #114413
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide us with your link? Or try:

    @media only screen and (max-width: 320px) { 
    .widget {
      display:none!important;
    }
    }

    – Kyle

    #114434
    Nunes
    Member
    Post count: 203

    This is for cardinal?
    the line

    display:none!important;looks like doesn’t work well.

    #114438
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I need to see your link to check why it’s not working

    – Kyle

    #114440
    Nunes
    Member
    Post count: 203
    This reply has been marked as private.
    #114443
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    .widget {
    display: none;
    }

    Works fine for me? (see screenshot) That’s to hide in iPhones, to hide earlier just increase the value ‘320px’

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #114485
    Nunes
    Member
    Post count: 203

    This has made ​​to conceal the entire website, not only in mobile 🙁

    #114490
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s why you need to add it within the media query like I said:

    @media only screen and (max-width: 320px) { 
    .widget {
      display:none!important;
    }
    }
    

    – Kyle

    #114498
    Nunes
    Member
    Post count: 203

    But then with that new code does not work .

    Attachments:
    You must be logged in to view attached files.
    #114500
    Nunes
    Member
    Post count: 203

    He seems to be having some error

    Attachments:
    You must be logged in to view attached files.
    #114502
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That doesn’t look like 320px wide to me, have you tested on an iPhone?

    – Kyle

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register