-
AuthorPosts
-
January 28, 2011 at 3:47 pm #159459
Hi there!
I don’t know how to change the Logo in Ja Telin III. At the moment I can see my Logo in only one menu (Home). All categories (inclusive Homepage) show the “Ja Teline III” logo.
Thx for help.aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 29, 2011 at 6:47 am #374344You can update logo in this directory with your own::
templates/ja_teline_iii_v2/images/logo.gif
<blockquote>At the moment I can see my Logo in only one menu (Home). All categories (inclusive Homepage) show the “Ja Teline III” logo.</blockquote>
For this, You can change this::
h1.logo a {template.css (line 788)
background: url(“../images/logo.gif”) no-repeat scroll left center transparent;
display: block;
height: 62px;
width: 321px;
}to
h1.logo a {template.css (line 788)
background: url(“../images/logo.gif”) no-repeat scroll left center transparent !important;
display: block;
height: 62px;
width: 321px;
}2 users say Thank You to aman204 for this useful post
March 15, 2011 at 4:52 am #381381Something very odd here … logo here:
http://www.martincsi.com.php5-21.websitetestlink.com/index.php/about-us
Is supposedly loading:
http://www.martincsi.com.php5-21.websitetestlink.com/templates/ja_teline_iii/images/logo.gif
But that image has been changed as you can see, and yet when Joomla loads the logo, it’s the old Teline III one.
The old one has been renamed, and should not be showing up:
http://www.martincsi.com.php5-21.websitetestlink.com/templates/ja_teline_iii/images/logo_BAK.gif
Help! :confused:
March 15, 2011 at 5:06 am #381383Probably this thread holds the answer to my question: http://www.joomlart.com/forums/topic/how-to-display-same-logo-across-all-profiles/
March 16, 2011 at 2:53 am #381543i have installed teline III v2 from the default rhuk_milkway template and have this message on top of the page
“Warning: Invalid argument supplied for foreach() in /home/wanitais/public_html/plugins/system/jat3/core/menu/base.class.php on line 6”am not sure to disable which menu item please. can’t seem to be able to post new thread. so have to reply here, am sorry.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 16, 2011 at 8:53 am #381614You open the file: n /home/wanitais/public_html/plugins/system/jat3/core/menu/base.class.php on line 6″ and find the following code
[PHP]
foreach ($rows as $index => $v) {[/PHP]
replace by:
[PHP]
$rows = is_array($rows) ? $rows:array();
foreach ($rows as $index => $v) {
[/PHP]if the issue is not fixed, provide me the administrator account and the FTP account
Via your ticket ID XFS-678-59908 -
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by Saguaros 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum