Hi all,
I'm having some issues with viewing a slideshow I've made in Safari, when it works fine in IE and Firefox. I think I've tracked down the culprit, but I haven't the faintest clue how to remedy the situation. I'd love someone to give me a bit of guidance here :)
When I look at the code in Firebug, it looks like there are missing closing divs. Each of the "slides" in the show looks like this (in essence):
<div class="views_slideshow_hidden" style="display:none;">
<div class="views-field-a">content....
<div class="views-field-b">content....
<div class="views-field-c">content....
</div>
In Safari, the first div ("views-field-a") is rendered, but the other two aren't. They don't appear in Safari's DOM either, which I suppose means Safari's parser is a being a bit strict.
I'd love any pointers as to how I can add those closing tags, which I suspect will resolve the issue for me.
Thanks in advance ^_^
Comments
Comment #1
JayKayAu commentedSorry about that. False alarm..
This problem was a combination of two things:
1. The tools I was using didn't always show a closing tag in the browser DOM (hence my thinking they were missing).
2. I was testing in other browsers as an unauthenticated user, and had neglected to set permissions for the snippets of content I wanted to see (hence the DIVs I wanted to see legitimately not appearing).
Sorry for wasting your time. Hopefully someone might come across this post, having made the same mistake, and will be fast-tracked to a solution :D
- J