Questions tagged [css]

Cascading Style Sheet

This is used to define a layout. It is made to separate content and presentation.

73 questions
0
votes
2 answers

Wordpress website suddenly receiving a 403 when trying to load critical files (CSS/JS)

Out of the blue my Wordpress website has stopped loading properly. I've checked the console and it is full of lines similar to this: GET https://teachifyapp.com/wp-content/cache/wpfc-minified/jr2pizz7/63j5f.css net::ERR_ABORTED 403 Can somebody…
0
votes
1 answer

Nagios3: Different CRITICAL color for certain host groups

My colleagues want a new host group to have more visibility and want the Critical status to be different color. This is defined in nagios3/stylesheets/status.css as statusBGCRITICAL but as I can't seem to modify status.cgi I don't know where to put…
Recct
  • 370
  • 1
  • 3
  • 22
0
votes
0 answers

Was My Wordpress Site Hacked?

I just checked my WordPress site (Wherehouse MKE) and there is this bar that runs across the top of the page and when you click anywhere on the site it wants to open a spam page. Lucky the functionality of the site does not seem to be too…
Max Kulik
  • 228
  • 2
  • 3
  • 10
0
votes
1 answer

Whitelisting google fonts apis on my firewall

I've got a machine behind a firewall (fortigate) that is only supposed to access a certain url, so, we whitelisted that url on the firewall and also the google dns servers: Every other traffic is forbidden. The problem is that said page has some css…
RedNano
  • 333
  • 1
  • 7
  • 10
0
votes
1 answer

web page linked JS and CSS files download as Chinese characters

This is a weird one. I have devised a minimal web page http://localhost/Default.htm on a Windows 10 IIS server that demonstrates the error.
nsharrok
  • 1
  • 1
0
votes
1 answer

Firewall get slow download some CSS and JS files

Our company website is hosted on our infrastructure and external user can access it OK. However, when I try to access from our intranet, some CSS and JS files always take exactly 2 minutes to download, blocking site load until completely download,…
0
votes
0 answers

Tomcat 8.5.15 not loading static resources

I have upgraded my local tomcat from version 8.0.36 to 8.5.15. I have a project that has static resources (css, js and vm) inside a project in an Eclipse workspace, linked in the pom profile properties of the main project with the tags …
0
votes
1 answer

Nginx Cache status Miss even after adding caching

I am new to caching on nginx. I have been trying to set caching on server but X-Cache-Status is giving a MISS even after adding configurations for css/js/and images. This is leading to high load time and slow speed even on low traffic. Any idea what…
prit kalra
  • 101
  • 1
0
votes
2 answers

generated .css file in nginx

I developed on an apache, now I need to deploy on ngix and I ran into some difficulties. Because inline-styles are disabled in my project (with cakephp) and there are some colours defined in the database, I made the RsrcController generating the css…
0
votes
2 answers

modrewrite for css / jss minified

I have a web site hosted in a CentOS 5-Plesk-Apache server. I have recently added a second site to the server for serve dynamic content. I have established rewrite rules for images (static content) that works pretty well. The module rewrites the…
jab
  • 51
  • 4
0
votes
1 answer

Wordpress theme not displaying properly, problem with .htaccess?

I hope this is the right forum for my question. I installed WordPress on the free host x10hosting, and everything seems to work fine except when I try to install a custom theme. The theme is not displaying properly at all, and I assume the css is…
domenic
0
votes
1 answer

How to correct the MIME type from being recognized as text/x-asm to text/css?

The styles.css file is not loading on my web page, and I am hosting on Amazon S3. It appears that my styles.css file is being recognized as text/x-asm instead of text/css as stated in my index.html file:
modulitos
  • 335
  • 1
  • 3
  • 16
0
votes
1 answer

Compress with Gzip or Deflate my CSS & JS files

i ve a fashion website & using wordpress. I want to Compress or Gzip or Deflate my CSS & JS files. i have tried many codes with .htaccess to compress but not working. Would any body help me please? My phpinfo is…
muhammad usman
  • 103
  • 1
  • 1
  • 3
0
votes
1 answer

How to find where a Cisco CSS VIP is pointing to?

I'm wondering if there's a way to find out where a Cisco CSS VIP is pointing to without access to the Cisco switch? Let's say VIP 192.168.1.10:80 can be possibly pointing to ServerA:10000 or ServerB:1000. How can I find which of the two servers I'm…
0
votes
2 answers

Wrong mime-type for css and js files

I am new to Apache. I have almost no knowledge of apache. I am using apache 2.2.11. I have one css file and multiple .js files which i am uploading to a remote storage with a php page(PHP - 5.2.8). When i am using function mime_content_type to get…
Ruchit Rami
  • 333
  • 1
  • 8
  • 15