Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lg21 Friend
    #203980

    you can see the module siderbar1 the mobile version?
    I would like to see the banner and the weather on the home page of the mobile version

    Thank You

    Ninja Lead Moderator
    #560219

    It was hide from css style on JA Teline V template but I just enabled it directly on your site

    Open templates/ja_teline_v/css/custom.css file and add new rule

    @media screen and (max-width: 992px) {
    .t3-sidebar {
    display: block;
    }
    }

    lg21 Friend
    #560305

    Thanks, however, leaves too much room immediately inserted block sidebar.
    What does it depend?

    Ninja Lead Moderator
    #560321

    <em>@lg21 459823 wrote:</em><blockquote>Thanks, however, leaves too much room immediately inserted block sidebar.
    What does it depend?</blockquote>

    I fixed it directly on your site from templates/ja_teline_v/js/script.js file

    from

    $cols.css('min-height', maxHeight);

    to

    //$cols.css('min-height', maxHeight);

    You can check it again, let me know if it helps

    felix1 Friend
    #564588

    I also tried this and everything worked well. But unfortunately, the ads has not adapted in width in mobile screen.

    Is it possible to change custom.css so every banner/ad automaticly change width and height to fit in mobile site?


    1. ads_not_adapting

    Felix Rimfrost

    felix1 Friend
    #564591

    Oh, I just saw that banners gone mad on homepage on desktop!?

    What’s wrong?


    1. ads_not_adapting_homepage

    Felix Rimfrost

    Ninja Lead Moderator
    #564621

    @felix1: It’s very hard to suggest the solution for you without clue the info of your site, please give me URL of your site. I will check it directly on your site.

    felix1 Friend
    #564741

    <em>@Ninja Lead 465488 wrote:</em><blockquote>@felix1: It’s very hard to suggest the solution for you without clue the info of your site, please give me URL of your site. I will check it directly on your site.</blockquote>

    http://www.rimfrost.se/fisheco

    Felix Rimfrost

    Ninja Lead Moderator
    #564783

    You can fix it with my solution below

    Open templates/ja_teline_v/css/custom.css file

    find and change

    .banneritem img {
    background-size: 100% auto;
    height: 100px; /* 120px */
    left: 0;
    position: relative;
    top: 0;
    width: 700px; /* 100% */
    }

    to

    .banneritem img {
    background-size: 100% auto;
    height: 100%; /* 120px */
    left: 0;
    position: relative;
    top: 0;
    width: 100%; /* 100% */
    }

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

This topic contains 9 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 8 months ago.

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