Rene, some hints:
– the update from 1.2.9 to 2.0.3 didn’t work.
– the version in the database seems strange: (INSERT INTO
wp_4_options(
option_id,
option_name,
option_value,
autoload`)
VALUES
(224226, ‘mashsb_version’, ‘EDD_VERSION’, ‘yes’);)`
Seems to be a bug with the version number. maybe the cause for the failure of the update?
– if you change the tab in the settings, the settings are not saved. It should automatically be saved on tab change
– Error: Element div not allowed as child of element label in this context. (Suppressing further errors from this subtree.)
<label class="onoffswitch-label" for="myonoffswitch">
<div class="onoffswitch-inner"></div>
</label>
the div should be a span ?? (not sure if its valid then… please check & confirm HTML valid code as it is an issue for rendering time and due to that google page rank.
thats all for now ??