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

Glacial Age Template Support Thread

Views: 70,761

Results 121 to 140 of 392
3 Dec 2009, 7:29 PM
#121
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Glacial Age Template Support Thread

I managed to get most of the issues I had resolved resolved, there's there this one that I'm having trouble figuring out. Some of my products are "missing" meaning I can go to some of the pages, it shows the page name, but there's nothing there except a blank section and no right sidebar (gotten the right side bar to work everywhere else so this isn't really the concern), but shows everything else in the template. It's not all pages, but just some. So I'm not sure why it would do that. Any ideas?

3 Dec 2009, 8:05 PM
#122
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

Ayperi:

I managed to get most of the issues I had resolved resolved, there's there this one that I'm having trouble figuring out. Some of my products are "missing" meaning I can go to some of the pages, it shows the page name, but there's nothing there except a blank section and no right sidebar (gotten the right side bar to work everywhere else so this isn't really the concern), but shows everything else in the template. It's not all pages, but just some. So I'm not sure why it would do that. Any ideas?

not without see your actual site. (URL Please?)

3 Dec 2009, 10:47 PM
#123
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Sorry about that. Had to go back and take off of maintanance mode for ya. The link is http://www.lunarberry.com/store
again it not on all product pages and I'm using Firefox. It seem to be on almost all but some of my digital products.
Posted via Mobile Device

3 Dec 2009, 11:11 PM
#124
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

Ayperi:

Sorry about that. Had to go back and take off of maintanance mode for ya. The link is http://www.lunarberry.com/store
again it not on all product pages and I'm using Firefox. It seem to be on almost all but some of my digital products.
Posted via Mobile Device

download and install the debug error logging utility

check what the error message says when you go to one of your blank pages.

4 Dec 2009, 3:48 AM
#125
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

it says:
[03-Dec-2009 20:42:42] PHP Parse error: syntax error, unexpected $end in *"removed"*html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 478
But that line only has a </div> and I tried removing it and it doesn't work. Otherwise, this is the code along that whole area that below another code..

<br class="clearBoth" /> </div>

Btw, nice debugger :) Just gotta figure out what I'm suppose to do to fix the issue lol

4 Dec 2009, 4:11 AM
#126
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

Ayperi:

it says:
[03-Dec-2009 20:42:42] PHP Parse error: syntax error, unexpected $end in *"removed"*html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 478
But that line only has a </div> and I tried removing it and it doesn't work. Otherwise, this is the code along that whole area that below another code..

<br class="clearBoth" /> </div>

Btw, nice debugger :) Just gotta figure out what I'm suppose to do to fix the issue lol

What kind of edits did you make to this file?

4 Dec 2009, 4:40 AM
#127
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

Ayperi:

it says:
[03-Dec-2009 20:42:42] PHP Parse error: syntax error, unexpected $end in *"removed"*html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 478
But that line only has a </div> and I tried removing it and it doesn't work. Otherwise, this is the code along that whole area that below another code..

<br class="clearBoth" /> </div>

Btw, nice debugger :) Just gotta figure out what I'm suppose to do to fix the issue lol

clydejones:

What kind of edits did you make to this file?

since the default file only contains 269 lines of code this means that you must have edited something in another file that is probably causing this error.

4 Dec 2009, 4:56 AM
#128
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

clydejones:

What kind of edits did you make to this file?

Well I gotta admit, they way I did this template is sort of converging or "overlapping" differences from a previous template called "lavender", to save time on having to reinstall mods since I found the mods were only in connection to that template. A bit after posting previously I figure to go over the files with winmerge with the current file that shown the error and the file that came with the template and did a comparison with winmerge and spotted the differences, and actually managed to fix it to some degree, now the product info shows but no right sidebar for those error pages lol ><;;;
so here's the new bugerror report, using the same debugger you suggested
"[03-Dec-2009 21:48:32] PHP Warning: require(includes/templates/template_default/templates/tpl_modules_xsell_products.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in **html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 460
[03-Dec-2009 21:48:32] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_modules_xsell_products.php' (include_path='.:/usr/local/php5/lib/php') in **html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 460"

So it now looks as if there's more files in connection to the issue (like you've mentioned), but here's the file, you'll still find some differences if ya use the winmerge, but I dare not mess with it further since most of the difference is including mod codes that I am trying to keep. I hope this helps ^^;; let me know if you need to look at the site as I've gotten my store back on maintenance. I've tried looking for this other file, but I can't seem to locate it at this time X.x;;

4 Dec 2009, 5:40 AM
#129
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

Ayperi:

Well I gotta admit, they way I did this template is sort of converging or "overlapping" differences from a previous template called "lavender", to save time on having to reinstall mods since I found the mods were only in connection to that template. A bit after posting previously I figure to go over the files with winmerge with the current file that shown the error and the file that came with the template and did a comparison with winmerge and spotted the differences, and actually managed to fix it to some degree, now the product info shows but no right sidebar for those error pages lol ><;;;
so here's the new bugerror report, using the same debugger you suggested
"[03-Dec-2009 21:48:32] PHP Warning: require(includes/templates/template_default/templates/tpl_modules_xsell_products.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in **html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 460
[03-Dec-2009 21:48:32] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_modules_xsell_products.php' (include_path='.:/usr/local/php5/lib/php') in **html/store/includes/templates/LunarBerry/templates/tpl_product_info_display.php on line 460"

So it now looks as if there's more files in connection to the issue (like you've mentioned), but here's the file, you'll still find some differences if ya use the winmerge, but I dare not mess with it further since most of the difference is including mod codes that I am trying to keep. I hope this helps ^^;; let me know if you need to look at the site as I've gotten my store back on maintenance. I've tried looking for this other file, but I can't seem to locate it at this time X.x;;

Evidently you have a cross sell mod installed but for some reason the function for that mod is missing.

check and make sure that tpl__modules_xsell_products.php is included in your current templates folder. (/includes/templates/LunarBerry/templates)

6 Dec 2009, 1:54 AM
#130
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Sorry for a delayed response. I've got to trying to check for this file in the regular/default template since it points there (as it's not in my override files) and found that it doesn't exist, not even in the "clean" original files. I've actually seen a few codes like this that points to some file that doesn't exist, like I found a small thing for a wishlist file for example, can't remember where I think it was in configure, index, or one of the main files. I'm guessing these codes are there as an option should I somehow manage to create such features.
This is the information at that line on the file:

<!-- BOF: Cross-Sell information -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
  require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!-- EOF: Cross-Sell information -->

I'm not even sure what cross selling is or is meant to be in this case lol But either way, I decided to delete this whole line and that fixed my issue, so now everything is showing up correctly as I want it to. Again, I just love how this template looks and the color scheme is great with what I usually use, thanks for making this :D

6 Dec 2009, 2:12 AM
#131
ayperi avatar

ayperi

New Zenner

Join Date:
Dec 2008
Posts:
29
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Ack, lol I spoke too soon and realized I got myself into another problem. Those pages looked right until I notice that the product information is shown twice, I've taken it off maintenance, so you can look at it. I'm not sure why it's effecting certain products, cause again, it's not on all of them. I'm wondering if it has to do with the way some of them are set up that caused the glitch, but either way, this is a new stump ^^; Oh and I did try using the debugger, and it's not showing me anything so I'm guessing it's no longer an issue with that other file that cause the previous problems.

6 Dec 2009, 2:24 AM
#132
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

Ayperi:

Ack, lol I spoke too soon and realized I got myself into another problem. Those pages looked right until I notice that the product information is shown twice, I've taken it off maintenance, so you can look at it. I'm not sure why it's effecting certain products, cause again, it's not on all of them. I'm wondering if it has to do with the way some of them are set up that caused the glitch, but either way, this is a new stump ^^; Oh and I did try using the debugger, and it's not showing me anything so I'm guessing it's no longer an issue with that other file that cause the previous problems.

This doesn't appear to be specific to the template.

I'd check your product entries (that or upload a clean version of tpl_product_info_display.php)

6 Dec 2009, 5:50 AM
#133
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

I am having trouble with the footer width. It stays fixed while the rest of the site will adjust to window resizing. I have searched and tried a few adjustments but it still remains the same.

the site is:

http://cheaperthanthem.net/CTTShop/index.php

I have installed carts on other sites and made modifications so I am not totally "un-zenned".

Any help??

6 Dec 2009, 6:14 AM
#134
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

justme2:

I am having trouble with the footer width. It stays fixed while the rest of the site will adjust to window resizing. I have searched and tried a few adjustments but it still remains the same.

the site is:

http://cheaperthanthem.net/CTTShop/index.php

I have installed carts on other sites and made modifications so I am not totally "un-zenned".

Any help??

What part of the footer are you trying to adjust?

6 Dec 2009, 6:37 AM
#135
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

The overall footer width...It stays constant while the rest (header and main) will resize with the window width.

6 Dec 2009, 6:55 AM
#136
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

justme2:

The overall footer width...It stays constant while the rest (header and main) will resize with the window width.

open includes/templates/glacial_age/css/stylesheet.css

find and edit the following: try changing the width from 907px to a percentage say 95%

#footerWrapper {
margin: 0 auto;
padding: 0;
background: url(../images/bottom_header.gif) center center no-repeat;
height: 95px;
width: 907px;
}

6 Dec 2009, 6:55 AM
#137
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

justme2:

The overall footer width...It stays constant while the rest (header and main) will resize with the window width.
Forgot to mention I am using IE8. Didn't try it with others.

6 Dec 2009, 6:59 AM
#138
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

clydejones:

open includes/templates/glacial_age/css/stylesheet.css

find and edit the following: try changing the width from 907px to a percentage say 95%

#footerWrapper {
margin: 0 auto;
padding: 0;
background: url(../images/bottom_header.gif) center center no-repeat;
height: 95px;
width: 907px;
}

Tried that and it only widened the borders on the "home" link section of the footer. I currently have that setting active with this post.

6 Dec 2009, 7:28 AM
#139
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Figured it out:

bottom_header.gif is a fixed width and therefore will not widen along with the window resizing. So I can either remove the gif or set a fixed width of 907px to all the other wrappers.

8 Dec 2009, 10:14 PM
#140
justme2 avatar

justme2

New Zenner

Join Date:
Mar 2009
Posts:
12
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hyperlinks with Glacial Age???

Most hyperlinks will be of a different color but with this template they just look like regular text. Is there a place to turn them on or does it involve additional codeing?

http://cheaperthanthem.net/CTTShop/

on the main page I have added the text "HYPERLINK" which links back to the same page. Problem is it just looks like regular text unless you move your mouse over it then the cursor will change. Makes it hard for customers to find links.

Any help??