Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hjherbst Friend
    #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 Friend
    #374344

    You 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;
    }

    lieunee Friend
    #381381

    Something 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:

    lieunee Friend
    #381383

    Probably this thread holds the answer to my question: http://www.joomlart.com/forums/topic/how-to-display-same-logo-across-all-profiles/

    hudanesz Friend
    #381543

    i 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.

    http://www.wanitaisma.net

    Saguaros Moderator
    #381614

    You 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

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

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