-
AuthorPosts
-
ericl1 Friend
ericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
September 17, 2012 at 6:09 am #180739Hi,
Please help how can i make the template of JA Teline IV, ja-header, ja-topbar and ja-mainnav have a fixed position even if the content scrolls up and down.
Thanks any help would be so much appreciated
Regards,
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 18, 2012 at 8:02 am #467360Hi ericl1,
It’s easy to get a specific tag in fixed position just assign it’s position attribute to fixed, For example for the topbar you can open the file of templates/ja_teline_iv/css/template.css looking for this css rule
#ja-topbar {
height: 26px;
position: absolute;
top: 0;
z-index: 11;
}change it to
#ja-topbar {
height: 26px;
position: fixed;
top: 0;
z-index: 11;
}Hope you got the ideal !
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 2, 2012 at 10:56 am #468866Thanks for the immediate reply Sherlock Holmes,
I just did this, and the output is depressing, the ja.mainnav over laps on the other 2 positions (ja.topbar and the ja.header)
I’m so sorry to bug you
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 2, 2012 at 12:00 pm #468872to imagine what i’m telling…please help…i can give you the url and give an access to my live website if necessary
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 3, 2012 at 2:14 am #468909Hi ericl1,
I have checked again and see that it’s hard if you want all those sections of ja-header, ja-topbar and ja-mainnav have a fixed position, they would be mess-up together, you can set fixed position for only one of those, For example the ja-topbar
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 3, 2012 at 10:44 am #468975that’s exactly whats happening…so i was still thinking what is the best solution for this
Thanks anyway for respondingSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 4, 2012 at 4:45 am #469085<em>@ericl1 340850 wrote:</em><blockquote>that’s exactly whats happening…so i was still thinking what is the best solution for this
Thanks anyway for responding</blockquote>I Think there would be some solutions for this but it would require a heavy cusomization,if possible you should find a freelancer with a small fee to get help on this.
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 4, 2012 at 11:34 am #469135yeah i also figure this out that i have to do heavy customization…i’m suggesting to my client to make it as is…but of course i won’t give up on making this possible
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by ericl1 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Fixed top.topbar, top.header and top.mainnav
Viewing 8 posts - 1 through 8 (of 8 total)