Link to home
Start Free TrialLog in
Avatar of cinbou
cinbou

asked on

How do you fix this error? 'spry:region attributes require one or more data set names as values'

My page that shows videos as a user clicks through the list (using XML) used to work fine.  Now all of a sudden, I'm getting the following error: How do you fix this error? 'spry:region attributes require one or more data set names as values'.

Here is the page URL. http://www.providencefirevideos.com/video/index.html 

 I've also attached the code.

Can anyone help?
videos.txt
index.txt
Avatar of Zac Harris
Zac Harris
Flag of United States of America image

This issue is caused because the very last region, at the bottom of the page, has a spry:region with no value, and also a detail:region, which does have a value
Avatar of cinbou
cinbou

ASKER

Thanks for the quick reply.  I still need assistance.  I've looked at the bottom of the page and removed the spry value, but I still can't figure it out.  Can you point me to the exact line of code?
ASKER CERTIFIED SOLUTION
Avatar of GregArnott
GregArnott
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cinbou

ASKER

Thank you for the assistance!  I was able to get rid of the error and get the Spry and XML to work again.  However, Now the video sidebar is shifting all the way to the bottom of the page.  I'm sure it is a CSS issue, but I can't figure it out.  HELP!
In Events.css:

1. remove ", #sidebar" (yes, comma too) on line 171
2. for #sidebar, change margin-left to 360px on line 184
3. #sidebar_brace - remove float: left - line 191

You actually have room to make content1's width wider, but will need to add that extra width to the margin-left for sidebar.

Tested IE8, IE* compat 7, FF4, Chrome.

Lastly, in IE (all modes) "ADDITIONAL SERVICES" is dislodged. To fix that display error, remove the margin-left: 10px from the LI element for HOME. Everything then moves over, and fixes the menu link.