-
AuthorPosts
-
5268311 Friend
5268311
- Join date:
- March 2013
- Posts:
- 77
- Downloads:
- 25
- Uploads:
- 55
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 8, 2013 at 9:49 pm #185666Hi I have a small problem and it was that activating the submenu start page, the search has disappeared? I get it back? Please see attached image.
Regards,
5268311
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 9, 2013 at 6:47 am #485871Hi
Did you checked that your search module is correctly published in that menu item too ?
Did you cleaned your JaT3 cache ?
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2013 at 6:57 am #485872<em>@5268311 363589 wrote:</em><blockquote>Hi I have a small problem and it was that activating the submenu start page, the search has disappeared? I get it back? Please see attached image.
Regards,
5268311</blockquote>
Because you changed the z-index on the nav bar.
#ja-search {
- bottom: -35px;
- overflow: hidden;
- z-index: 15;
}
Try changing the z-index here to 22 and if that doesn’t work increase it until it does.
5268311 Friend5268311
- Join date:
- March 2013
- Posts:
- 77
- Downloads:
- 25
- Uploads:
- 55
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 9, 2013 at 4:22 pm #485884Ok Where exactly is it located:
Code:
#ja-search {
bottom: -35px;overflow: hidden;
z-index: 15;
}
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2013 at 4:25 pm #485885In template.css
remember this?
http://www.joomlart.com/forums/topic/change-the-search-posision/#post-485731
🙂
5268311 Friend5268311
- Join date:
- March 2013
- Posts:
- 77
- Downloads:
- 25
- Uploads:
- 55
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 9, 2013 at 4:46 pm #4858861- Yes I now. but please see my web : http://coopegua-cp47.webjoomla.es/
2- The sub menu displays perfectly in home page, but the search has gone.
your recommendation is:
#ja-search {
bottom: -35px;overflow: hidden;
z-index: 15;
}
your recomedantion is: Try changing the z-index here to 22 and if that doesn’t work increase it until it does. But when I make the
change the search is gone….???Please se my Template.ccs
1- #ja-search {
bottom: -35px;
overflow: hidden;
z-index: 22;2- #ja-mainnav {
background: #10151c
border-top: 1px solid #1b212a
font-size: 0.923em;
position: relative;
z-index: 17;
}Perhaps you can check what is the problem?
1 – That the submenu perectamente deployment in the home page.
2 – The search appearsPlease see image attach
Regards,
5268311
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2013 at 5:04 pm #485887This is all to do with the z-index rules on each element.
My suggestion is to look at them all…..
This is template.css and you have the line numbers. The higher the z-index number the greater the right it has to show. So slideshow must be below the navigation and the search must be greater than the navigation. Try changing the z-index as I have shown below and see if that works. It does on Chrome.
line 1085
#ja-slideshow {
background: #d7e3e3
border-bottom: 1px solid #c3d5d5
position: relative;
z-index: 5;
}line 1015
#ja-mainnav {
background: #10151c
border-top: 1px solid #1b212a
font-size: 0.923em;
position: relative;
z-index: 7;
}line 975
#ja-search {
bottom: -35px;
overflow: hidden;
z-index: 11;
}5268311 Friend5268311
- Join date:
- March 2013
- Posts:
- 77
- Downloads:
- 25
- Uploads:
- 55
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 9, 2013 at 5:26 pm #485889Problem solved thank you very much!!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 9, 2013 at 5:32 pm #485890<em>@5268311 363656 wrote:</em><blockquote>Problem solved thank you very much!!</blockquote>
You are welcome.
Just to get Swiss quality and precision I suggest that you change the bottom number in #ja-search to -41px. It looks better!!
line 975
#ja-search {
bottom: -41px;
overflow: hidden;
z-index: 11; }5268311 Friend5268311
- Join date:
- March 2013
- Posts:
- 77
- Downloads:
- 25
- Uploads:
- 55
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 9, 2013 at 5:40 pm #485891Thanks looks much better!!!:D
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by 5268311 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum