I get this error when I try to configure my block listed at admin/settings/ddblock. On that configure page, there is nothing under "Custom jQuery Cycle Plugin Settings", seems like it is an empty fieldset. I changed to a few different themes and saw the same problem.
Any ideas on what this could be? Thanks.
Comments
Comment #1
ppblaauw commented[@value='top'] is used to set values in a field to top with javascript.
It's a javascript error. (did not see this error before)
Could be a browser issue.
Could you try another browser?
What browser are you using, which version and what Operating system
Comment #2
diodata commentedI am using Windows XP (SP3) with Firefox 3.6.3 (just updated in the past couple of days.) The configure edit page works fine in IE8 and Chrome 3. I'm just getting started with DDBlock so I'm not sure yet if the actual product (slideshow) has any similar problems. Thanks for your speedy reply.
Comment #3
ppblaauw commentedThanks for the additional information.
The javascript to set field values is only used in the configuration page.
Will have a look further at FF 3.6.3 when I am back at the office tomorrow.
Comment #4
ppblaauw commentedCould not reproduce the javascript error.
You could remove the @ from [@value='top'] in the js/ddblock.admin.js file. line 188-192
Replace
with
Hope this helps you further, please let me know.
Comment #5
AndReA xD commentedheeeeeeeeeey! thnx! removing @ helped me =P
thnx a lot!