-
AuthorPosts
-
nsca Friend
nsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 25, 2014 at 7:14 pm #201604Hello
I’m working with T3_bs3_blank template with T3Framework Joomla 3.3 and I’ve seen how to fix the navbar from this tutorial: http://t3-framework.org/documentation/menu-system.html#sticky-menu but when I do it, the logo, wich is above the navbar, automatically desappears.
I’ve also tried to do it in other ways, with my own methods, but logo still got fixed at the top.
I only want the navbar sticked, not the logo or anything else, like in JA-MAGZ -> http://www.joomlart.com/demo/#ja_magz where if you scroll down, the newsticker desappears (in my case, it would be the logo).Thanks in advanced!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 25, 2014 at 7:28 pm #550776Try This:
If you haven’t done so already, create a new file called “custom.css” within file path –>
/templates/t3_bs3_blank/css/Within your custom.css file, paste the following CSS rules:
.t3-mainnav {
position: fixed;
width: 100%;
z-index: 999;
}.t3-sl {
padding-top: 80px;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
If that doesn’t work, then follow the instructions for customizing CSS here —> http://t3-framework.org/documentation/new-features#isolate-template
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 26, 2014 at 2:59 am #550791Thank you for your response!
It didn`t work! The Mainnav gets over the logo and only shows a very small part of it. And Below it, thers a lot of space till the first nwes. (Image attached)On the other hand, If I put it as margin top, the logo gets under the mainnav and I want it above it, as shown in the magz template!
Thank you!
arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 26, 2014 at 3:43 am #550801I had a similar issue and found this:
http://www.joomlart.com/forums/topic/sticky-header-and-navbar-combination/
My results were excellent. Give it a try.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 26, 2014 at 6:02 am #550817Thanks for your response but it doesen’t help me!
I need to do something diffrent. I need the logo to desappear with the scroll instead of staying fixed at the top. The only thing taht must stay sticked at the top is the mainnav bar. You can see an exaple here http://www.tn.com.ar where the logo is at the top with the mainnav bar below it, and when you scroll down, the logo desappears but the nav bar stays sticked.arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 26, 2014 at 2:02 pm #550864What is the URL to your site? Have you added blocks to your site?
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 26, 2014 at 9:24 pm #550892I’m workin offline, I left the acceses information in this post for the Joomla Admins. I’ve added some more blocks but none of them in the header or the mainnav!
Thanks!arthurjohnston Friendarthurjohnston
- Join date:
- November 2010
- Posts:
- 170
- Downloads:
- 152
- Uploads:
- 16
- Thanks:
- 58
- Thanked:
- 27 times in 2 posts
September 26, 2014 at 11:37 pm #550895send your default.php (assuming that is the default configuration) and styles.less to me. . I will make revisions and return them to you for installation.
Are the Navbar and the Logo are in separate blocks?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 1, 2014 at 5:39 pm #551402Was this issue able to be resolved ??
October 11, 2014 at 5:05 pm #552597I also looking for make it… you have succeeded?
Can you tell me, please?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 13, 2014 at 5:39 am #552690<em>@rudimessi 449618 wrote:</em><blockquote>I also looking for make it… you have succeeded?
Can you tell me, please?</blockquote>I didn’t see any about info this customization. It’s pretty hard to suggest the solution without clue.
If you want to check it, you can give me URL of your site working on. I will check it
October 13, 2014 at 9:27 am #552722The URL is http://new.distrofia.net/
I’d like a menù like this http://www.oggi.it/
ThanksNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 13, 2014 at 9:57 am #552728Purity III template only supports megamenu and css style menus(default JOOMLA core), not dropline menu like your expectation.
I would like to clarify that for heavy customization, you should hire a developer to carry out such work, customization support is out of JA support scope.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
October 16, 2014 at 6:27 am #553195<em>@Ninja Lead 447623 wrote:</em><blockquote>@nsca: I see your site URL included in thread is using JA Teline IV template and not T3_bs3_blank.
What you need will require a bit customization, you can send me the URL of your site, I will help you to check it further.</blockquote>
I was using teline iv. Now Im working in two different servers at the same time, so sometimes the Domainname points to the old web (using teline iv) and sometimes points to the new web (using T3_bs3_blank).
Im still cant stick the mainnav 🙁
AuthorPostsThis topic contains 18 replies, has 5 voices, and was last updated by TomC 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum