New Landing How can we help? Cardinal Cardinal 1.93; bugs with map asset and mobile header

Viewing 15 posts - 61 through 75 (of 79 total)
  • Posted in: Cardinal
  • #130578
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Let’s wait for Ed reply.
    Thanks.

    -Rui

    #130629
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #130696
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hmm, that is odd – doesn’t happen on any of our demos. Only idea is that it may be an unclosed tag somewhere on the page..

    This will sort it:

    #container {
    height: 100%;
    }

    Add this custom css for the heading:

    .browser-ie.bright-design .spb-heading:before, .browser-ie.bright-design .gform_heading h3:before, .browser-ie10.bright-design .spb-heading:before, .browser-ie10.bright-design .gform_heading h3:before, .browser-ie11.bright-design .spb-heading:before, .browser-ie11.bright-design .gform_heading h3:before {
    	margin-left: -11%;
    }

    IE11 class jQuery is added for the next update.

    Thanks,

    – Ed

    #130706
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #130835
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    #1 – it may be something in the child theme, more likely than content based code.

    #2 – Ignore the above, worked some cross browser code instead:

    .bright-design .spb-heading:before, .bright-design .gform_heading h3:before {
    	margin-right: 62%;
    	text-align: right;
    	right: 10px;
    }

    – Ed

    #130840
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #130848
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    My bad – forgot you’d need code to override the original, change it to:

    .bright-design .spb-heading:before, .bright-design .gform_heading h3:before {
    margin-left: 0;
    margin-right: 62%;
    text-align: right;
    right: 10px;
    }

    Running this code here and working for me: http://cardinal.swiftideas.com/asset-reference/shortcodes/buttons-social-icons/?design_style=bright

    – Ed

    #130851
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #130857
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh yeah my bad, must have been cached as a hard refresh showed that up. Re-looking at the original code that was working on all but IE.

    #130861
    FlawlessWeb
    Member
    Post count: 542

    Yea the original code seemed to be working good on everything except IE…

    Thanks.

    #131092
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Right give this css a go – tested here and seems to work for all title sizes, and across browsers:

    .bright-design .spb-heading::before, .bright-design .gform_heading h3::before{
        margin-right: 3%;
        margin-left: -50%;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    Let me know.

    – Ed

    #131109
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #131125
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In my IE 11 it’s working fine.
    https://www.dropbox.com/s/qyc15eo0k734j0o/ie_headings.png?dl=0

    Can you try to clear the browser cache.

    -Rui

    #131130
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #131157
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That’s odd, can see it working but only when the text is on 1 line. Give us a shout if you have issues with it and we’ll take another look if needed.

    – Ed

Viewing 15 posts - 61 through 75 (of 79 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