Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin conflict with Redux Framework #2556

Closed
3 tasks done
Nyota opened this issue Aug 7, 2023 · 0 comments · Fixed by #2557
Closed
3 tasks done

Plugin conflict with Redux Framework #2556

Nyota opened this issue Aug 7, 2023 · 0 comments · Fixed by #2557
Milestone

Comments

@Nyota
Copy link

Nyota commented Aug 7, 2023

Describe the bug
There is a conflict with the plugin Redux Framework. When used on a clean WordPress install and freshly configured Redux Framework (using Twenty-Nineteen theme) text is displayed above the theme options window and a JavaScript error is thrown by WP Job Manager.

To Reproduce
Steps to reproduce the behavior:

  • Install & activate Twenty-Nineteen Theme
  • Install & activate Redux Framework and include barebones-config.php within Twenty-Nineteen theme functions.php file.
  • Within barebones-config.php set config arguments 'menu_type' to 'submenu'. If set to "menu" the bug does not appear.
  • Install & activate WP Job Manager
  • Go to Appearance > Sample Options
  • See error text:

Redux will send the debug information found on the WordPress Site Health screen and your Redux config to our secure server. Are you ready to proceed?

Transmitting data...

  • Open dev tools and find following in console:

Uncaught TypeError: t.n(...)() is not a function
http://testsite-qas.local/testsite/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js?ver=9efe26399f691357bcd2:1
http://testsite-qas.local/testsite/wp-content/plugins/wp-job-manager/assets/dist/js/admin/wpjm-notice-dismiss.js?ver=9efe26399f691357bcd2:1

It looks like the JavaScript error is preventing CSS, that should hide the text, from loading properly. WP_DEBUG log is empty and not displaying any errors.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2023-08-07 at 09 52-new

Expected behavior
The text should not appear at the top of the theme options window.

Isolating the problem (mark completed items with an [x]):

  • I have deactivated other plugins and confirmed this bug occurs when only WP Job Manager plugin is active.
  • This bug happens with a default WordPress theme active.
  • I can reproduce this bug consistently using the steps above.

WordPress Environment

  • WordPress Version: 6.2.2
  • WP Job Manager Version: 1.41.0
  • PHP Version: 8.0.22
  • Other important details: Redux Framework version 4.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant