Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.

validating html

More
13 Aug 2014 19:03 #4766 by Ben Russell
validating html was created by Ben Russell
I've been troubleshooting my website and I'm getting some errors off sermonspeaker. This is a repeating one:
Code:
Error Line 883, Column 274: No space between attributes. …OMPLACENT CHRISTIANS 07-23-14.pdf']);"target="_blank">00205 COMPLACENT CHRISTI…
Any suggestions? Thanks for the help!!

Here's the validator link: validator.w3.org/check?uri=http%3A%2F%2F...or.w3.org%2Fservices

Please Log in or Create an account to join the conversation.

More
13 Aug 2014 20:52 #4767 by Thomas Hunziker
Replied by Thomas Hunziker on topic validating html
That's indeed a bug in SermonSpeaker.
I have fixed it now in the repository. You can have a look at the commit here: github.com/Bakual/SermonSpeaker/commit/c...e16b3019b3a087dfdae7

Have a look at the following line in your /components/com_sermonspeaker/helpers/sermonspeaker.php file and add a space before the target attribute. That should do it for you.
Code:
$html .= '<a class="hasTooltip" title="::' . JText::_('COM_SERMONSPEAKER_ADDFILE_HOOVER') . '" href="' . $link . '" ' . $onclick . 'target="_blank">' . $addfileDesc . '</a>';
The following user(s) said Thank You: Ben Russell

Please Log in or Create an account to join the conversation.

Time to create page: 0.293 seconds
Powered by Kunena Forum