Thanks for the heads up on this thread Cristián.~ and thanks for reporting this important issue.I CANNOT try other themes now, it's a finished project!
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.
You posted these warning/notices.- Code: Select all
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
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.
You posted this bug report: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.
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.
Even better, the Firefox Error Console can also help you narrow this down. On the PayPal Buttons page in your Dashboard, go up to
Tools -> Error Console in Firefox, and please post a copy of the "Errors" tab output for us. This video tutorial may help you in that regard:
http://www.s2member.com/options-page-di ... ing-video/Once we see the JavaScript errors that are occurring, we might be able to help you out. Also, if you'd like to post a list of the other plugins/themes that you're running in concert with s2Member, that may also help. Screenshots are also welcomed.