Main Categories on menu

Discussion in 'TemplateCodes' started by smarta, Aug 4, 2011.

  1. smarta Customer

    I am using Omega Blue template on the site I am developing

    I'd like the Main Categories section display a " + " sign and expand to show sub categories

    like on the site at totallyclassifieds.com.au

    any idea how I can achieve this

    also is it possible to move that part (the Main Categories) of the nav menu to the right hand side of the page?

    please bear in mind I am new to this kind of stuff !
  2. seymourjames All Hands On Deck

    Clearly you have the download? I emailed you several times to explain the issue and have not had a response from you to confirm that the download was finally in your possession.

    1. do you mean replace the yellow folder with a + sign ? If so this is a change in the css style sheet for the template you are using. You will find it in the file css/layout/structure.css . You will need to replace the image yellowfolder.png with your image a +.

    ul.sidebar_nav a {
    display:block;
    margin:0;
    padding:14px 10px 6px 40px;
    font-size:11px;
    line-height:16px;
    font-weight:bold;
    background:#f1f1f2 url(../../images/layout/yellowfolder.png) no-repeat 12px center;
    text-decoration:none;
    }

    Alternatively and perhaps with less side effects you can modify the file in modules/templatezones/accordion.tpl to not use the css selector and insert a + within the loop.

    2. No - this module is not designed to show subcategories. I believe (can't remember) there may be a module on classifiiedmods.com that will do that. You would then suppress that part of the accordion menu producing the main categories from showing and use the module by placing it into your template where you wish. This is not something you will find easy to do without a fair level of skill. In fact the more I look at it the harder it is because you will need to adjust many things including the layout.tpl file.

    My recommendation is you find a developer to help you with this given your comment.

    By the way the site you show is totally broken in Safari and Firefox with search etc spread across the page.
  3. smarta Customer

    thanks - I hadn't really looked at much of that site - I just liked the way the categories menu was structured

    changing the image to a + sign wasn't really the main thing - it was the functionality of being able to see the sub categories without having to visit the Category page

    the customer I am developing it for really liked the fact that this could be done - I'll have to see if he can live with it like it is :D

Share This Page