WordPress is expecting http
, but you’re visiting with https
which is causing the mixed content error. Setting your site and address URLs to use https
should solve your problem.
If you can’t use https
in the admin, then you’ll need to try ways to tell WordPress to use https
only on the frontend. Try something like this (untested):
add_filter( 'site_url', static function ( $url ) {
if ( is_admin() ) {
return $url;
}
return str_replace( 'http://', 'https://', $url );
} );
Related Posts:
- Duplicator live to wamp https to http
- How to call a plugin function from index.php
- Rewriting every url
- Remove Google Fonts Which Are (Probably) Added By Plugins
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Change post permalink to external URL from custom field
- Prevent page slug from interfering with custom post type archive permalink?
- Passing URL parameters to WordPress pages and pretty url
- Change Permalinks Structure to a Sequential Number for Each Post?
- Publish Post After Click On A Link
- How to prefix `attachment` permalinks with `attachment`?
- Alter post slug by a filter that is fired just after a post is created
- How to get the custom page get_permalink?
- How to set “with_front’=>false” to a plugin-generated cpt?
- WP get_permalink Return Wrong URL
- How to add nofollow on all external links without plugin?
- Custom url structure for custom template
- How do I customize my WordPress shortlink structure in link-template.php without a plugin?
- Dropzone.js and wordpress plugin
- Add a Custom Permalink option in the Permalink Admin Screen?
- plugins_url() incorrectly returns a url with www subdomain
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- Social sharing post’s shortlink instead of permalink
- How to get the permalink of a page when loading my plugin
- Mixed unrelated taxonomy in permalink
- Rewrite url without flushing the database?
- Enable Full SSL for WordPress
- Is there a way to dynamically get URL as a path to plugin root, not a local path?
- How can I make uploaded images in the editor load with HTTPS?
- How do I add a custom sub menu menu under Woo-commerce marketing?
- Changed permalink structure. Need help with redirecting old posts
- Change permalink structure hidden button edit
- Load custom PHP on a custom URL via a plugin
- How to change custom post type pemalink Hierarcy
- resetting permalinks after changing page names
- Plugin appends ugly URL string to index
- How to make a proper custom post type link
- Pagination Broken on Static Pages but Works on Blog Articles
- AddToAny shortcode in the loop
- ‘No Results Found’ on single post for custom post type
- Why WordPress plugin url ajax doesn’t work?
- Outbound link autometic converted into linkdirect , and not opening
- Is it possible to use multiple post_name, post_title and post_content?
- Modifying Author Link to add Author Meta in URL
- How can I fix the mixed content problems of the kk star ratings plugin?
- SEO Friendly URL on dynamic product page produced via shortcode
- Change permalinks of custom post type ‘question’ as post id or any random number once
- Remove /product/ from url. I want only category name then product name
- Redirecting thousands of posts that currently have no category in their permalink when changing permalink structure to include category
- Customize permalink wordpress category id
- Reoccurring 404 Errors on all subpages
- Permalinks stopped working after migration with WP all-in-one migration plugin
- Troubleshooting Plugins.php HTTP install path vs. a HTTPS for a single Plug-In
- How to remove custom post type and add category and post name
- Perform internal redirect in WordPress?
- Using arbitrary paths in page urls
- “Custom Post Type Permalinks” plugin URL strcuture
- Filtering get_permalink in Jetpack / ShareDaddy
- Custom Permalink Plugin and Current Page/Ancestor in Menus
- plugin links not working [closed]
- Plugin generated taxonomies’ permalinks with custom placeholders
- check if a file in a plugin folder exists from a locale installation
- How to get the permanent link in a plugin?
- Edit External CSS
- plugins_url() works everywhere but wp_reqister_script()
- This WordPress plugin isn’t creating links correctly
- rewrite_rules() not applying rules on plugin activation only after permalinks menu is clicked
- How to add add blank non-editable wp page like default blog for use with plugin
- Is it possible to change plugin’s Admin Panel Url?
- get_permalink is causing a whitescreen
- Share on social media created listing after submission
- Rogue splash page keeps popping up
- Coming soon pages with rest of site in maintenance mode
- Change default url to plugin custom post type
- add_external_rule – rules deleted when visiting permalinks page
- How to disable wordpress page rewrite rule?
- How do I secure a subdomain using UCC SSL?
- installed WordPress but can’t upgrade or add plugins due to webdav https?
- How to programatically create a simple HTML page using the permalink of a WordPress post?
- How to tell if a script is being executed from a plugin, a theme or a child theme in WordPress?
- How to maintain WordPress permalink structure with custom content with URL parameters?
- Change post permalink to external URL from custom field
- Unwanted Links and Spam WordPress Pages and Posts
- homepage olderposts link showing page not found
- Widget redirecting to home page
- 404 not found problem with URL rewrite custom category
- Adding Category in URL in some post
- Mixed content warning on doctype in admin
- Generate all urls with https
- Does anyone have the Custom Post Permalinks plugin from John P. Bloch? [closed]
- How to make a rest style plugin?
- Change from blogger to wordpress
- How to remove site name (https://exp.com/) from WORDPRESS site source links or file load url
- WordPress Plugin and other pages not opening
- 404 Error on a WordPress Website, Error disappears for a while and again appears
- claim a permalink and all sublinks in plugin
- Getting 400 Error in wordpress website
- Changing the “OT Process” Plugin’s Default Slug of /process/
- How to get selected variation from URL?
- Help Needed: Issue with Change Permalink on DirectoryPress Listing Pages