Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • maricate Friend
    #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 Friend
    #364435

    Dear 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;
    }

    Anonymous Moderator
    #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

    maricate Friend
    #364494

    Hi 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 Friend
    #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.

    maricate Friend
    #364685

    Take a look… under construction/modification yeat…

    http://www.conexaoprimeira.org.br/index.php

    Attached my index and template.css with modifications.

    Tks again!


    1. files.zip
    Css Magician Friend
    #365071

    Dear 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.css

    maricate Friend
    #365122

    Hi 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 Friend
    #365199

    Dear 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

    laz18345 Friend
    #402911

    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;


    1. sulfur_menu
    thangnn1510 Friend
    #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.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 5 voices, and was last updated by  thangnn1510 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum