Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Are you saving it in your template folder???
includes/templates/Posh_by_Trois_Soeurs/common/tpl_main_page.php
Ok Ok you win :wink: I saved it in
includes/templates/Posh_by_Trois_Soeurs/templates/tpl_main_page.php
because it was and is all messed up in /common/ but I guess I've ust gotta work at it some more and at least now it shows that it exists. http://oneposhshop.com/shop
Thanks for all your help I'm hopefull that maybe I'll be able to figure this thing out one day.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
At one point it seemed to be working (around 11 am today), cause I clicked on
http://axlesforless.com/index.php
and it went to
http://www.axlesforless.com/index.php
Ah, sorry, I made an error, it should be like this (of course replace yoursite with Your Site. :-)):
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
I just changed it to the above and now it won't open properly in IE :(
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
HelpMeSell
I just changed it to the above and now it won't open properly in IE :(
What's IE doing? What version? I just tested in IE7 and its working.
Now also add back that .htc line in the .htaccess for IE versions earlier than IE7.
ETA: Ah, I see your base href for the site is http://axlesforless.com instead of http://www.axlesforless.com. I forget where that's adjusted... in the config files, perhaps?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
What's IE doing? What version? I just tested in IE7 and its working.
Now also add back that .htc line in the .htaccess for IE versions earlier than IE7.
ETA: Ah, I see your base href for the site is
http://axlesforless.com instead of
http://www.axlesforless.com. I forget where that's adjusted... in the config files, perhaps?
Its IE6 which i am using...I added the .htc line it loads up fine but I still get the same error about accessing csshover.htc
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
HelpMeSell
Its IE6 which i am using...I added the .htc line it loads up fine but I still get the same error about accessing csshover.htc
I think its because of the base href issue I mentioned in my previous post:
<base href="http://axlesforless.com/" />
Re: Apple Zen Template Support Thread
Jade, I am getting errors in IE7 and am wondering if it is due to the template. Can you take a look and let me what IE is blipping at me about? Thanks! Amy
http://www.doodlebuckets.com/store/
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Jade, I am getting errors in IE7 and am wondering if it is due to the template. Can you take a look and let me what IE is blipping at me about? Thanks! Amy
http://www.doodlebuckets.com/store/
That's probably due to the IH2 (Image Handler) mod that you're using. I believe this is the correct fix for that issue:
http://www.zen-cart.com/forum/showpo...4&postcount=24
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I think its because of the base href issue I mentioned in my previous post:
<base href="http://axlesforless.com/" />
OK I just added www to the config.php lines below and it seems to work now
Quote:
define('HTTP_SERVER', 'http://www.axlesforless.com');
define('HTTPS_SERVER', 'https://www.axlesforless.com');
Thanks for all the help!!! :clap:
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
HelpMeSell
OK I just added www to the config.php lines below and it seems to work now
Thanks for all the help!!! :clap:
OK I have a slight problem
After adding the lines to .htaccess I can't login to the zencart admin :huh: (the page comes up I enter the login/pw and nothing happens)
After I remove the lines it works :unsure:
Quote:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^axlesforless.com$ [NC]
RewriteRule ^(.*)$ http://www.axlesforless.com/$1 [R=301,L]
AddType text/x-component .htc
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
HelpMeSell
OK I have a slight problem
After adding the lines to .htaccess I can't login to the zencart admin :huh: (the page comes up I enter the login/pw and nothing happens)
After I remove the lines it works :unsure:
Are you now going to:
http://www.axlesforless.com/admin
don't go to
http://axlesforless.com/admin