-
AuthorPosts
-
September 15, 2009 at 12:26 am #144226
Hi,
with joomla 1.5.14 the mod_ja_contentslide and the video of the day ja-cs module crash internet explorer 7 and 8.
The error is kb927917 – HTML Parsing error – unable to modify the parent container element before the child element is closed.
the site is at http://wealthyedge.com.au
I have used the quickstart without changing much apart from the actual utube videos I am linking to.
The video of tge day module, which is just customer html, is crashing with that error message using this html
<div class=”ja-box-ct clearfix” style=”text-align:center”>
<object width=”500″ height=”405″>
<param name=”movie” value=”http://www.youtube.com/v/FYppGXAy_T4&hl=en&fs=1&border=1″ />
<param name=”allowFullScreen” value=”true” />
<param name=”allowscriptaccess” value=”always” /><embed type=”application/x-shockwave-flash” width=”500″ height=”405″ src=”http://www.youtube.com/v/FYppGXAy_T4&hl=en&fs=1&border=1″ allowscriptaccess=”always” allowfullscreen=”true”></embed>
</object>
</div>if anyone could help me I would be very grateful, I am tearing my hair out 🙂
cheers
Trevor
ar2solutions Friendar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
September 15, 2009 at 1:10 am #317385Hi Trevor,
First off, you should NOT post your password on this forum! Everybody can view it and it can make a living hell out of your site.
second, i’m having the same problem. It seems there is a problem with the Poplar Video module.
I’ve attached an error i’m getting on IE 6Its something major. I’ll be doing more search and get back to this forum as soon as i find anything;
ar2Solutions
1 user says Thank You to ar2solutions for this useful post
September 16, 2009 at 9:26 pm #317569Support have fixed the issue in the video of the day module.
here are the code changes :-
I changed:
<div class=”ja-box-ct clearfix” style=”text-align:center”>
<object width=”500″ height=”405″>
<param name=”movie” value=”http://www.youtube.com/v/FYppGXAy_T4&hl=en&fs=1&” />
<param name=”allowFullScreen” value=”true” />
<param name=”allowscriptaccess” value=”always” /><embed type=”application/x-shockwave-flash” width=”500″ height=”405″ src=”http://www.youtube.com/v/FYppGXAy_T4&hl=en&fs=1&” allowscriptaccess=”always” allowfullscreen=”true”></embed>
</object>
</div>to:
<div class=”ja-box-ct clearfix” style=”text-align:center”>
<embed type=”application/x-shockwave-flash” width=”500″ height=”405″ src=”http://www.youtube.com/v/FYppGXAy_T4&hl=en&fs=1&” allowscriptaccess=”always” allowfullscreen=”true”></embed>
</div>big thanks to support for their rapid response.:)
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by tratcliffe 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum