Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • thatcomputerdude Friend
    #161845

    So it’s setup now not to show until you start to scroll down the page – what needs to be changed/removed so that it always shows and not just when you scroll down?

    Example: http://dev.joomgo.com/clients/tig/blog/mauris-nulla-senectus-phasellus-nibh-ac-justo

    Ninja Lead Moderator
    #383177

    you can solve that issue by doing as following:
    open http://dev.joomgo.com/clients/tig/templates/ja_tig/css/layout.css,

    change
    .column {
    float: left;
    overflow: hidden;
    }

    to

    .column {
    float: left;
    overflow: visible;
    }

    thatcomputerdude Friend
    #385176

    What if you don’t want the badge to scroll? The position gets messed up on different sized monitors depending on the resolution.

    What needs to be done if you just want it fixed and doesn’t scroll with the page?

    Example page: http://dev.joomgo.com/clients/tig/user-blog/how-to-ease-the-pain-of-business-traveling

    thatcomputerdude Friend
    #385182

    Took out id=”ja-social-toolbox-float” in this tag at line 64 of the index.php file


    <div class="ja-social-toolbox-large">

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  thatcomputerdude 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum