-
AuthorPosts
-
November 24, 2010 at 8:41 pm #156751
Hi guys!
1 – Is there a way to add more levels to split menu style?
Other level only show when i change the menu style… but the submenus are aligned to the left… i want these submenus align to the center, below the first iten. So…
2 – how can I align the submenus?
3 – Is there some discount to buy jomsocial?Tks and sorry my English!
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 27, 2010 at 3:24 am #364435Dear maricate,
1,2 : please go to templatesja_sulfurindex.php and remove lines 162 :
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="moduletable_menu">
<h3><span>On this page</span></h3>
<div class="ja-boxct-wrap"><div class="ja-box-ct">
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div>
</div>
<?php endif; ?>
Edit lines 79 as follow:
change
<!-- MAIN NAVIGATION-->
<div id="ja-mainnav" class="wrap">
<div class="main clearfix"><ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP TO CONTENT");?>"><?php echo JText::_("SKIP TO CONTENT");?></a></li>
</ul><?php if($ja_menutype!='none') { $jamenu->genMenu (0); } ?>
</div></div>
<!-- //MAIN NAVIGATION-->
to
<!-- MAIN NAVIGATION-->
<div id="ja-mainnav" class="wrap">
<div class="main clearfix"><ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP TO CONTENT");?>"><?php echo JText::_("SKIP TO CONTENT");?></a></li>
</ul><?php if($ja_menutype!='none') { $jamenu->genMenu (0); } ?>
</div></div>
<!-- //MAIN NAVIGATION-->
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="wrap" ><div class="main clearfix">
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div>
<?php endif; ?>
After that, go to template.css and edit lines 932
#ja-subnav li {
background: url(../images/dot.gif) repeat-x left bottom;
display: block;
line-height: normal;
margin: 0;
padding: 0;
}
as follow:
#ja-subnav li {
background: none;
line-height: normal;
margin: 0 15px;
padding: 0;
float: left;
}
1 user says Thank You to Css Magician for this useful post
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 27, 2010 at 3:30 am #364436<blockquote>3 – Is there some discount to buy jomsocial?</blockquote>
I am sorry that currently there is no such joint promotion between JA and Jomsocial. Please go jomsocial.com and ask if there is any promotion to get the extension for yourself.
Thanks
1 user says Thank You to JA Developer for this useful post
November 27, 2010 at 11:27 am #364494Hi duchh! Tks for help me!
I did what you sad, but the menu continues the same.
In the split menu style, there is no submenu.
In the css menu style or moo menu style, the subs continues not centered…Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 29, 2010 at 4:07 am #364622<em>@maricate 205612 wrote:</em><blockquote>
I did what you sad, but the menu continues the same.
In the split menu style, there is no submenu.</blockquote>I did in my site and it is ok, please provide your live site, your ftp account, I will check.
November 29, 2010 at 1:56 pm #364685Take a look… under construction/modification yeat…
http://www.conexaoprimeira.org.br/index.php
Attached my index and template.css with modifications.
Tks again!
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 2, 2010 at 4:48 am #365071Dear maricate,
Your code is correct, but I can’t go to your split menu, when I go to http://www.conexaoprimeira.org.br/?ja_menu=split it redirect to http://www.conexaoprimeira.org.br/Web2010/. I can’t check with this menu style.
In order to do the css menu style or moo menu style, the subs continues not centered… , please add
#ja-cssmenu li ul a { text-align: center; }
to templates/ja_sulfur/ja_menus/ja_cssmenu/ja.cssmenu.css and templates/ja_sulfur/ja_menus/ja_moomenu/ja.moomenu.cssDecember 2, 2010 at 11:36 am #365122Hi duchh!
I try modify the css you sad, the text in the menus is centered, but not the box. Its continues align at left.
I change the menu style to split… you can see it now. Continue the same.
I will go change the host to linux… its in windows server.Tks again!!
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 3, 2010 at 8:59 am #365199Dear maricate,
It’s difficult for me. Please go to your ticket ID ( XYI-482-40086 ) and Could you please provide us with your ftp acc we will to try.
For information on best security practices, and frequently asked questions about sharing access with JoomlArt support, kindly refer to the knowledgebase article at : http://support.joomlart.com/index.php?/Knowledgebase/Article/View/3/0/providing-joomlart-with-access-to-your-site-or-server
1 user says Thank You to Css Magician for this useful post
laz18345 Friendlaz18345
- Join date:
- November 2010
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 25, 2011 at 11:14 am #4029111. The split menu works using your files.zip.
2. I tried the css menu. This shows the submenu but as you see in the attached image, when I reduse the left padding the text is not centered in the main menu.ja-cssmenu li a span {
display: block;
padding: 14px 4px 14px 4px;
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
July 27, 2011 at 4:22 am #403232<em>@laz18345 255438 wrote:</em><blockquote>1. The split menu works using your files.zip.
2. I tried the css menu. This shows the submenu but as you see in the attached image, when I reduse the left padding the text is not centered in the main menu.ja-cssmenu li a span {
display: block;
padding: 14px 4px 14px 4px;</blockquote>
Please give us your site link?Thank you.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 5 voices, and was last updated by thangnn1510 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
More levels on JA Sulfur split menu style / align in center
Viewing 11 posts - 1 through 11 (of 11 total)