cancel
Showing results for 
Search instead for 
Did you mean: 

Question about css URL

Question about css URL

Hello Friends,

1.9.3.3
I have a question about a css URL. This is wrong and I would like to change it.
......
<link type = "text / css" rel = "stylesheet" href = "https: //****/skin//frontend/default/jm_crafts/wavethemes/jmbasetheme/profiles/default/default.css.php" / > </ head>

Here are / skin 2 times "slash" and one of them should be gone.

Where can I change this? Where can I find these?

thank you for your help.

10 REPLIES 10

Re: Question about css URL

Hi @marx,

 

Can you share your URL configuration?

Área de trabajo 1_004.png

 

 

 

Re: Question about css URL

Hi Damian,

 

here my setting:

 

test.jpg

Thank you

 

Re: Question about css URL

Hi @marx,

 

Since those settings looks fine, my last idea is related with your vhost configuration (a long time ago I've got a similar issue and the problem was related with my vhost configuration, but I don't remember the full story).

I don't think it will be different but what's happening when you try the RWD theme? (I don't think the custom theme is the problem here but just to be sure)

Re: Question about css URL

Hi Damian

if I used modern theme the link does not appear at all.

Maybe an idea?

Thank you

Re: Question about css URL

Hi @marx,


Can you check this that file again?

 

https: //****/skin//frontend/default/jm_crafts/wavethemes/jmbasetheme/profiles/default/default.css.php

 

Is strange (now I've noticed) that the file is PHP instead of CSS. It seems is a file added by that theme.

Re: Question about css URL

Hi Damian

what should I control exactly?
here the complete line from the source text
:

 

<link type="text/css" rel="stylesheet" href="http://***.com/skin/frontend/default/default/wavethemes/jmbasetheme/css/settings.css.php?profile=default" /><link type="text/css" rel="stylesheet" href="http://***.com/skin//frontend/default/jm_crafts/wavethemes/jmbasetheme/profiles/default/default.css.php" /></head>

 

Thank you

Re: Question about css URL

Hi @marx,

 

First, check why that file is .PHP and also if the file is from the theme for real.

Second, your theme is adding that line on layout. I guess your problem with the double / is into the theme layout/header.

Re: Question about css URL

Hi Damian

I think that it comes from my Theme and am also of the opinion that the double / comes from there.

I do not know where I can find it exactly and then delete it.

Thank you

Re: Question about css URL

Hi @marx,

 

The screenshot is form base/default theme, but you should look for something similar into your theme:

 

head.phtmlhead.phtml

Maybe some layout file is adding the css files so you should check the layout files too.