Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • adam_z Friend
    #188333

    Hi all,
    I’m running joomla 2.5.9 and i have some really weird issue, my logo stopped displaying, if i’m trying to check what’s the path to the picture . it shows something like template/js_purity_ii/css/..”my correct pat” i just don’t understand it!
    in template.css i can see that it’s the correct path, but when i’m checking the pass from the webpage it is really different, it seems like there is some file that is redirecting to other place, i just cannot find the relevant file.
    Please help me find the correct places so i can edit the path to the correct logo.
    maybe i need to fix the index.php? but they al are almost empty with no relevant informaion
    thanx

    adam_z Friend
    #496280

    This is the part of template.css:
    [PHP]/* Logo Image —*/
    h1.logo { height: 79px; width: 207px; }

    h1.logo a {
    background: url(..images/system_images/arkal_logo.png) no-repeat left;
    display: block;
    height: 79px;
    width: 207px;
    }

    h1.logo a span { position: absolute; top: -1000px; }

    h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }[/PHP]

    this is what i see when i’m inspectiong the element

    What is going on with my website?


    1. element
    adam_z Friend
    #496299

    Well it was urgent so i just cutted the road here, i’v placed the logo.png to the path that index.php generated automatically..so now it’s working)) but if someone know why is this path generated automatically please tell me,
    thanx:p

    Ninja Lead Moderator
    #496401

    This way will help you change the logo on JA Purity II Template

    Open templates/ja_purity_ii/css/template.css file


    h1.logo a {
    background: url(../images/system_images/arkal_logo.png) no-repeat left;
    display: block;
    height: 79px;
    width: 207px;
    }

    With logo path: templates/ja_purity_ii/images/system_images/arkal_logo.png

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 5 months ago.

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