Questions tagged [css]
Cascading Style Sheet
72 questions
0
votes
0
answers
66
views
Don't serve HTML elements based on their CSS
Apache webserver.
I don't want to customize the content management system (MediaWiki) but I do wish to not serve some of its HTML elements, via the webserver, based on their CSS selector (ID/Class).
...
0
votes
0
answers
122
views
Make webserver to prevent parsing of certain HTML elements
MediaWiki content management system creates many links which their webpages I want not to be discovered by search engine crawlers.
It's not only that I don't want them indexed and more so not only ...
0
votes
1
answer
277
views
After I ran certbot browsers cannot access css file
After I ran certbot --nginx browsers cannot access css of my website.
style.css is located in ./styles of root of my site.
The error is Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID style....
0
votes
0
answers
880
views
Apache2 Reverse Proxy messes up CSS
I have a problem that when I use an SSL reverse proxy from site1 to site2, it works quite well except for the peculiar fact that all images are of the incorrect height. Everything else seems to be in ...
0
votes
1
answer
2k
views
NGINX+wordpress: CSS being served but not applied
Cheers fellow stackers,
I kinda have to get wordpress running in a self hosted nginx environment.
More or less exactly using the suggested config from NGINX wordpress doc.
server {
listen 443 ssl;
...
1
vote
1
answer
3k
views
AWS Cloudfront CORS trouble with font files
I have a Javascript application that is delivered to the browser from a CloudFront endpoint. All static files of the application are hosted in an S3 bucket. That involves a whole bunch of javascript ...
0
votes
1
answer
936
views
How to point static folder in Nginx for a Django application
I have deployed a simple Django application in the AWS server and created a config file in the Nginx as follows. But its static files are not detecting.
Location of my static folder location: /path/...
2
votes
0
answers
558
views
How do I get IIS UrlRewrite to handle CSS-delivered woff files appropriately?
Context: Azure; Windows Server 2012; IIS 8
First up, here's the (redacted) web.config for reference
<rewrite>
<rules>
<rule name="...
0
votes
2
answers
362
views
SSL on new site: mixed content
I’ve just managed to set up my first site running from a home Ubuntu server. I successfully acquired an SSL certificate and it works, for the most part. One page on my site keeps displaying ...
0
votes
1
answer
734
views
website not loading the updated css files
I have been using cloudflare for almost all of my projects and i've been trying to set it up for my new project but there is a really strange problem i'm facing.
so when i update .css files from the ...
0
votes
2
answers
535
views
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/...
0
votes
1
answer
133
views
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 ...
0
votes
0
answers
62
views
Was My Wordpress Site Hacked? [duplicate]
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 ...
3
votes
1
answer
720
views
Firefox periodically doesn't download CSS files from nginx server over HTTP2 with SSL
When I use Firefox to access one of my sites with a lot of CSS files, periodically, not all the CSS files are downloaded
Looking in the Developer Control Panel in Firefox (F12), I see that, when the ...
0
votes
1
answer
3k
views
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 ...
-1
votes
1
answer
45
views
Unknown site using jquery and css file but include my site path [closed]
This is my site URL - https://www.thecodedeveloper.com
But this Unknown site http://newnuk.com/dialio/Web_doctor/viewinfo/139
means i am not owner of this site
But once i view source this page ...
0
votes
1
answer
1k
views
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.
<!DOCTYPE html>
<html>
<head>
<...
1
vote
1
answer
5k
views
Nginx not applying CSS file
I'm using the dynamic module 'fancyindex' on Nginx and am attempting to load an external css file into these fancyindex 'ed pages. The following is the config file in my sites-available directory :
...
0
votes
1
answer
1k
views
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 ...
-1
votes
1
answer
2k
views
Re-uploaded my website but it's still loading old css files
I have VPS running Ubuntu 16.0.4 with Apache. I have a website uploaded there and I wanted to make a few changes to my css. Re-uploaded my CSS file but the website still uses the old one.
Here is ...
0
votes
0
answers
8k
views
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 ...
4
votes
1
answer
6k
views
Nginx proxy_pass to wordpress docker container
Hi guys sorry if I'm making a elementary mistake but I am really lost here.
I have set up my Ubuntu 16.04 server is Nginx(Not in a docker container, running on host machine) and wordpress(In a docker ...
0
votes
1
answer
1k
views
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 ...
1
vote
1
answer
3k
views
nginx can only serve static files from subdirectories, not the website root (500 errors)
I'm not using any frameworks or anything. I'm trying to place my style.css in the same directory as the index.html (which loads fine), but it throws a 500 error when I try to access it. So https://...
1
vote
1
answer
130
views
MediaWiki foreground not rendering tabs in content section
We are having issues getting the foreground or foundation skins in MediaWiki to render any tabs in the content section of our pages. This site is a demo, hosted on GoDaddy, but we have also tried ...
0
votes
2
answers
527
views
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 ...
-1
votes
1
answer
157
views
Is this possible: Use css from other virtual host?
Say I have a website at /var/www/Electrician
and I have a website at /var/www/Restaurant
If these websites use separate host files can I use the same CSS to reduce space?
If I am not mistaken I ...
1
vote
1
answer
12k
views
Nginx won't load css/js/images when redirecting
I need to redirect my page to a maintenance page when I get errors 50x. It does redirect, except it won't load css, js or images. The error log is clean and the access log doesn't show any problem.
...
4
votes
2
answers
2k
views
MediaWiki not displaying style -- "Internal error"
I just upgraded a MediaWiki installation from version 1.25.x to 1.26.1, but now the styling information is not displaying. Hence, the page displays all text-like without the links column at the left. ...
3
votes
0
answers
2k
views
Spring Boot 1.2.7, Tomcat, CSS and Thymeleaf = Very Very slow service
I have a Spring Boot 1.2.7.RELEASE web application (with Tomcat embedded) which needs to handle a very high load spike, ~ 10k connections in 4 to 5 minutes on one server (there is actually a cluster ...
1
vote
1
answer
3k
views
Nginx not displaying CSS, PNG & SVG
I have been looking through the hundreds of questions about this for a couple of hours now, but I haven't been able to find a single one that's the exact same as mine.
Up until a week ago, all sites I'...
3
votes
0
answers
1k
views
php generated css no output, net::ERR_INCOMPLETE_CHUNKED_ENCODING
I am running apache on an ubuntu installation.
Several webapps are running on the same server.
I installed a new app, which required the pdo-sqlite extension to be installed.
Now my server is ...
1
vote
0
answers
448
views
Apache2 "RequireAny Granted" not functioning properly
I have a bit of an issue that I am very stumped on. I have a webpage on a CentOS 7 server running Apache. This page is on a virtual host file so that when ever I browse to htp://servername or IP I ...
2
votes
2
answers
2k
views
After loading a certain number of javascript/css files, the files are taking too long to load
I have a problem where on page load (after a certain number of .js or .css files) the files are taking way too long to load. At first I thought that the issue must be inside the .js files, but later I ...
-2
votes
1
answer
2k
views
Nginx CSS Caching [duplicate]
I've been trying to fix this for a while, but I haven't been able to find a solution.
Some notes about my setup:
I am not using VirtualBox
I am running Nginx 1.4.6 Ubuntu
The CSS's cache will not ...
0
votes
1
answer
3k
views
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 ...
-5
votes
1
answer
102
views
How to update SASS for the whole of a VPS automatically? [closed]
I have a VPS with SASS, and I have configured it correctly.
I have multiple users on my server, and they don't have SSL access to the server.
Some of them use SASS, and I don't want to have to ...
0
votes
1
answer
13k
views
Compress with Gzip or Deflate my CSS & JS files [closed]
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 ...
1
vote
0
answers
204
views
http mod deflate compression works on some but not all CSS files?
I'm trying to get mod deflate and gzip setup on my server. It's all working swimmingly but it does not appear be be catching all files. It's not that it is missing ALL javascript or ALL CSS. It ...
-3
votes
2
answers
360
views
Can I use a .py file as a stylesheet for html5 [closed]
I have python generating my stylesheets in my html4 site (random background). Now I'm wanting to convert to html5 and I'm wondering if I can use a .py file in my css link <link rel = "stylesheet" ...
0
votes
1
answer
440
views
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:...
1
vote
2
answers
2k
views
Stylesheets not loading in mediawiki
I'm trying to set up an internal mediawiki site with version 1.19 on RHEL 6.2 with Apache. On loading any wiki page, Mozilla reports
Error: The stylesheet http_and_ipaddress/mediawiki/load.php?...
3
votes
2
answers
16k
views
Can't gzip some JS and CSS files
I am optimizing a magento store, and some JS and CSS (compiled and minified in a MEDIA folder) aren't being served gziped as they should.
All pages are gziped (ex. this HTML page) but some content ...
1
vote
2
answers
4k
views
nginx gzip did not work on php js and css processors
I have a assets manager for process css and js via php. i'm using nginx and php5-fpm for load my application. but returned css and js files not gziped.
for example my url is
http://mysite.com/...
0
votes
2
answers
3k
views
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). ...
3
votes
2
answers
4k
views
Server reporting incorrect mime type for css files
We have a VPS server that we host our websites on. I have written a CMS using CodeIgniter. On one of the interfaces, I am attempting to upload a css file to the system. This worked correctly when we ...
0
votes
2
answers
3k
views
nginx probably deliering wrong filetype for .css file with php tags
And again - NGINX is giving me many Questions today :)
Like always, I already tried around for a while, but cant seem to fix this issue:
I just configured NGINX to handle my .css files equal to my ....
-9
votes
1
answer
345
views
Is there another database server software for PHP other than MySQL? [closed]
Is are there another database server software for PHP other than MySQL?
Does it run on Linux?
Does it work with Apache?
(No MySQL, can't get it working on ubuntu.)
1
vote
1
answer
1k
views
Apply custom IE8 CSS via Group Policy
I have an internal website that I need to strip some components via CSS only for specific users (kiosk users). Is there a way I can apply the CSS file via group policy my kiosk OU?
The kiosks connect ...
0
votes
1
answer
1k
views
Site not picking up CSS styles when LIVE
I am using ASP.NET 3.5.
For some reason when I apply CSS to my controls on my plain form it shows in Visual Studio and it does work fine.
But for some reason when I make my site LIVE none of the ...