Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • jjag Friend
    #169310

    Hi,
    When I view my page in Safari across all OS, the top of the window shows these tags <=”<” /> <=”<” />. I can’t figure out why, although in all other browsers the page is fine. Only displays this on the homepage. I use JA T3 blank template on Joomla 1.7.1.

    jooservices Friend
    #416996

    Hi,
    Can you post your site URL then I can check it?
    Thanks
    Viet Vu

    jjag Friend
    #417014
    jooservices Friend
    #417031

    Hi
    I have just checked into your website but have no seen have trouble.
    Would you mind give me a screenshot w/ notes ?
    Thank you
    Viet Vu

    joeflynn Friend
    #417058

    I’m running Safari 5.1 on a Mac and don’t see what you are reporting…all looks good.
    Firefox 3.6.17 does show the problem, and the graphic doesn’t show either.
    But Firefox 7.1 works fine.

    jjag Friend
    #418415

    Hi,
    Sorry for the late reply. Please see the screenshot. It was not there for some days and now those tags have re-appeared, strange! Those are showing up in mobile(both Android and iOS) and iPad as well.

    Regards,
    jjag


    1. PMC
    jooservices Friend
    #418454

    There was another user asked me the same question but when I checked his site, I didn’t see the issue, it is happening again here that I don’t see the issue with your site. This may be an issue of cache. I must see the issue then I can fix it but now hmmm I can’t. I’m sorry!
    Thanks
    Viet Vu

    jjag Friend
    #419254

    Hi,
    I resolved the issue with the help of another thread which relates to Firefox:

    http://www.joomlart.com/forums/topic/problem-with-firefox/

    In particular, I changed the following method in the file: “/plugins/system/jat3/jat3/core/joomla/documenthtml.php”
    From
    public function addHeadLink($href, $relation, $relType = ‘rel’, $attribs = array())
    {
    $attribs = JArrayHelper::toString($attribs);
    $generatedTag = ‘<link href=”‘.$href.'” ‘.$relType.’=”‘.$relation.'” ‘.$attribs;
    $this->_links[] = $generatedTag;
    }
    To
    public function addHeadLink($href, $relation, $relType = ‘rel’, $attribs = array())
    {
    $this->_links[$href][‘relation’] = $relation;
    $this->_links[$href][‘relType’] = $relType;
    $this->_links[$href][‘attribs’] = $attribs;
    }
    as mentioned by kso77 in the thread. Thanks for the useful posts and excellent user interaction.
    This modification got rid of the strange tags which were displayed on the top left of the safari browser window (both in desktop and mobile), in my case although the thread mentions mailny firefox.

    jooservices Friend
    #419328

    Thank you very much for sharing that solution, jjag.

    chavan Friend
    #420390

    Hi jjag

    I guess your website use quite old version of T3 Framework plugin. You should upgrade latest version of T3 Framework.

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

This topic contains 10 replies, has 4 voices, and was last updated by  chavan 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum