-
AuthorPosts
-
October 5, 2011 at 9:36 am #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 5, 2011 at 10:20 am #416996Hi,
Can you post your site URL then I can check it?
Thanks
Viet VuOctober 5, 2011 at 11:18 am #417014Hi,
Url: http://www.pmcautomation.comjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 5, 2011 at 2:19 pm #417031Hi
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 Vujoeflynn Friendjoeflynn
- Join date:
- February 2009
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 59
- Thanked:
- 3 times in 1 posts
October 5, 2011 at 4:12 pm #417058I’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.October 11, 2011 at 8:44 am #418415Hi,
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
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 11, 2011 at 1:08 pm #418454There 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 VuOctober 14, 2011 at 8:28 am #419254Hi,
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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 14, 2011 at 1:33 pm #419328Thank you very much for sharing that solution, jjag.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 20, 2011 at 7:01 am #420390Hi jjag
I guess your website use quite old version of T3 Framework plugin. You should upgrade latest version of T3 Framework.
AuthorPostsViewing 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
Safari Issue
Viewing 10 posts - 1 through 10 (of 10 total)