Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mmckeen Friend
    #150770

    I 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!


    1. CropperCapture1
    Arvind Chauhan Moderator
    #342184

    Dear 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 Friend
    #342744

    Got the same problem..

    Posted in another post too. Bug or user error? :confused:

    khartoumgateway Friend
    #342745

    FYI..

    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 Moderator
    #342747

    Dear 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 Friend
    #342748

    That did it!

    Thanks for that, and for the quick reply.

    🙂

    mmckeen Friend
    #342763

    Make sure you change it for the handheld and iphone blocks ….

    khartoumgateway Friend
    #343156

    Will do.

    Thanks for that.

Viewing 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