-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2017 at 3:41 am #1080800This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2017 at 3:54 am #1080809Unfortunately, I can’t realize how to define. Can you show me the steps of code defining in this template?
Hi
It needs custom work in the header, you can share your site details where i can test and apply it and share the changes details here.Regards
December 13, 2017 at 3:56 am #1080811This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2017 at 4:27 am #1080823Hi
Kindly share the site super user details, I have not found it in your last post.Regards
December 13, 2017 at 4:34 am #1080824This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 13, 2017 at 7:33 am #1080859Hi
The superuser details submitted by you not working.
Anyway, I spent a lot of time on your request
kindly follow these steps:
Open template folder tpls/blocks/header.php fileFind
<header id="t3-header" class="wrap t3-header">
Replace it with
<header id="t3-header" class="wrap t3-header" data-spy="affix" data-offset-top="150">
Now open /css/custom.css file and add below code
.navbar-default{background:transparent!important}.t3-header{background: #ffffff30!important;}.t3-header.affix{position:fixed;width:inherit;z-index:999;float:none;background:rgb(180,221,44)!important;top: 0px;} @media (min-width:990px){.t3-content-mast-top{margin-top: -97px;}}
Regards
1 user says Thank You to Pankaj Sharma for this useful post
December 13, 2017 at 10:00 am #1080909This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 14, 2017 at 1:31 am #1081024Hi
Use this code in custom.css file to fix the width issue@media(max-width:1500px) {.t3-header.affix { width:100%; }}
Regards
1 user says Thank You to Pankaj Sharma for this useful post
December 14, 2017 at 1:59 am #1081044This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 14, 2017 at 2:24 am #1081051Hi
For colour, you have to add the header class and change the colour as per needsExample:
.t3-header.affix .navbar-default .navbar-nav > li > a, .t3-header.affix .navbar-default .navbar-nav > li > span { color: #fff; }
1 user says Thank You to Pankaj Sharma for this useful post
December 14, 2017 at 4:01 am #1081077Hi Pankaj Sharma, You are so amazing, it is working again. And it’s very bothering you that I have another request about mainmenu.
Would it be possible changing the logo while the mainmenu is scrolled? Please teach me how to define the code, Thanks.
Luke
- This reply was modified 6 years, 11 months ago by lukelee0223.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 14, 2017 at 6:58 am #1081103Hi
Sorry, the logo is work from the template option and it will be same. You need to custom work in header.php file to get this, that takes time and efforts.
I wish I could do this as well, but its something that is out of support scope.Regards
1 user says Thank You to Pankaj Sharma for this useful post
December 14, 2017 at 8:02 am #1081117Hi Pankaj Sharma
OK I understand. I also guess that is a big effort for that customization before I ask you. It’s fine, thanks for your kindly support.
Luke
-
AuthorPosts
This topic contains 14 replies, has 2 voices, and was last updated by lukelee0223 6 years, 11 months ago.
The topic ‘the behavior of mainmenu (navbar)’ is closed to new replies.