-
AuthorPosts
-
July 28, 2017 at 9:49 am #1052224
Hello,
I have a number of modifications I’d like to perform and wondered if anyone could be of assistance?
-
Can I make the header bar static and not disappear when scrolling down, but follow the scroll down?
-
Can I add a smaller logo to the header bar when a user scrolls down?
- Can the off canvas be set to appear only at a certain screen resolution?
If anyone can point out where i can adapt the code for these elements, much appreciated.
Thanks
July 28, 2017 at 1:57 pm #1052300Update
I have managed to create the static nabber, but it doesn’t function on all pages.
I have switched off the canvas nav until 992px this works.If anyone can help with some of the other features that would be helpful
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 31, 2017 at 3:42 am #1052568Hi,
Do you mean that you want to replace the current logo with a smaller one when scrolling down / up the page?
At this moment, there is no option to do that, you will need to customize a bit with css tweak:
.scrollDown .t3-header, .scrollUp .t3-header ..logo-image { background-image: url("path/to/your/smaller/logo/here"); background-repeat: no-repeat; } .scrollDown .t3-header, .scrollUp .t3-header .logo-img { display: none; }
September 1, 2017 at 1:50 pm #1059909Many thanks,
I’ve been away will try this out and reply on the results.
September 22, 2017 at 9:33 am #1063538Hello sorry for the delay,
I’ve tried this out and it hides the whole top bar on scroll down,
I’ve modified it to this:
.scrollDown .t3-header .logo-control .logo-img-sm {
display: block;
background-image: url("../../../images/logo.png");
}.scrollDown .t3-header .logo-image .logo-img {
display:none;
}Using the built in small logo feature and it works.
Many thanks
September 22, 2017 at 9:42 am #1063540Update:
It doesn’t need the added url path to the small logo, if using the small logo function in the T3 template.
Just the class is needed with display:block and then some styling for logo-img-sm:.logo-img-sm {
padding-top:10px;
}
.scrollDown .t3-header .logo-control .logo-img-sm {display: block; NOT REQUIRED-----/*background-image: url("../../../images/logo.png"); NOT REQUIRED-----/*background-repeat:no-repeat;*/
}
-
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by tabbus 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum