Forums / Templates, Stylesheets, Page Layout / A few General Questions

A few General Questions

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
11 Dec 2006, 11:08
#1
viss avatar

viss

New Zenner

Join Date:
Jun 2006
Posts:
38
Plugin Contributions:
0

A few General Questions

Hi Guys,

Zencart has laid on my server for the last 6 months as I continued strugling with Cube Cart :yuck: I have now had enough and my business is suffering from it and now is the time to migrate 550 products from CC to ZEN :blink:

I have a couple of questions that I hope people can help me with

Looking at my site Here you can see that somehow when I transfered the template from the old version (I think it was 1.3.0 to 1.3.6) I some how have got my boxes screwed they appear to be doubled up on top of each other, Im using the purple shades theme.

Secondly I have created a new privacy statement in Tools/Define Pages Editor in the admin section and it has uploaded but its not displaying when you click the link in the create new account section. Ive checked the file located at /includes/languages/english/html_includes and its there 6k's big but for some reason its not displaying.

Any help is appreciated and im sure ill be back with more questions as the migration progresses.

Cheers Richard :blush:
11 Dec 2006, 19:48
#2
phid avatar

phid

Totally Zenned

Join Date:
Nov 2005
Posts:
696
Plugin Contributions:
0

Re: A few General Questions

If you switch to the default template, does the box-in-a-box effect go away?

As for your privacy statement, are you using the override folder? Basically this would be the includes/languages/english/html_includes/YOUR_TEMPLATE/define_privacy.php file, rather than the includes/languages/english/html_includes/define_privacy.php file. Also, what are the permission set to on the file?
11 Dec 2006, 23:25
#3
viss avatar

viss

New Zenner

Join Date:
Jun 2006
Posts:
38
Plugin Contributions:
0

Re: A few General Questions

Hi Phid,

Ok I swithced templates to the default and no issues with the boxes, so I will need to try and figure out why I have the double boxes there.

And as for the privacy.php file it is residing in

includes/languages/english/html_includes/define_privacy.php

I dont have a folder for my template in

includes/languages/english/html_includes/YOUR_TEMPLATE/define_privacy.php

I created a folder in there called purple shades and copied the privacy.php in there and tried again and it still didnt show.

and the permissions on the file are 0664

Cheers
19 Dec 2007, 12:49
#4
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Posts:
1,281
Plugin Contributions:
4

Re: A few General Questions

viss:


I have a couple of questions that I hope people can help me with

Looking at my site Here you can see that somehow when I transfered the template from the old version (I think it was 1.3.0 to 1.3.6) I some how have got my boxes screwed they appear to be doubled up on top of each other, Im using the purple shades theme.


Looking at your site your boxes <tr> references a style called whatsNew-content. Within the cell your <div> references a style called whatsNewContent. Both these styles reference a .sideboxContent style which has the border elements defined in it- This is why you are getting the double boxes.