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
- Remove Google Fonts Which Are (Probably) Added By Plugins
- Change post permalink to external URL from custom field
- Change Permalinks Structure to a Sequential Number for Each Post?
- Publish Post After Click On A Link
- Alter post slug by a filter that is fired just after a post is created
- 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
- 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?
- Load custom PHP on a custom URL via a plugin
- 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
- Why WordPress plugin url ajax doesn’t work?
- Outbound link autometic converted into linkdirect , and not opening
- 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
- 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?
- “Custom Post Type Permalinks” plugin URL strcuture
- Filtering get_permalink in Jetpack / ShareDaddy
- Custom Permalink Plugin and Current Page/Ancestor in Menus
- Plugin generated taxonomies’ permalinks with custom placeholders
- How to get the permanent link in a plugin?
- 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
- flush_rewrite_rules() not working with update_option_{$option}
- Add_rewrite_endpoint doesn’t work with post name permalink structure
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- How do I link an image in my plugin so it displays on WordPress?
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- How to embed a new string in url?
- Plugin for TinyMCE to create reference to other posts
- help intercepting save_post through plugin
- TranslatePress | secondary language category/sub-category not working correctly “`/%category%/%postname%/“`
- Why the internal link get converted into a comment?
- Fail on admin_enqueue_scripts when I try it to upload a CSS file to my WordPress Plugin
- Error in Fetching Custom Post Type parent Category URL (slug)
- Hidden permalink different from displayed permalink
- HTTP Error upload ( localhost )
- WordPress Frontend Page using Plugin
- Rewrite/Change custom taxonomy slug
- Create new page in wordpress plugin which doesn’t exist
- one url for all pages
- Is it possible to have permalinks to sub-domain pages and to root pages within one single WP instance?
- How to update all in-site redirect URLs to destination URLs at once
- why is my wordpress not loading any images?
- post id or permalink auto-incrementing number and reset everyday
- WP Rest Api GET method restriction on route, but POST method also works
- Changing author slug for a custom role without using plugin
- WooCommerce or any other plugin: Deliver JS and CSS through CDN without using a Plugin
- Category Arabic Slug shows as symbols in plugin lists
- plugins_url not returning correct directory
- Custom author page for custom role
- Custom role not listed
- Members-only page, but accessible via sharable link
- How to setup same post slug for different categories?
- How to add add blank non-editable wp page like default blog for use with plugin
- 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?
- 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
- Generate all urls with https
- 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
- Changing the “OT Process” Plugin’s Default Slug of /process/