Viewing 15 posts - 16 through 30 (of 83 total)
  • Author
    Posts
  • czoki12 Friend
    #693843

    Can we control the movement speed? After click it shows – right away. :-*

    czoki12 Friend
    #750176

    Can we control the movement speed? After click it shows – right away. :-*

    pavit Moderator
    #693847

    <em>@czoki12 494940 wrote:</em><blockquote>Can we control the movement speed? After click it shows – right away. :-*</blockquote>

    I described a modification to the core template features, to control speed you will need to add some custom javascript

    sorry but this will require some custom work on your website and this is out of the scope of this forum.

    pavit Moderator
    #750180

    <em>@czoki12 494940 wrote:</em><blockquote>Can we control the movement speed? After click it shows – right away. :-*</blockquote>

    I described a modification to the core template features, to control speed you will need to add some custom javascript

    sorry but this will require some custom work on your website and this is out of the scope of this forum.

    czoki12 Friend
    #694031

    Can I keep MainManu always visible on top of the screen with default background color?
    I tried intpls>blocks>header.php
    and “navbar-fixed-top” but it didnt work as it should 😉
    How should I change this:
    <!– MAIN NAVIGATION –>
    <nav id=”t3-mainnav” class=”<?php echo $mainnavsize; ?>”>
    <?php if ($headright): ?>
    <div class=”t3-nav-btn pull-right”>

    czoki12 Friend
    #750202

    Can I keep MainManu always visible on top of the screen with default background color?
    I tried intpls>blocks>header.php
    and “navbar-fixed-top” but it didnt work as it should 😉
    How should I change this:
    <!– MAIN NAVIGATION –>
    <nav id=”t3-mainnav” class=”<?php echo $mainnavsize; ?>”>
    <?php if ($headright): ?>
    <div class=”t3-nav-btn pull-right”>

    pavit Moderator
    #694036

    Hi

    Could you post a link to your website ?

    pavit Moderator
    #750207

    Hi

    Could you post a link to your website ?

    czoki12 Friend
    #694046

    Sorry, I thought you guys know my website.
    Its worldsalesagency.com

    czoki12 Friend
    #750217

    Sorry, I thought you guys know my website.
    Its worldsalesagency.com

    pavit Moderator
    #694061

    Hi

    Open templates/ja_nuevo/tpls/blocks/header.php file

    find and change

    <header id="t3-header" class="wrap t3-header">

    to

    <header id="t3-header" class="wrap t3-header navbar-fixed-top">

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

    .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    background: #fff ;
    }

    Thanks to @ninja Lead for this solution

    pavit Moderator
    #750232

    Hi

    Open templates/ja_nuevo/tpls/blocks/header.php file

    find and change

    <header id="t3-header" class="wrap t3-header">

    to

    <header id="t3-header" class="wrap t3-header navbar-fixed-top">

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

    .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    background: #fff ;
    }

    Thanks to @ninja Lead for this solution

    czoki12 Friend
    #694067

    Sorry, to say but i do not have the custom.css at: templates/ja_nuevo/css/custom.css
    Maybe it is named different?

    czoki12 Friend
    #750238

    Sorry, to say but i do not have the custom.css at: templates/ja_nuevo/css/custom.css
    Maybe it is named different?

    pavit Moderator
    #694068

    <em>@czoki12 495015 wrote:</em><blockquote>Sorry, to say but i do not have the custom.css at: templates/ja_nuevo/css/custom.css
    Maybe it is named different?</blockquote>

    If you do not have it you need to create it as a new file

Viewing 15 posts - 16 through 30 (of 83 total)

This topic contains 83 replies, has 3 voices, and was last updated by  pavit 9 years ago.

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