-
AuthorPosts
-
June 19, 2013 at 2:11 pm #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
thanxJune 19, 2013 at 3:04 pm #496280This 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?
June 19, 2013 at 6:05 pm #496299Well 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:pNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 20, 2013 at 3:34 pm #496401This 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
AuthorPostsViewing 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
Logo is not displaying, weird path adding
Viewing 4 posts - 1 through 4 (of 4 total)