-
AuthorPosts
-
mmckeen Friend
mmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
April 30, 2010 at 12:32 pm #150770I have enabled the text option instead of the logo and all I see is “site slogan” instead of the site name and slogan (see attached). I added the correct information in the template admin side.
I have the latest version installed 1.4.1…
Thanks!
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 30, 2010 at 1:18 pm #342184Dear mmckeen,
Please follow the support guidelines and submit your site login details, so that we can have a look and help you out.
Arvind
khartoumgateway Friendkhartoumgateway
- Join date:
- May 2010
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 5, 2010 at 6:20 pm #342744Got the same problem..
Posted in another post too. Bug or user error? :confused:
khartoumgateway Friendkhartoumgateway
- Join date:
- May 2010
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 5, 2010 at 6:23 pm #342745FYI..
This is the error i’m getting on my test site on wamp..
Notice: Undefined variable: config in C:wampwwwtemplatesja_teline_iiilayoutsblocksheader.php on line 12
Notice: Trying to get property of non-object in C:wampwwwtemplatesja_teline_iiilayoutsblocksheader.php on line 12
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
May 5, 2010 at 7:04 pm #342747Dear khartoumgateway,
Please open your >> /ja_teline_iii/layouts/blocks/header.php
around line 12 &13
$logoText = (trim($this->getParam(‘logoText’))==”) ? $config->sitename : $this->getParam(‘logoText’);
$sloganText = (trim($this->getParam(‘sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘sloganText’); ?>Change to :
$logoText = (trim($this->getParam(‘logoType-text-logoText’))==”) ? $config->sitename : $this->getParam(‘logoType-text-logoText’);
$sloganText = (trim($this->getParam(‘logoType-text-sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘logoType-text-sloganText’);?>This is a known bug, updated in svn awaiting testing and release.
Regards
Arvind
khartoumgateway Friendkhartoumgateway
- Join date:
- May 2010
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 5, 2010 at 7:12 pm #342748That did it!
Thanks for that, and for the quick reply.
🙂
mmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
May 6, 2010 at 1:33 am #342763Make sure you change it for the handheld and iphone blocks ….
khartoumgateway Friendkhartoumgateway
- Join date:
- May 2010
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
May 10, 2010 at 6:14 pm #343156Will do.
Thanks for that.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by khartoumgateway 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Text logo instead of image
Viewing 8 posts - 1 through 8 (of 8 total)