- Posts: 6
- Thank you received: 0
CSS Styles lost in SEO-Search Engine Frienfly
-
charlie777pt
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago - 13 years 10 months ago #5994
by charlie777pt
CSS Styles lost in SEO-Search Engine Frienfly was created by charlie777pt
Hi I bought to other templates with virtuemart in other supplier but they do not work and make css styles disappear when SEO Settings - Search Engine Friendly URLs is set to YES
The same is happening in Furniture Template, and I decided to buy this one because I read in the features that this one was compatible
Any clue?
url: www.lune1.l4pt.com
The same is happening in Furniture Template, and I decided to buy this one because I read in the features that this one was compatible
Any clue?
url: www.lune1.l4pt.com
Last edit: 13 years 10 months ago by charlie777pt. Reason: putting link to site
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5995
by ivan.milic
Replied by ivan.milic on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Hi,
Try this
Go to Extensions->Template Manager-> Hot Furniture -> Edit HTML
and at begging locate this:
defined( '_JEXEC' ) or die( 'Restricted access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
$template_path = $this->baseurl.'/templates/'.$this->template;
then replace the red line with this:
$template_path = str_replace('/index.php','',strtolower($this->baseurl)).'/templates/'.$this->template;
Try this
Go to Extensions->Template Manager-> Hot Furniture -> Edit HTML
and at begging locate this:
defined( '_JEXEC' ) or die( 'Restricted access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
$template_path = $this->baseurl.'/templates/'.$this->template;
then replace the red line with this:
$template_path = str_replace('/index.php','',strtolower($this->baseurl)).'/templates/'.$this->template;
Please Log in to join the conversation.
-
charlie777pt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #5998
by charlie777pt
Replied by charlie777pt on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Hi
Thanks a lot for your help
You can check on the site at www.lune1.l4pt.com when i put the line in index.php , but if you start using the menus in the url you will see that /index.php/index.php/index.php/ grows up in the url until it goes 404 ..
Plus I loose icons and images in the top of the page
I ll leave SEO Settings Search Engine Friendly URLs set to Yes and index.php with the suggested change
I can give you access to the site if you need
Cheers
Carlos
Thanks a lot for your help
You can check on the site at www.lune1.l4pt.com when i put the line in index.php , but if you start using the menus in the url you will see that /index.php/index.php/index.php/ grows up in the url until it goes 404 ..
Plus I loose icons and images in the top of the page
I ll leave SEO Settings Search Engine Friendly URLs set to Yes and index.php with the suggested change
I can give you access to the site if you need
Cheers
Carlos
Last edit: 13 years 10 months ago by charlie777pt. Reason: My Mistake
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #6003
by ivan.milic
Replied by ivan.milic on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
That would be good. Send me your log in using "Report to moderator"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #6013
by ivan.milic
Replied by ivan.milic on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
I think your problem is in dot in your site name: http://www.lune1.l4pt.com
If this is test location then you will have no problem when you move site to its permanent location.
If this is test location then you will have no problem when you move site to its permanent location.
The following user(s) said Thank You: charlie777pt
Please Log in to join the conversation.
-
charlie777pt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 10 months ago #6020
by charlie777pt
Replied by charlie777pt on topic Re: CSS Styles lost in SEO-Search Engine Frienfly
Thanks a lot
Im going to change it to a xxx.com to check
I ll be back to tell the result
Cheers
Im going to change it to a xxx.com to check
I ll be back to tell the result
Cheers
Please Log in to join the conversation.
Time to create page: 0.164 seconds