Welcome, Guest
Username Password: Remember me

Text Icon showing html code only
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Text Icon showing html code only

Text Icon showing html code only 08 May 2009 09:13 #866

I am using Joomla 1.5.9 with the Bible Study Version 11a. When I hoover over the text icon for sermon info it only brings up the html code version, not the regular version. www.sbsinternational.org/index.php/featured-audio/bible-studies

Is there a fix to this? I'm not a techie so if I need to do something could you explain it in user friendly terms. Thx.

Re:Text Icon showing html code only 08 May 2009 10:05 #869

  • Eugen
  • OFFLINE
  • Moderator
  • Posts: 147
try disabling the column headers... i'm assuming that the fact that there is no column header for the last column, there might be some unclosed html tags...

Re:Text Icon showing html code only 08 May 2009 10:26 #871

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
There may be some javascript that is overriding the tooltip. I noticed this script in the page source:

<script type="text/javascript">
<!--//--><![CDATA[//><!--
navHover = function() {
var lis = document.getElementById("navbar").getElementsByTagName("LI");
for (var i=0; i<lis.length; i++) {
lis[i].onmouseover=function() {
this.className+=" sfhover";
}
lis[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", navHover);
//--><!]]>
</script>

I'm not sure where that is coming from - but it may be making our tooltip not functional.
"You shall know the truth and the truth shall set you free." JC

Re:Text Icon showing html code only 08 May 2009 15:38 #872

Changed to not showing header and still shows html code. Any other suggestions

Re:Text Icon showing html code only 08 May 2009 15:59 #873

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
There is something going on with Javascript on your site.

Using FF Web Developer Tools, viewing the Javascript running on your site, the tooltip.js file errors out in this way:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<title>404 - Error: 404</title>
<link rel="stylesheet" href="/templates/system/css/error.css" type="text/css" />
</head>
<body>
<div align="center">
<div id="outline">
<div id="errorboxoutline">
<div id="errorboxheader">404 - Article #0 not found</div>
<div id="errorboxbody">
<p><strong>You may not be able to visit this page because of:</strong></p>
<ol>
<li>an <strong>out-of-date bookmark/favourite</strong></li>
<li>a search engine that has an <strong>out-of-date listing for this site</strong></li>
<li>a <strong>mistyped address</strong></li>
<li>you have <strong>no access</strong> to this page</li>
<li>The requested resource was not found.</li>
<li>An error has occurred while processing your request.</li>
</ol>
<p><strong>Please try one of the following pages:</strong></p>
<p>
<ul>
<li><a href="/index.php" title="Go to the Home Page">Home Page</a></li>
</ul>
</p>
<p>If difficulties persist, please contact the System Administrator of this site.</p>
<div id="techinfo">
<p>Article #0 not found</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

I'm not sure what "Article #0" means - but perhaps you are asking the component to display content in the listing that does not exist?
"You shall know the truth and the truth shall set you free." JC
  • Page:
  • 1
Moderators: Darren Vandermyde, Kyle
Time to create page: 0.56 seconds