Further to the above, the Widgets on pages item in the LH dashboard navigation does the same thing. When hovering the submenu does not open up.
I have tested with other plugins disabled. I can actually get to the turbo sidebars page by putting in the link:
/wp-admin/edit.php?post_type=turbo-sidebar-cpt
After testing by reverting to an older database it seems what happens is this:
- All appears to work fine, ie admit dashboard menu works and shows links on hover
- Click on the Opt in link on the installed plugins page
- Get the critical error warning
- Dismiss that. All appears normal as mention ion OP above but:
- But now the admin dashboard menu no longer works, ie no links show on hover
- Clicking on the top level Widgets on Pages menu entry in the admin menu now shows the critical error notice
I’ve got the same error.
At this moment, I don’t need to change any setting, but would someone can fix it?
I (think I) fixed it by using the rollback plugin, going back to previous version.
@voodoochill
Is it possible that you share the old version of the plugin? Unfortunately, a friend’s page does not have a rollback plugin installed and no backup has been created.
Thanks
Carsten
ahhh, found the problem, “widgets_on_pages.php” line 68:
wrong:
__fs( ‘hey-x’ ) . ‘
‘ . __ ( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below.
By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),
correct:
__( ‘hey-x’ ) . ‘
‘ . __( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below.
By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),