-
AuthorPosts
-
sergkon Friend
sergkon
- Join date:
- March 2010
- Posts:
- 30
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 10, 2013 at 12:05 pm #183833HI All!
Need help
i wanna insert switchlang module in mainnav !!
read this topic
http://www.joomlart.com/forums/topic/in-which-position-is-the-mainmenu/
but nothingCan you help me !!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 10, 2013 at 5:13 pm #479294Are you wanting to set a main nav menu item and then integrate the module as a child item – i.e. as one can do utilizing the mega menu?
Otherwise, can you clarify a bit more as to what it is you are wanting to accomplish?
sergkon Friendsergkon
- Join date:
- March 2010
- Posts:
- 30
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2013 at 11:44 am #479390Hi !
i want to place modul in right position in main nav !
not as child !
az wrote in this topic
http://www.joomlart.com/forums/showt…sition+mainnav
but it can’t work in ja nex templateNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 16, 2013 at 10:27 am #480013You can try with my customize below:
+ Download and extract my attachment file
+ Copy to folder
<blockquote>templatesja_nexblocks</blockquote>
+ Create new module appear “language” position and class suffix ” language“(space first line)
+ Open templates/ja_nex/css/template.css file
Add new script#ja-mainnav .language{
position: absolute;
right: 10px;
top: 10px;
}
1 user says Thank You to Ninja Lead for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 4, 2013 at 8:44 pm #494750Hi @ninjaLeads
I need your help once (again…) heheh
I did what you explain in your post, but it doesn’t work as I want because the new module is placed in a new line.
Could I send a PM with the url and the admin credentials??
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 5, 2013 at 3:01 am #494774Yes, you can send pm URL of your site, admin access, ftp account with the screenshot exactly where you want to put new position on your site. It’s better to help you then.
Regards
1 user says Thank You to Ninja Lead for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
June 5, 2013 at 2:58 pm #494877Sended! Thanks Ninja Lead!!!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 6, 2013 at 5:52 am #494967I configured to show all menu items on your site but it doesn’t drop down second line on your site. With all items menu looks better now.
I could not find any position behind main menu on your site, could you explain more details of what you want to accomplish?
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2013 at 11:54 am #499052With the problem on JA Nex Template of your site, you can move the second menu to right as following
Open templates/ja_nex/css/template.css file
add new script
.vtemdrildown_wrapper {
top: -35px;
right: 0px;
float: right;
}.positionHelper {
left: 1010px !important;
top: 139px !important;
}
Remember to clear cache from Admin area.
1 user says Thank You to Ninja Lead for this useful post
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
July 16, 2013 at 12:45 am #499105Hi Ninja Lead!!
Thanks so much, it works!Could you explain me briefly what the meaning of this code is? I would like to avoid the same question in the future.
Thanks so much again for this incredible support!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
July 17, 2013 at 12:03 am #499222<em>@Ninja Lead 380921 wrote:</em><blockquote>Above CSS code help you to move div containing these vtemdrildown_wrapper and positionHelper classes to right menu on your site.
You can learn more about CSS with this good reference: w3schools</blockquote>
There is still a problem. As you can see, the background is green because of the new position, if you disable the module, you see the diference.
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2013 at 8:24 am #499279I’m not sure what you are implying. Just for better clarification, please include an illustrated screenshot of what you are trying to achieve here for further investigation. It would help to understand the issue and give you specific answers.
cantabriadeportiva Friendcantabriadeportiva
- Join date:
- June 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 48
- Thanked:
- 4 times in 1 posts
July 22, 2013 at 11:14 pm #499823Hi!
This is the background before activate the new position:
And this is the background now (flat green)
Is the same background of the mainmenu.
Thanks!
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 23, 2013 at 8:28 am #499875You can open templates/ja_nex/themes/green/css/template.css file
and change to your desired color:
#ja-mainnav { background-color: #729e34; }
Always remember to clear cache from the Admin area after apply any changes
-
AuthorPosts
This topic contains 18 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum