Statistics: Posted by Jason Caldwell — August 27th, 2011, 12:48 pm
Statistics: Posted by candy — August 27th, 2011, 9:52 am
I think what Cristián means is that if you can test this with another theme temporarily, it may help to narrow down the conflict that is occurring. In the mean time, we're going to investigate this issue, but right now this appears to be an isolated incident, perhaps a conflict or server-specific issue.
I CANNOT try other themes now, it's a finished project!
These are in fact quite common, related to CSS specifications to address cross-browser incompatibilities. Firefox is known to display issues like this in it's Error Console, but they are harmless, and really intended for developer debugging purposes. In the two cases that you've posted here, these are harmless warnings about declarations that Firefox does not understand, but other browsers, in specific versions, do understand. Thus, the reason for their inclusion. No need to worry about these.
- Code:
Warning: 'important' expected, but 'ie' found. ';' or '}' to close declaration expected, but 'ie' found. Declaration ignored. Source: http://www.site.com/?ws_plugin__s2member_menu_pages_css=347944584&ver=110815-549123789
Line: 1
Unknown property 'box-sizing'. Declaration ignored. Source: http://www.site.com/?ws_plugin__s2member_menu_pages_css=347944584&ver=110815-549123789
Line: 1
OK. Yea, this sounds like a conflict with another plugin and/or your theme. We've seen this happen before, whenever another plugin introduces an error in your Dashboard somewhere, which like all JavaScript apps, can cause all JavaScript functionality in the Dashboard to become faulty. I would suggest disabling one other plugin at a time, until you find the plugin combination that is causing this faulty behavior.
I think it must be because of one of the latest updates, fact is the code for the PayPal button is not updated when one clicks on the "Generate now" button.
Statistics: Posted by Jason Caldwell — August 20th, 2011, 4:47 pm
Warning: 'important' expected, but 'ie' found. ';' or '}' to close declaration expected, but 'ie' found. Declaration ignored. Source: http://www.site.com/?ws_plugin__s2member_menu_pages_css=347944584&ver=110815-549123789
Line: 1
Unknown property 'box-sizing'. Declaration ignored. Source: http://www.site.com/?ws_plugin__s2member_menu_pages_css=347944584&ver=110815-549123789
Line: 1
Statistics: Posted by candy — August 20th, 2011, 7:03 am
Statistics: Posted by Cristián Lávaque — August 19th, 2011, 10:31 pm
';' expected
Line: 2
Code: 0
URI: http://www.domain.com/?ws_plugin__s2member_menu_pages_js=1508323841&ver=110815-1511037330
Statistics: Posted by candy — August 19th, 2011, 5:22 pm