Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • ha le-viet Developer
    #117266

    This Readme has been updated. Please find new Readme below:
    – For Joomla 1.0
    – For Joomla 1.5

    Jackie_chan Friend
    #210837

    Is there any “module class sufix” or “menu class sufix” for this template? How do I style the modules? I have already asked about this issue here and have seen others asking, but there haven’t still been an answer to that.

    autofire Friend
    #210847

    <blockquote>Menu Types Configuration
    JA Zibal offers you 3 fancy types of menu: JA Split Menu, JA CSS Menu and JA Transmenu

    To choose your menu type, go to the 31st line in the “ja_zibal/ index.php” and change $ja_menutype to what you need.
    1 is Split Menu, 2 is CSS Menu and 3 is Transmenu.

    Note: If you decide to use one of these menu, don’t forget to unpublish the module name Main Menu in your administration panel.
    </blockquote>

    Im still unable to use the transmenue. What am I doing wrong?

    Hung Dinh Friend
    #210851

    Is there any “module class sufix” or “menu class sufix” for this template? How do I style the modules? I have already asked about this issue here and have seen others asking, but there haven’t still been an answer to that.

    Though there have been any pre-defined “module class sofix”, you can make one if you like:
    you can copy the following css style


    /* MODULE
    --------------------------------------------------------- */
    div.modules- {
    width: 100%;
    }

    div.moduletable {
    padding: 0 12px 0 13px;
    width: auto;
    margin-bottom: 10px;
    }

    div.moduletable h3 {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat bottom #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    }

    div.moduletable h3.collapse {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat top #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    cursor: pointer;
    }

    div.moduletable table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    and make another module -red sufix as follows (I use -red as an example)


    /* MODULE Red
    --------------------------------------------------------- */
    div.modules-red {
    width: 100%;
    }

    div.moduletable-red {
    padding: 0 12px 0 13px;
    width: auto;
    margin-bottom: 10px;
    }

    div.moduletable-red h3 {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat bottom #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    }

    div.moduletable-red h3.collapse {
    margin: 0 -12px 10px -13px;
    padding: 0 10px 0 20px;
    color: #666666;
    background: url(../images/h3-bg.gif) no-repeat top #E1E1E1;
    font-size: 1em;
    line-height: 21px;
    text-transform: UPPERCASE;
    height: 22px;
    cursor: pointer;
    }

    div.moduletable-red table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    Im still unable to use the transmenue. What am I doing wrong?</blockquote>

    Have you make sure that you have submenus ?

    autofire Friend
    #210855

    <blockquote>Have you make sure that you have submenus ?</blockquote>

    Maybe thats the problem:) Im pretty new to Joomla, and im not quite sure how i make submenues.

    Do u have any advice?

    Hung Dinh Friend
    #210874

    Click on any menu item in Admin >> Menu Manager, you will see a setting of Parent Menu setting for the that menu. You can set Home as parent menu for Newsfeed, save your setting and you will see your change at frontend

    samcartri3 Friend
    #211098

    hi,

    you said:

    “Dear friends ! there’s three columns version and full right version for JA Zibal.

    ja_zibal(2_columns_full_right_version).zip – 869.423 kb

    This update contains the following work:

    + Full right version:
    – Move right column to left.”

    but it doesn’t. it’s the left one also.
    ????
    i don’t know how to move the left column to right, and i really like your right version.
    any help?
    thanx

    drumbrad1 Friend
    #211298

    Small bug. When you go to “lost password” and enter your information, you get a blank message instead of the usual message saying that a new password has been e-mailed to you.

    Khanh Le Moderator
    #211305

    To samcartri3: In the JA Zibal download page, the JA Zibal is the right column template (http://www.joomlart.com/downloads/cat/joomlart_club_templates/ja_zibal/ja_zibal.html).

    To drumbrad1: It is not template bug. Please check your Joomla installation.

    drumbrad1 Friend
    #211307

    To drumbrad1: It is not template bug. Please check your Joomla installation.</blockquote>

    It does it on a fresh install. Your demo board does this as well.

    brendaooc Friend
    #216836

    <blockquote>Note: If you decide to use one of these menu, don’t forget to unpublish the module name Main Menu in your administration panel.</blockquote>

    What happen if the Main Menu is published when my prefer Menu Type is in use…?

    Khanh Le Moderator
    #216844

    It is no problem, but you will have 2 menus which are the same content.

    patrick7 Friend
    #223157

    I have asked this in the forum before but stillhaven’t got an answer ;(

    There is a problem with the Transmenue Using URL Links!
    here

    and displaying it in some browsers won’t work:
    here

    I did find a work around to the problem with the headerBackgroundImage not being displayed right by modifying the URL link, BUT the indication of the BlueBackground of the MenueItem the user is at I couldn’t figure out yet.
    Could somebody please help me on this?

    cheers
    rodpacker

    ShannonN Friend
    #223162

    patrick7;19606I have asked this in the forum before but stillhaven’t got an answer ;(

    There is a problem with the Transmenue Using URL Links!
    here

    and displaying it in some browsers won’t work:
    here

    I did find a work around to the problem with the headerBackgroundImage not being displayed right by modifying the URL link, BUT the indication of the BlueBackground of the MenueItem the user is at I couldn’t figure out yet.
    Could somebody please help me on this?

    cheers
    rodpacker

    Mate can you supply a live url I can’t check code and in different browsers just by piccies 🙂

    patrick7 Friend
    #223175

    Hey mate,
    thanx for the reply :).
    Sure can supply a URL (the site is in German though)
    http://pnstb.progressive-works.de

    the problem occurs in the transmenue on the top. If u click on “Anfahrt” and “Kontakt” u’ll see that the indication (blue background won’t work) which is due to the fact that both are URL links. There should still be a way to get this to work. Just can’t figure out how

    thanx for ur help
    cheers

Viewing 15 posts - 1 through 15 (of 24 total)

This topic contains 24 replies, has 16 voices, and was last updated by  ce2f 13 years ago.

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