Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gremlin radio Friend
    #919506

    I tried to make my menu within Hawkstore sticky with the instruction provided in the below forum link. The folder that the T3 below link calls for was not there.

    Step 1: The menunav.php doesn’t contain the code specified. There are similar codes in folder: tpls/block/header.php

    Step 2: the file: less/navbar.less was not there. There was another similar file called navigation.less

    https://www.joomlart.com/forums/topic/quickstart-package-2/

    http://www.t3-framework.org/documentation/menu-system.html#sticky-menu

    Saguaros Moderator
    #920214

    Hi

    This would be a custom work. I just added for you:

    • In the file: /tpls/blocks/header.php

    I add a class called affix for header tag: <header id="t3-header" class="container t3-header affix">

    • In /css/custom.css file, I add this rule:
      .t3-header.affix {
      left: 0;
      right: 0;
      z-index: 9999 !important;
      }

    and the menu is sticky now.

    gremlin radio Friend
    #920590

    You’re awesome man! Thank you so much for your help… You’re the first that went in a did something for me vs. me trying to figure out css files…

    Thank You 🙂

    Saguaros Moderator
    #920685

    You’re welcome!!!

    Have a good day!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years ago.

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