Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hans a Friend
    #143429

    I am using the JA Mona template recently, testing it out a bit because I truely love the design (many don’t seem to like it)

    I have however one problem, the phrase “You are here:” keeps showing on top of the page, I believe this is hard coded in the template because I can’t turn it off (disabled breadcrumps already)

    I didn’t seem to find it in the tempalte config either

    Thanks,
    Hans

    Arvind Chauhan Moderator
    #314090

    Dear hans,

    Please provide Url of your site, also you can edit your first post >> Click on Require Help from Admin / Mods >> and enter your site login details. Removing that line should not be of problem.

    regards

    Arvind

    Arvind Chauhan Moderator
    #314091

    Either, you can delete the <div id =”ja-pathway”> from your template index.php.

    or you can do the following :

    Open your template.css file and around line 929 Change the following code :

    [php]#ja-pathway {
    color: #757575;
    z-index: 20;
    position: relative;
    height: 24px;
    padding-top: 6px;
    }[/php]To :

    [php]#ja-pathway {
    color: #757575;
    z-index: 20;
    position: relative;
    height: 0px;
    padding-top: 6px;
    }[/php]Hope this shall help.

    regards

    Arvind

    folkefiende Friend
    #336804

    Tried the fix above, but all it did was squish the text. I was able to eliminate it by finding the pathway item in the actual HTML and deleting the text ‘YOU ARE HERE:’ from the code. I am guessing that I will have to replace the text in the code if I want to use breadcrumbs in teh future, but my site is so small I don’t need it. Hope this helps.

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

This topic contains 4 replies, has 3 voices, and was last updated by  folkefiende 14 years, 8 months ago.

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