Check two things:
- in the wp-options table, the site URLs (in two places) should be the full URL, as in https://www.example.com .
- check the site’s htaccess file for proper rewrite of http to https.
For a htaccess rule, this one works in most case:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Then look at your theme files to ensure that any references to CSS/JS include the https protocol, not http. Most well-written themes will use relative rather than absolute references to files to include.
It’s also possible a plugin might be specifying http rather than https.
Use the Network tab in Developer Tools (usually F12 in your browser) to look at each request to see where it is coming from. If the request is to a plugin folder, then check the code in there.
Related Posts:
- When using https, wordpress doesn’t use https for CSS and JS, and admin doesn’t work. How do I fix this?
- SSL Breaks WordPress CSS
- Disable SSL / HTTPS for wordpress
- Add a unique body class for every admin page (including trash)
- WordPress Sudden Loss of All CSS And Tons of JQuery Errors
- Text editor toolbar z-index conflict with location plugin pop
- custom css in admin panel by user id
- unable to find the document body in user-edit admin using javascript or CSS
- difference between code for admin, user facing (css, js)
- Twenty Twenty Four child theme stylesheet is not being enqueued in admin panel when editing pages
- Large Unwanted Space at the Bottom of Blog Posts [closed]
- Which hook to use to add notification message at beginning of my
- WordPress crop image not working [closed]
- Using a style sheet for modern browsers and another for older browsers
- How to include backend buttons css on frontend?
- how to arrange the bullet list items in vertical [closed]
- How to make CSS load live based on options clicked in the theme customizer?
- Extending site width according to the image size
- Adjusting post width according to the image size
- How can a left and right margin be added to the admin bar without access to “…wp-includes/admin-bar.php”?
- single.php doesn’t getting style
- Exclude parts of default css import
- Replacing parent theme’s IE-specific CSS
- Create a body div using CSS [closed]
- Forcing WordPress Administration onto a separate SSL Host
- Change Login CSS – Include instead of echo
- Add HTML input tag to to site navigation
- Removing the “on/off” white rectangle from my homepage (WPtouch)
- modify stylesheet of a particular page inside wp-admin
- vertical menu bar css
- After upload on server 404 on all pages, no css
- Theme looks ugly – FOUC – stylesheets loaded in footer
- How to edit wordpress native gallery’s css file?
- Add dynamically Get Request For Every links On the Site For Style Switcher
- Which files can be replaced in a child theme?
- how to make social media buttons start only from under a photo/post?
- Animate.CSS with a child theme
- Outputting the blogposts or the_content()
- Converting Static HTML pages to WordPress
- How to implement a JavaScript and CSS file for my WordPress homepage?
- What can cause JavaScript and CSS files to be minified?
- a slider menu is compromised in space
- How to align bold,italic and underline in wp-admin?
- Creating a custom header
- How to insert a clickable and fixed background [duplicate]
- How to implement styling of div in the front end using plugin admin meta box settings?
- How to activate/deactivate menu tab and keep the same id?
- 100% Width Footer – Custom Child Theme
- WordPress with PageLines theme: how to change the background color of a page? [duplicate]
- Adding custom css to a wordpress plugin? [duplicate]
- Background tiles not working in iPad2 but ok everywhere else
- image background is cut [closed]
- Inserting a DIV Block Into a Listing of Excerpts?
- WordPress Custom Superfish CSS Problem [closed]
- Apply Classes to post text inside editor
- How to make widgetized footer styles be inherited from body?
- Having Trouble Styling a Table in a WordPress Post
- Use of CSS classes in editor-blocks.css file
- Browser stacks different versions of style.css
- Bootstrap 4 Optimization
- why css doesnt work when i change my file of wordpress and sql to another computer?
- How do I show a button only on my custom template page?
- CSS not showing up in my website Only HTML Displaying
- How to remove automatically added
- How do i make a sidebar background color? [closed]
- How to change wordpress registration form submit button value?
- Move main menu to top of screen
- How to remove audio player styles added by mediaelement.js JavaScript?
- Change height of Add New Post input box
- Managing large CSS files [closed]
- Overriding WooCommerce CSS? [closed]
- Change Twenty twelve theme background color
- Removing Author name
- Do you use css reset in your child theme [closed]
- To override CSS of parent theme
- Twenty Fourteen responsive CSS
- How would I use a media query to make my entire theme responsive or fluid? [closed]
- Twenty Twelve theme: remove margins
- Changing from primary to a custom menu changes my CSS navigation layout
- Clear white line off page [closed]
- How to change header from full-width to box width
- Strange symbols on page [closed]
- Woocommerce align prices and texts [closed]
- Custom font isn’t active on all PCs
- Parent style messing up with Bootstrap [closed]
- ‘Too many redirects’ error after changing site URL in WordPress [closed]
- How to customize a theme’s navigation menu with css
- Responsive table on ios safari
- How do I hide a specific div class inside ? [closed]
- Installing non-standard fonts [closed]
- theme injecting css into wp-admin
- Is it possible to make invisible a div only on certain pages using CSS?
- Problems when writing a post
- Site layout problems when logged in due to admin bar
- Add “sub-nav” class to a sub menu parent item
- Will the following code make my css deal with images in the optimum way?
- Current Post/Page Ancestor, CSS
- Interactive maps in wordpress
- I need css code to divide my webpage sections into two columns
- I want to change the background color on my blog posts