My nginx config did not include the mime.types defaults.
That seems to be affecting the nginx “Content-Type” response header, leading to it being “text/plain” instead of “text/css” …
… which is unfortunate because none of the wordpress templates specify the content type in the request, e.g:
<link rel="stylesheet" id='wp-block-library-css' href="https://censored.net/wp-includes/css/dist/block-library/style.css?ver=5.8" media="all" />
Should probably look anything like this, but oh well
<link rel="stylesheet" type="text/css" ...>
Related Posts:
- Customize Bootstrap checkboxes
- What is WebKit and how is it related to CSS?
- How can I vertically center a “div” element for all browsers using CSS?
- Is there a color code for transparent in HTML?
- How can I center an absolutely positioned element in a div?
- How to override the properties of a CSS class using another CSS class
- CSS display: inline vs inline-block
- Aligning two divs side-by-side
- CSS transition shorthand with multiple properties?
- How to center HTML5 Videos?
- Text border using css (border around text)
- Is there an opposite CSS pseudo-class to :hover?
- U8Qtu
- Using custom fonts using CSS?
- How can I transition height: 0; to height: auto; using CSS?
- Display Images Inline via CSS
- Why CSS3 Animation is not working?
- Why is my Bootstrap code not working?
- How to make canvas responsive
- How to change version of .css in WordPress?
- Disable SSL / HTTPS for wordpress
- Forcing reload of editor-style.css
- How can I make the wordpress editor apply the selected template?
- How do I remove specific styles from the parent theme css using the child theme css?
- Why isn’t my theme processing SASS?
- What CSS rules are introduced to core blocks through wp-block-styles?
- How to combine multiple CSS files and concatenate JavaScripts if WordPress recommends enqueuing them?
- Trying to load a responsive CSS media query using Custom Taxonmy
- How to load different css file depending on language
- Can the Theme Customizer be used to generate static/cachable CSS, and how?
- Woocommerce include custom stylesheet after woocommerce styling [closed]
- raw code vs wordpress
- I want to change my post titles from h2 to H1
- Change logo on specific page id using css
- Write text below a specific part of a sentence
- Style classic editor buttons
- Layer post title on top of image WordPress featured thumbnail image
- Twig + wordpress – how to get filemtime for style.css
- Inconsistent `body_class()` function
- Is there a way to change the backround color of the native video player in wordpress?
- Link theme options page using ACF to styles
- footer disappear on some pages frequently
- jQuery UI styles conflicting with TinyMCE dialog
- How to change H1 color only for pages [closed]
- How to get an unique identifier for a page/post/category/tag etc.?
- Display Something in the Header After All Styles are Loaded
- wordpress – site not update after update style.css
- wp_enqueue_media is not loading styles
- functions.php – inject inline css from file
- Changing navigation strip color with CSS
- child theme appears again when I put the header with parent name.
- How to Add a Read-only Textbox With Text in it That Has a Button to Copy it?
- cookie free subdomain and @font-face
- Use Google Fonts and unicodes
- How to add class to an html output element in tinyMCE paragraph drop down menu
- Adding elements to wp_list_pages (within , but before )
- Page versus post ID specific CSS ID?
- Why doesn’t WP recognize images in posts like other content? [closed]
- CSS isn’t rendered on a post but just posted as text [closed]
- How would I create the same popup in css and javascript as the one in contact button on the site https://www.sublimotionibiza.com/es/main.html [closed]
- Customizing the Post/Page Editor in Classic Editor
- CSS for the main top menu appears to have stopped working after All-In-One Migration transfer
- Css will not display in webpage, after adding it in style.css in child theme
- How to use css only H2 Tag? Site is considering website title also H2 tag and changing its style as well
- How to edit CSS style sheet after migrating from local
- Dequeing Parent Fontawesome Deques Parent Styles
- wp_list_pages two columns
- Bootstrap Integtration
- Font .woff files loaded don’t correspond to the displayed styles [closed]
- HTML not resizing
- CSS transition from 0px width to 100% width
- Style not being applied to newly installed themes
- Custom CSS rule overridden in theme
- Twenty Fourteen: Shrinking header while scrolling down
- Style sidebar for a custom page template exclusively
- Make Responsive Specific Page in WordPress
- Custom CSS rules only apply to home page
- Sticky Button not working WP. But does it JS Fiddle
- How to get homepage div container of wordpress website to display full width? [duplicate]
- How to enqueue google fonts if we use directly in style.css
- Trouble with adding preloader to my home page index.html and index.js
- How to change in css with a custom theme?
- Wesbite super slow on iphone / very fast on desktop with same connection on wifi
- adding a favicon to site2 – site1/site2/favicon.ico
- WordPress crop image not working [closed]
- How can a left and right margin be added to the admin bar without access to “…wp-includes/admin-bar.php”?
- How to implement styling of div in the front end using plugin admin meta box settings?
- Browser stacks different versions of style.css
- Is it possible to make invisible a div only on certain pages using CSS?
- CSS messes up when CACHE is cleared
- Twenty Fourteen Theme – Moving left sidebar to the right
- What CSS selectors to know for WordPress? [closed]
- MY CSS FILE IS MISBEHAVING. IS NOT WORKING WELL ON MY WP SITE [closed]
- Image is very blurry
- Narrow paragraph block aligned to left of “wrapper”
- Transparent Overlay for Gravity Forms Ajax Spinner
- Remove the main title, but only from the main page
- aos properties ‘invalid’ and not recognised when included as a css class [closed]
- ACF Extended : Disable styles in front [closed]
- How to avoid problems caused by new block-library default CSS rules (wp 6.1.1)