Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • arrozdoce Friend
    #133372

    how to remove the mark | in left of menu in user 3,
    in this case in left of HOME – appears | HOME in perfinco.pt

    Sherlock Friend
    #270955

    Hi !
    You remove it following way below :
    Open template.css file in templates/ja_edenite/css folder , find following code section at about line 971 :


    #ja-footer li {
    background:transparent url(../images/vline.gif) no-repeat scroll left center;
    display:inline;
    margin:0;
    padding:0;
    }

    change to :


    #ja-footer li {
    display:inline;
    margin:0;
    padding:0;
    }

    arrozdoce Friend
    #270986

    first i have

    | HOME | PRIVACIDADE | CONTACTOS
    and i wish have

    HOME | PRIVACIDADE | CONTACTOS
    now i don’t have any | and appears a dot behind the first letter H P C

    I’ll like to have like you show menu3 in demo About Joomla! | Features | News | The Community

    Sherlock Friend
    #270993

    ok , i have understood , please go to admin >> extensions >> module manager –> select user3 module, on right panel , you set for module class suffix to “-nav”.

    2854

    Sherlock Friend
    #271292

    Hi arrozdoce !
    I can’t login with the acc what you sent for me . please check again !

    Sherlock Friend
    #271781

    HI !
    You open ja.script.js file in templates/ja_edenite/js folder, find following code section at the bottom:


    window.addEvent ('load', function() {
    equalHeight();
    jaAddFirstItemToTopmenu();
    });

    change to :


    window.addEvent ('load', function() {
    jaAddFirstItemToTopmenu();
    });

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

This topic contains 6 replies, has 2 voices, and was last updated by  Sherlock 16 years, 1 month ago.

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