test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • snivel Friend
    #873799

    Hello everyone I have this problem , the template JATECHZONE I need that when a user scrolls the page menu changes color and style . How can it be done? as the site http://www.hublot.com/en/

    snivel Friend
    #873811

    Sorry i need menu effect like JA EVENTS II

    Thank a lot 😉

    Adam M Moderator
    #874243

    Hi @snivel,

    Please open file templates/ja_techzone/tpls/blocks/header.php and look for this line :

    <header id="t3-header" class="container t3-header <?php if ($this->getParam('navigation_collapse_enable') && $this->getParam('addon_offcanvas_enable')) : ?>has-collapse<?php endif ?>" data-spy="affix">

    update as below :

    <header id="t3-header" class="container t3-header <?php if ($this->getParam('navigation_collapse_enable') && $this->getParam('addon_offcanvas_enable')) : ?>has-collapse<?php endif ?>" data-spy="affix" data-offset-top="1">

    Next, open file templates/ja_techzone/css/custom.css (if you don’t have this file, create a new one) then add this code :

    .t3-header {
         top: 0;
         position: fixed;
    }
    .t3-header.affix {
         background: #000;
    }
    snivel Friend
    #874643

    Gooood its amazing!!!

    Sorry for question: can i give a transition effect like Hublot Site?

    Thanks a lot

    Adam M Moderator
    #875974

    Hi @snivel,

    I checked your site and see that somehow you managed to sort it out. Could you please confirm your status ?

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

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 8 years, 10 months ago.

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