Joomla Bible Study

...components for the glory of God
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

1 year, 4 months ago Text Icon showing html code only #866

  • sbsinter
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
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.

1 year, 4 months ago Re:Text Icon showing html code only #869

  • genu
  • OFFLINE
  • Moderator
  • Posts: 154
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...

1 year, 4 months ago Re:Text Icon showing html code only #871

  • tmfuller
  • OFFLINE
  • Administrator
  • Posts: 939
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

1 year, 4 months ago Re:Text Icon showing html code only #872

  • sbsinter
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Changed to not showing header and still shows html code. Any other suggestions

1 year, 4 months ago Re:Text Icon showing html code only #873

  • tmfuller
  • OFFLINE
  • Administrator
  • Posts: 939
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.43 seconds