Your error log does tell you the reason, it’s the part about:
Refused to display … in a frame because it set to ‘X-Frame-Origin’ to ‘SAMEORIGIN,DENY’
And the reason for that is the one about “conflicting values” before it.
WordPress core only sends SAMEORIGIN
value in admin screens, via send_frame_options_header()
. So DENY
is coming from elsewhere and is what messes things up.
Search your sources for DENY
and inquire with hosting support if it’s something web server might be configured to add.
Related Posts:
- Delete Custom Dashboard Widgets
- Editor access to plugin settings
- How to develop a community feature in the dashboard for multiauthor site
- Remove Widgets in Dashboard
- How can I ‘reactivate’ .PHP files within a WP plugin that have been marked ‘inactive’?
- Give editors access to particular plugin – turn “admin.php” into “edit.php”
- Created Widget Not Showing up on Admin Panel
- Dashboard Disappears after Upgrade
- Compatibility with RTL installations
- Dashboard Widget Form
- Frontend editing, Frontend user dashboard
- Can I use a form in a dashboard widget?
- Determine Registered Admin Menus
- How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Merging Two menus in the backend into one menu
- How to remove admin main menu name repetition
- How to exclude certain files from the plugin editor?
- Sync User to cPanel webmail?
- How do I add content to the dashboard in WordPress?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Login problem after installing my written plugin [closed]
- Allowed memory size exhausted problem
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- Changing menu order of a specific plugin in dashboard
- I changed font of wordpress dashboard but it is slow!
- Is there a way to remove plugins in dashboard – where you cannot identify the slug by the plugins name?
- Creating a search form and displaying results
- Displaying URL Based on User Input from a Form W/in a Dashboard Widget
- Widget Screen Locked
- how to render dashboard widgets conditionaly in wordpress admin
- Stopping WordPress’ WYSIWYG Editor from Converting “didn’t” into “didn””””’t”?
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- How can I disable new plugin and theme install, but allow updates?
- Use localized plugin name and description even when the plugin is disabled
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Need help with Task assigning and rewarding as currency which withdrawable
- WordPress Dashboard add user password not working, etc
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- Why is my form going to frontend on html form submission present on the php files inside my custom plugin?
- Blank dashboard with no access
- Not able to upload Plugins/ Theme from Admin backend
- Ajax response returns html code instead of user data
- WordPress Dashboard organize posts based on categories
- Remove the ‘Press This’ Tool
- How to create plugin list groups?
- Google adsense stats plugin? [closed]
- Custom Fields on User Dashboard?
- Form with response button after on table after submission
- WordPress Plugin and other pages not opening
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- Woocommerce – adding variations to variations [closed]
- Can YOAST SEO fields be removed from custom post type [duplicate]
- Creating Unique Post URLs for A/B Testing… Is this even possible?
- Change Label for field used in Woo Commerce
- Suggest a plugin for up/down voting posts [closed]
- How to disable Gutenberg editor?
- Can’t install local plugin (zip) with wp-cli [closed]
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- Override CSS settings of plugins
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Is there a way to make a pure vanila page of just HTML/CSS/JS
- get_plugins() doesn’t work after plugins_loaded
- How to save post change url youtube link?
- How make a php script run only with wp-cron
- Most efficient way to use classes to create admin pages using Settings API
- CMB2 toolkit: Compare 2 Dates and validate the Time
- Where does the cookie mo_page_views_counter come from?
- Save custom attributes of product in woocommerce
- How to add tags in Submenu page or Menu page
- How to display taxonomy images with wp_list_categories?
- failed to create custom database table on wordpress plugin activation via php OOP method
- Use wordpress plugin in codeigniter
- WordPress Admin Menu defining function is seperate file
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- Plugin temporary files and files to download via FTP
- Can I restore a plugin that was accidentally deleted? (on localhost)
- Readme.txt not getting updated
- In wordpress how to sent different email separetly when i click on different email ids [closed]
- Cannot Access Console
- How to convert a plugin into a function
- woocommerce remove coupon link does not work
- Stop a script on a single page
- How to insert datas in the table on wordpress?
- I have updated my plugins, though one page of the site has ‘hit a critical error’
- Override plugin images so that they are not removed when the plugin is updated
- Login/password protected “client page”
- Change custom rewrite rule when permalink is updated/changed
- Image paths wrong after migrating with wp-migrate-db-pro media files add-on
- How to load a plugin when doing an Ajax call? [duplicate]
- Define constant for one plugin in mu-plugin
- MultiPostThumbnails and media queries
- Get a submitted value from front end post form for single template
- PM PRO addon package check user access to a specific post
- wordpress or jquery a dynamic photo gallery
- How to add image for custom taxonomy
- Plugin Beauty Contact Popup Form with while loop
- How to save mediaupload multiple URLs as array meta?
- Ajax Load More stopped working (Plugin with repeater template, shows hidden Button)
- WordPress Share Buttons Plugin: How do you make the WordPress Share Buttons Display Vertically?