New Landing How can we help? Atelier Announcement bar not showing up on all pages on mobile?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #276895
    alexanderchristiansen
    Member
    Post count: 179

    Hi amazing Swift,
    The announcement bar is not showing up on other pages than the front-page on mobile?
    But it does on my desktop version.
    Can you help me get the announcement bar back on all pages mobile? ๐Ÿ™‚

    #276916
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Which pages?

    – Kyle

    #276952
    alexanderchristiansen
    Member
    Post count: 179

    So the only page that I do see the announcement bar on is my frontpage being: http://www.organicbasics.com
    If I go to /shop/ or /subscription/ or /concept/ or /cart/ or anything else, it doesn’t show up.

    #276956
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You likely have it disabled globally in the theme options

    – Kyle

    #276968
    alexanderchristiansen
    Member
    Post count: 179

    Nope?

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

    Add this to your custom css:

    #sf-header-banner {
      display: block !important;
    }
    #sf-banner-widgets .col-sm-4:nth-child(2), #sf-banner-widgets .col-sm-4:nth-child(3) {
      display: block!important;
    }
    

    – Kyle

    #277026
    alexanderchristiansen
    Member
    Post count: 179

    Thanks now it’s back again!
    A while ago you gave me this one:

    /* REMOVE 2/3 BANNER-TEXT ON MOBILE */
    @media only screen and (max-width: 479px) { 
    #sf-banner-widgets .col-sm-4:nth-child(2), #sf-banner-widgets .col-sm-4:nth-child(3) {
      display: none!important;
    }
    }

    To make it only show 1 of the instead of three fields. This isn’t working now though?
    Three fields is a lot on mobile ๐Ÿ™‚

    #277355
    David Martin – Support
    Moderator
    Post count: 20834

    You will need to override the above:

    #sf-banner-widgets .col-sm-4:nth-child(2), 
    #sf-banner-widgets .col-sm-4:nth-child(3) {
      display: none!important;
    }
Viewing 8 posts - 1 through 8 (of 8 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