• Resolved ElementGreen

    (@elementgreen)


    I’m using the Mesocolumn theme which appears to also use the “activetab” key in localStorage. This causes the admin area of WP User Frontend to be blank, other than the tabs (no content appears on the tabs) and a Javascript error in Google Chrome. It seems to work OK in Firefox though for some reason.

    The solution I used was to prefix the “activetab” key with “wpuf-activetab” in the calls to getItem and setItem in wp-user-frontend/lib/class.settings-api.php.

    Best regards,

    Element Green

    https://wordpress.org/plugins/wp-user-frontend/

Viewing 1 replies (of 1 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    Thanks for letting me know about that. As the plugin is using Settings API and the same library is used in dozens of plugins, so I guess it won’t be changed. But fixing the theme will be easy in this case.

Viewing 1 replies (of 1 total)

The topic ‘Conflicting localStorage variable "activetab" with Mesocolumn theme’ is closed to new replies.