Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Radonja Djurisic Friend
    #203170

    when i remove responsive Menu and footer went full with left to right

    i saw that problem is on .wrap auto but not sure is this right way for fix

    any suggestion ?

    Pankaj Sharma Moderator
    #557054

    Hello Tolja
    Did you tried compile Less to Css from template options ?
    You need to compile Less to css when you enable or Disable Responsive Mode and Clear cache .
    Take a full backup of your site before compile less to css .It will override all custom changes in css files .

    Radonja Djurisic Friend
    #557070

    Hay Pankaj

    i just did full less to css and still menu and footer are not aligned
    also i clear the cache

    Pankaj Sharma Moderator
    #557318

    HI tolja
    Can you PM me your working site admin details , I will have a closer look on it.

    Radonja Djurisic Friend
    #558200

    sorry for delay
    i sent u a login details

    for test i add .wrap to 980 px in custom css
    and on desktop he centered menu and footer
    but on mobile he is still using some mobile style

    i just want to display full website on mobile and not responsive

    Pankaj Sharma Moderator
    #558266

    Please take a backup of your site . I need to compile less to css and it will override your custom changes in css files .
    Or give me details of your test site .
    Regards

    Pankaj Sharma Moderator
    #558274

    HI Tolja it seems like there is bug in this . wrap class is effecting the menu bar and footer .
    I am forwarding this issue to our Dev. team . they will check it for further investigation .
    Thanks in advance for your patience

    Radonja Djurisic Friend
    #558426

    its ok 🙂
    waiting some fix

    Ninja Lead Moderator
    #558475

    <em>@tolja 457252 wrote:</em><blockquote>its ok 🙂
    waiting some fix</blockquote>
    @tolja: you can apply my solution to fix the problem on your site

    Open templates/ja_teline_iv_t3/tpls/blocks/mainnav.php file

    Find and change

    <nav id="t3-mainnav" class="wrap t3-mainnav container navbar navbar-collapse-fixed-top">

    To

    <nav id="t3-mainnav" class="<?php if ($this->getParam('responsive', 1)): echo "wrap"; endif; ?> t3-mainnav container navbar navbar-collapse-fixed-top">

    Open templates/ja_teline_iv_t3/tpls/blocks/footer.php file

    Find and change

    <footer id="t3-footer" class="wrap container">

    To

    <footer id="t3-footer" class="<?php if ($this->getParam('responsive', 1)): echo "wrap"; endif; ?> container">

    Let me know if it helps

    Radonja Djurisic Friend
    #558545

    Hi Ninja
    This one did the trick !

    can u see one more thing when accesing website with mobile firefox i am geting page like this

    and on other browsers are ok


    1. mob-view
    2. likethis
    Ninja Lead Moderator
    #558652

    @tolja: Try to use this way

    Open templates/ja_teline_iv_t3/tpls/blocks/head.php file

    Find and change


    <?php if($this->getParam('responsive', 1)): ?>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <?php endif ?>

    To

    <meta name="viewport" content="user-scalable = yes">

    Hope it helps

    Radonja Djurisic Friend
    #559115

    Thanks Ninja
    all done

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

This topic contains 12 replies, has 3 voices, and was last updated by  Radonja Djurisic 9 years, 10 months ago.

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