Zen Cart Logo
Forums / Addon Templates / Glacial Age Template Support Thread

Glacial Age Template Support Thread

Views: 70,747

Results 21 to 40 of 392
29 Sep 2008, 5:34 PM
#21
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Location:
EGYPT
Posts:
66
Plugin Contributions:
0

Glacial Age Template Support Thread

hi

after testining
I just remove ( includes/templates/glacial_age/templates/tpl_product_info_display.php)

and work fines.
now all my needs is done and I post this to say thank you again for template and for your helps.

bedt regards
Amir

29 Sep 2008, 6:03 PM
#22
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

soba:

hi

after testining
I just remove ( includes/templates/glacial_age/templates/tpl_product_info_display.php)

and work fines.
now all my needs is done and I post this to say thank you again for template and for your helps.

bedt regards
Amir

glad to help

13 Oct 2008, 7:30 PM
#23
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

I'm encountering a problem with logging in with this template.

If you are logged out clicking on the log in link......

New Customer? Create Account Returning Customers? Log In.

Diverts to the mysticmountainnaturals.com site.

How do I rectify this problem?

Thanks in advance,

Giles.

13 Oct 2008, 11:26 PM
#24
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

I'm encountering a problem with logging in with this template.

If you are logged out clicking on the log in link......

New Customer? Create Account Returning Customers? Log In.

Diverts to the mysticmountainnaturals.com site.

How do I rectify this problem?

Thanks in advance,

Giles.

URL for your site please

14 Oct 2008, 4:38 PM
#26
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

https://www.nsabaits.com/nsabaits_shop/

This should take care of the problem.

Just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

16 Oct 2008, 2:27 PM
#27
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Cheers Clyde I'll let you know how I get on :smile:

22 Oct 2008, 8:40 PM
#28
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

The patch worked perfect!

Sorry for the late update but the ZCart software crashed & I've had to do a re-install.

I now have another request :blink::blink::blink:

Is there any way to remove the postal information from the box at the bottom of the index page?

Best Regards,

22 Oct 2008, 11:11 PM
#29
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

The patch worked perfect!

Sorry for the late update but the ZCart software crashed & I've had to do a re-install.

I now have another request :blink::blink::blink:

Is there any way to remove the postal information from the box at the bottom of the index page?

Best Regards,

open includes/templates/glacial_age/common/tpl_footer.php

find the following section of code and delete the highlighted portion:

<div id="shopinfoBox">
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
</div>
28 Oct 2008, 6:52 PM
#30
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

just got round to doing some more tweaks and your last advice worked perfectly again.

As with all projects the deeper you get the more problems you encounter and the more subtle changes you want so here are another 2 :shocking:

  • How do you disable the footer
  • Which file and code do I need to modify to center my logo.gif image

Thanks in advance.

28 Oct 2008, 9:47 PM
#31
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

Hi Clyde,

just got round to doing some more tweaks and your last advice worked perfectly again.

As with all projects the deeper you get the more problems you encounter and the more subtle changes you want so here are another 2 :shocking:

  • How do you disable the footer
  • Which file and code do I need to modify to center my logo.gif image

Thanks in advance.

How do you disable the footer
open includes/templates/glacial_age/common/tpl_footer.php

find this section of code

require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));

immediately above that line of code add the following:

$flag_disable_footer = true;


*Which file and code do I need to modify to center my logo.gif *
www.zen-cart.com/tutorials/index.php?article=125

3 Nov 2008, 7:51 PM
#32
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

I've got all of my add ons complete and just started filling the categories with content. However due to the nature of the products up to 4 category levels are needed. What I have found is that with just 2 levels the categories box on the left has already started to wrap the text and make it difficult to read. Which files can I modify to increase the width of the categories box globally. Also is it possible to align the text when a word wrap occurs to keep all of the text in alignment with the arrows?

e.g.
Desired format

category 1

Sub Category(word wrap)

Continuation of sub category 1

Not

Category 1

Sub category(word wrap)

continuation of sub category 1

Thanks in advance.

3 Nov 2008, 8:44 PM
#33
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

Hi Clyde,

I've got all of my add ons complete and just started filling the categories with content. However due to the nature of the products up to 4 category levels are needed. What I have found is that with just 2 levels the categories box on the left has already started to wrap the text and make it difficult to read. Which files can I modify to increase the width of the categories box globally. Also is it possible to align the text when a word wrap occurs to keep all of the text in alignment with the arrows?

e.g.
Desired format

category 1

Sub Category(word wrap)

Continuation of sub category 1

Not

Category 1

Sub category(word wrap)

continuation of sub category 1

Thanks in advance.

One thing that could help would be to go to:

admin -> configuration -> layout settings
Categories Separator between the Category Name and Count
Categories Separator between the Category Name and Sub Categories

and delete the default settings for both.

You can set the width of the sideboxes globaly in:
admin -> configuration -> layout settings
Column Width - Left Boxes 150px
Column Width - Right Boxes 150px

Of course resetting the width of the sideboxes means that you will have to re-do the sidebox images to match whatever width you select. (these images are currently set to a width of 150px)

3 Nov 2008, 9:38 PM
#34
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

I've already changed the admin options previously. The px width only changes the main side box width. Your template is a table within a table so it does not resolve the problem. Also the word wrap issue is still there due to this.

Giles.

3 Nov 2008, 9:49 PM
#35
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

I've already changed the admin options previously. The px width only changes the main side box width. Your template is a table within a table so it does not resolve the problem. Also the word wrap issue is still there due to this.

Giles.

?????????

there are no tables in the sidebox columns nor the sideboxes

If you want to change the width of the sidebox column

admin -> configuration -> layout settings
**Column Width - Left
Column Width - Right
**

3 Nov 2008, 10:52 PM
#36
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

sorry Clyde maybe i'm confusing matters with the issue I have.

if I change the width of the left column it does not expand the width of the categories box to 100%

This is the left hand column at 500px. As you can see the categories box is not 100% width.

3 Nov 2008, 11:13 PM
#37
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

sorry Clyde maybe i'm confusing matters with the issue I have.

if I change the width of the left column it does not expand the width of the categories box to 100%

This is the left hand column at 500px. As you can see the categories box is not 100% width.

The boxes are confined to a width of 150px.

As I mentioned earlier if you want to make them wider you have to adjust them here:

admin -> configuration -> layout settings
Column Width - Left Boxes 150px
Column Width - Right Boxes 150px

You will also then have to redo the images that make up the sideboxes to whatever width you choose.

The boxes are not dependent on the width of the columns.
You can change the column width all you like but unless you change the width of the boxes they will remain set at 150px.

12 Nov 2008, 3:15 PM
#38
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

I've been looking at the template & through trial & error mainly have come up with errors. :oops:

Can you point me to the correct string of code to edit & in which file? Also is there a way to remove the "drop" line and underscore before sub category titles? The indent is fine but customers have mentioned that the categories seem jumbled & hard to read with the drop & underscore.

Regards,

Giles.

12 Nov 2008, 4:32 PM
#39
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

NSABaits:

Hi Clyde,

I've been looking at the template & through trial & error mainly have come up with errors. :oops:

Can you point me to the correct string of code to edit & in which file? Also is there a way to remove the "drop" line and underscore before sub category titles? The indent is fine but customers have mentioned that the categories seem jumbled & hard to read with the drop & underscore.

Regards,

Giles.

admin -> configuration -> layout settings

Categories Separator between the Category Name and Count
Categories Separator between the Category Name and Sub Categories

Edit these and delete the default information.

12 Nov 2008, 4:40 PM
#40
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Cheers Clyde,

that worked fine but i'm still struggling with which file & code to edit to expand the the categories box. You mentioned in your previous posts to alter the image width but I'm new to ZC and CSS so I've hit the proverbial wall with this one.

Giles.