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

Glacial Age Template Support Thread

Views: 70,761

Results 341 to 360 of 392
9 Oct 2010, 12:08 PM
#341
donostiarra123 avatar

donostiarra123

New Zenner

Join Date:
Nov 2008
Posts:
46
Plugin Contributions:
0

Glacial Age Template Support Thread

clydejones:

check your cache folder and check what the myDEBUG log files have to tell you.

Sorry.

In the folder "cache" can not find any files "myDEBUG"

I'm no expert on this, where I have to find that file?

Thanks for your help

9 Oct 2010, 1:58 PM
#342
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

donostiarra123:

Sorry.

In the folder "cache" can not find any files "myDEBUG"

I'm no expert on this, where I have to find that file?

Thanks for your help

As I said previously, without actually seeing your site, I can't really track down what the problem might be.

9 Oct 2010, 3:40 PM
#343
donostiarra123 avatar

donostiarra123

New Zenner

Join Date:
Nov 2008
Posts:
46
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

clydejones:

As I said previously, without actually seeing your site, I can't really track down what the problem might be.

Ok, I'll upload it to any domain, we notice here and I enclose the link.

Thank you very much and sorry for the trouble

22 Nov 2010, 8:16 PM
#344
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

Hi Clyde,

can you help with stylesheet.css to make a few tweaks to the template. I'm trying to acheive the same rounded boxes for the center box as you have with the sidebox content backgrounds. My current stylesheet has already been slightly modified but only as far as the colours go and adding a background image to my header to match my logo. I'm also trying to acheive this look by horizontally aligning the center box with the sidebox sidebox_header_bg.gif image.

Can this be achieved with the current stylesheet?

Best regards,

Giles.

I'm running your most recent release of the template & v.1.3.9h my test website can be found at https://www.a19bs.com/shop/

22 Nov 2010, 9:11 PM
#345
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,

can you help with stylesheet.css to make a few tweaks to the template. I'm trying to acheive the same rounded boxes for the center box as you have with the sidebox content backgrounds. My current stylesheet has already been slightly modified but only as far as the colours go and adding a background image to my header to match my logo. I'm also trying to acheive this look by horizontally aligning the center box with the sidebox sidebox_header_bg.gif image.

Can this be achieved with the current stylesheet?

Best regards,

Giles.

I'm running your most recent release of the template & v.1.3.9h my test website can be found at https://www.a19bs.com/shop/

easiest way:
open includes/templates/glacial_age/css/stylesheet.css

find the following declaration and add the highlighted portion.

#centerOuterBorder {
margin: 10px auto; /gives spacing at top and bottom/
padding: 15px 15px 15px 15px; /spacing between this and the mainWrapper/
background: #6c90dc;
/width: 850px;/
border:2px solid #6c90dc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;

}

22 Nov 2010, 10:22 PM
#346
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

Only works for non IE browsers due to it being CSS3. Any other ideas?

Giles.

22 Nov 2010, 10:58 PM
#347
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:

Only works for non IE browsers due to it being CSS3. Any other ideas?

Giles.

For pure simplicity and ease of implementation, I find it worth the inconvenience of losing the effect in just one browser.

there are many tutorials on implementing rounded corners available, just do a google search.

try this one ( http://www.spiffycorners.com/ )

or this one ( http://www.html.it/articoli/nifty/index.html )

26 Nov 2010, 4:34 PM
#348
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

Agreed in the end with you Clyde. Just added the CSS3 code and all is working well.

However I'm seeing another problem with the center box in ie8 and FF (havent checked other browsers yet).

Some items are falling outside of the center box. This can be seen best using this link.

http://www.a19bs.com/shop/index.php?main_page=page_2

It can also be seen at the following link where the buttons are outside of the light blue center box.

http://www.a19bs.com/shop/index.php?main_page=shippinginfo

Fault 2 only occurs in ie8 after the addition of the CSS3 code that you provided.

Do you have any ideas?

Cheers, Giles.

26 Nov 2010, 5:21 PM
#349
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

Ignore problem 1(link 1) i've managed to resolve that one.

26 Nov 2010, 5:40 PM
#350
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:

Agreed in the end with you Clyde. Just added the CSS3 code and all is working well.

However I'm seeing another problem with the center box in ie8 and FF (havent checked other browsers yet).

Some items are falling outside of the center box. This can be seen best using this link.

http://www.a19bs.com/shop/index.php?main_page=page_2

It can also be seen at the following link where the buttons are outside of the light blue center box.

http://www.a19bs.com/shop/index.php?main_page=shippinginfo

Fault 2 only occurs in ie8 after the addition of the CSS3 code that you provided.

Do you have any ideas?

Cheers, Giles.

Open the stylesheet.css and add the following

.clearfix:after {
clear: both;
content: '.';
display: block;
visibility: hidden;
height: 0;
}
.clearfix {display: inline-block;}

  • html .clearfix {height: 1%;}
    .clearfix {display: block;}

Open tpl_page_2_default.php find the following

<div id="pageTwoMainContent" class="content">

and replace with this

<div id="pageTwoMainContent" class="content clearfix">

open tpl_shippinginfo_default.php find the following

<div id="shippingInfoMainContent" class="content">

and replace with this

<div id="shippingInfoMainContent" class="content clearfix">
26 Nov 2010, 6:16 PM
#351
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

clydejones:

Open the stylesheet.css and add the following

.clearfix:after {
clear: both;
content: '.';
display: block;
visibility: hidden;
height: 0;
}
.clearfix {display: inline-block;}

  • html .clearfix {height: 1%;}
    .clearfix {display: block;}

Open tpl_page_2_default.php find the following

<div id="pageTwoMainContent" class="content"> ``` > > and replace with this > ``` <div id="pageTwoMainContent" class="content clearfix"> ``` > > open tpl_shippinginfo_default.php find the following > ``` <div id="shippingInfoMainContent" class="content"> ``` > and replace with this > ``` <div id="shippingInfoMainContent" class="content clearfix"> ```

Tried the above fix. I added the CSS code at the bottom of the glacial age/css/stylesheet.css

I added the edit to includes/templates/template_default/templates/tpl_page_2_default.php

I browsed to page_2 and the "BACK" button is still outside of the light blue area.

Do I need to move copies of the edited tpl files to the glacial age folders?

26 Nov 2010, 6:38 PM
#352
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:

Tried the above fix. I added the CSS code at the bottom of the glacial age/css/stylesheet.css

I added the edit to includes/templates/template_default/templates/tpl_page_2_default.php

I browsed to page_2 and the "BACK" button is still outside of the light blue area.

Do I need to move copies of the edited tpl files to the glacial age folders?

Make sure you clear your browser(s) cache

26 Nov 2010, 7:04 PM
#353
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

clydejones:

Make sure you clear your browser(s) cache

Still no joy.

I've also copied the fix accross into the privacy, site map & conditions of use tpl files making sure just to add the clearfix part of the code.

I'm seeing the fault is still there accross all pages in the information box so it's unlikely that i've screwed up on several tpl files. Also where would I add the code to the contact us and newsletter unsubscribe tpl files as the coding within them is different?

Giles.

26 Nov 2010, 8:21 PM
#354
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:

Still no joy.

I've also copied the fix accross into the privacy, site map & conditions of use tpl files making sure just to add the clearfix part of the code.

I'm seeing the fault is still there accross all pages in the information box so it's unlikely that i've screwed up on several tpl files. Also where would I add the code to the contact us and newsletter unsubscribe tpl files as the coding within them is different?

Giles.

Strange, I checked the site in FF, Opera, Safari, Chrome and IE7/8 and and the buttons show up within the light blue area in all browsers.

You may need to clear and or refresh the browser for each page you made the changes to.

1 Dec 2010, 5:32 PM
#355
nsabaits avatar

nsabaits

New Zenner

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

Re: Glacial Age Template Support Thread

Still no joy Clyde :(

I've also been playing around with the following section of code from the
INCLUDES>TEMPLATES>GLACIAL_AGE/TEMPLATES>TPL_PRODUCT_INFO_DISPLAY.PHP

<!--bof Product Price block --> <p id="productPrices" class="productGeneral"> <?php // base price if ($show_onetime_charges_description == 'true') { $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />'; } else { $one_time = ''; } echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']); ?></p> <!--eof Product Price block -->

What i'm trying to achieve is a call that only displays a static price if the product has no attributes. When the product does have attributes the price is shown in the drop down menu anyway so a starting from price is not required. Most of the attempts I've made to modify the code have ended up with zero sucess or totally screwing up the .tpl file.

Can you help?

1 Dec 2010, 6:06 PM
#356
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:

Still no joy Clyde :(

I've also been playing around with the following section of code from the
INCLUDES>TEMPLATES>GLACIAL_AGE/TEMPLATES>TPL_PRODUCT_INFO_DISPLAY.PHP

<!--bof Product Price block --> <p id="productPrices" class="productGeneral"> <?php // base price if ($show_onetime_charges_description == 'true') { $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />'; } else { $one_time = ''; } echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']); ?></p> <!--eof Product Price block -->

What i'm trying to achieve is a call that only displays a static price if the product has no attributes. When the product does have attributes the price is shown in the drop down menu anyway so a starting from price is not required. Most of the attempts I've made to modify the code have ended up with zero sucess or totally screwing up the .tpl file.

Can you help?

I've, once again, checked your site in FF, IE7/8, Opera, Safari and Chrome and the buttons at the bottom of the page in all browsers is contained in the light blue area.

Sorry, no.

25 Dec 2010, 10:36 PM
#357
danielinfresno avatar

danielinfresno

New Zenner

Join Date:
Dec 2010
Posts:
17
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

HI..

https://www.awmiv.com

a little gap above the categories shows up on left... looking in CSS to see if I did something...

Thank you,

Daniel

25 Dec 2010, 11:04 PM
#358
danielinfresno avatar

danielinfresno

New Zenner

Join Date:
Dec 2010
Posts:
17
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

uploaded clean style sheet.. only thing I can think of it is as a result of expanding the columns to 200px.... and redoing the header image?

26 Dec 2010, 12:49 AM
#359
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

DanielInFresno:

HI..

https://www.awmiv.com

a little gap above the categories shows up on left... looking in CSS to see if I did something...

Thank you,

Daniel

DanielInFresno:

uploaded clean style sheet.. only thing I can think of it is as a result of expanding the columns to 200px.... and redoing the header image?

Try deleting the "stylesheetnogood.css" from the server.

It appears to be overriding some of the settings in stylesheet.css

26 Dec 2010, 1:14 AM
#360
danielinfresno avatar

danielinfresno

New Zenner

Join Date:
Dec 2010
Posts:
17
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

HI, and thank you... well we are getting closer... as everything shifted down a wee bit... on both columns. Bizarre... as I did not think I was calling the no good one... I am still going to need help with a few things after christmas.