Topic-icon Does not work on pages with Slideshow Loaded

Active Subscriptions:

None
10 years 11 months ago #33232 by totamus
On a site I am working on, www.castawaysbar.biz, many of the pages utilize an html5/js slideshow. On any page with the slideshow, neither the slideshow module will display, nor will the content plugin. I assumed it was a Jquery issue and used the slideshow's option to not load Jquery - but the issue persists. a representitive page is www.castawaysbar.biz/more/contests.html the like module should be visible above the slideshow. If I unpublish the slideshow, it shows up correctly.
The topic has been locked.
Support Specialist
10 years 11 months ago #33234 by alzander
The problem is a coding error on your page. You have 2 closing head tags and 2 opening body tags, which is a violation of HTML syntax.

If you look at the source on your page, you'll see the following block:
<!-- Just some basic stuff here for clarity, yes, this would be handled elsewhere -->
<style>
html,body{background:#fff;}
#galleria{width:900px;height:530px;margin:10px auto}
#gallery_container{background: white; margin: 15px auto; width: 900px; height:auto;text-align: left;}
</style>
</head>
<body>
<!-- fire off the galleria code -->
You need to remove that extra head and body tag there.

Hope that helps get you going,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #33235 by totamus
That was it! None of that section was needed - it was a remnant that needed to be cleaned out. I would have never spotted the extra body tag and closing head tag.

Great support - great product - Keep up the good work!
The topic has been locked.
Support Specialist
10 years 11 months ago #33240 by alzander
Totamus,
Glad we could help you out. We deal with these things day in and day out, and that's what your subscription is for. So, thank you for supporting us!

Should you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.