-
AuthorPosts
-
September 30, 2015 at 9:23 am #693843
Can we control the movement speed? After click it shows – right away. :-*
September 30, 2015 at 9:23 am #750176Can we control the movement speed? After click it shows – right away. :-*
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 9:30 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 9:30 am #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.
September 30, 2015 at 2:05 pm #694031Can 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”>September 30, 2015 at 2:05 pm #750202Can 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 2:52 pm #694036Hi
Could you post a link to your website ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 2:52 pm #750207Hi
Could you post a link to your website ?
September 30, 2015 at 3:44 pm #694046Sorry, I thought you guys know my website.
Its worldsalesagency.comSeptember 30, 2015 at 3:44 pm #750217Sorry, I thought you guys know my website.
Its worldsalesagency.compavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 4:32 pm #694061Hi
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
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 4:32 pm #750232Hi
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
1 user says Thank You to pavit for this useful post
September 30, 2015 at 6:05 pm #694067Sorry, to say but i do not have the custom.css at: templates/ja_nuevo/css/custom.css
Maybe it is named different?September 30, 2015 at 6:05 pm #750238Sorry, to say but i do not have the custom.css at: templates/ja_nuevo/css/custom.css
Maybe it is named different?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 6:29 pm #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
1 user says Thank You to pavit for this useful post
-
AuthorPosts
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