New Landing How can we help? Atelier Newsletter form buttons invisible in boxed mode… gets 5.000+ pixels width

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #208144
    tasoskouk
    Member
    Post count: 148

    Newsletter form buttons invisible in boxed mode… gets 5.000+ pixels width

    Check screenshot & firebug values

    Attachments:
    You must be logged in to view attached files.
    #208201
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the heads up.
    Add the code below to your custom css option.

    .layout-boxed #sf-newsletter-bar>.container {
        width: 100%!important;
    }

    Hope it helps.

    -Rui

    #208207
    tasoskouk
    Member
    Post count: 148

    visible now thx – but still newsletter bar is not boxed but full width… so need to adjust its width – refresh my homepage to see

    strange though because in another boxed demo installation everything looks ok… maybe has an older theme version…
    (here http://tasoskouk.a2hosted.com/)

    thx, tasos

    #208216
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It should use the width that you choose for the boxed mode, so my css doesn’t make sense(I removed it).
    There is un update pending on the SwiftFramework, deactivate the plugin, update and activate again.

    Clear the cache and try again.

    -Rui

    #208233
    tasoskouk
    Member
    Post count: 148

    hi,

    plugin updated, browser cache cleared, tested in chrome & firefox, and still does not work

    after deleting your custom css, input buttons get invisible again & bar width remains full width

    before some theme/swift plugin versions it worked…

    plz check again

    thx

    #208237
    tasoskouk
    Member
    Post count: 148

    i my other demo installation, after upgrading theme/swift plugin, it does not work (before update it worked)

    see http://tasoskouk.a2hosted.com/

    so maybe something in your updates is the cause

    thx

    #208238
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will check this with Ed. It should assume the width of the boxed container.

    -Rui

    #210749
    tasoskouk
    Member
    Post count: 148

    hello,

    newsletter bar still goes full screen width, although site is boxed – plz check

    thx, tasos

    #211053
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Please add this to your theme options CSS:

    .layout-boxed #sf-newsletter-bar>.container {
        max-width: 1200px!important;
    }

    – David.

    #211059
    tasoskouk
    Member
    Post count: 148

    now when window resizes the newsletter bar gets again wider than main body width 🙁

    #211430
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this media query to handle that screensize:

    @media (min-width: 992px) {
    .layout-boxed #sf-newsletter-bar>.container {
        max-width: 1000px!important;
    }
    }

    Thanks.

Viewing 11 posts - 1 through 11 (of 11 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