Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kostas13 Friend
    #199912

    Hello. I would like help to make the main menu bar stick on the top and also to change the mobile bar to be like JA Magz bar

    Saguaros Moderator
    #543298

    Do you mean that you want to make the main menu bar sticky on top in JA Biz template? As I can see that your site is using JA Magz now.

    If yes, you can try with my workaround:
    – Open file: templatesja_biztplsblockshead.php and add this block of code at the end of file:


    <script src="http://stickyjs.com/jquery.sticky.js"></script>
    <script>
    jQuery(document).ready(function(){
    jQuery("#t3-mainnav").sticky({topSpacing:0});
    });
    </script>

    – Go to file: templatesja_bizcsscustom.css (create this file if it doesn’t exist) and add this css rule:


    .sticky-wrapper.is-sticky .t3-mainnav.navbar.navbar-default {
    width: 100%;
    }

    Andrzej Wachałowicz Friend
    #557225

    [QUOTE=
    If yes, you can try with my workaround:
    – Open file: templatesja_biztplsblockshead.php and add this block of code at the end of file:


    <script src="http://stickyjs.com/jquery.sticky.js"></script>
    <script>
    jQuery(document).ready(function(){
    jQuery("#t3-mainnav").sticky({topSpacing:0});
    });
    </script>

    – Go to file: templatesja_bizcsscustom.css (create this file if it doesn’t exist) and add this css rule:


    .sticky-wrapper.is-sticky .t3-mainnav.navbar.navbar-default {
    width: 100%;
    }

    </blockquote>

    It works for me, thanks

    Link http://new.ciechocinekmsf.pl/

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

This topic contains 3 replies, has 3 voices, and was last updated by  Andrzej Wachałowicz 9 years, 11 months ago.

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