Re: Desert Noon Template Support Thread
Clyde, I finally managed to put couple of page up on ISP. You can see what I was trying to say earlier at:
skygarden.viana.on.ca
I am also having a strange problem with some of the "back" buttons. If I'll view calendar event (sample on Nov. 3) and go to Site Map and click the "back" I get:
http://skygarden.viana.on.ca/index.p...ode=eventframe
I have no idea if this is a calendar problem or not...
Thanks in advance
Veronika
Re: Desert Noon Template Support Thread
cont. (I was slow making changes to my message..)
Also, I will not be using the store option for a while, so I am trying to remove to "View Cart" button (beside the "My Account"), but if you put a mouse over that spot and click, you still can get the shopping cart page. How can I avoid it for now?
Thanks in advance
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
Veronika7747
Clyde, I finally managed to put couple of page up on ISP. You can see what I was trying to say earlier at:
skygarden.viana.on.ca
I am also having a strange problem with some of the "back" buttons. If I'll view calendar event (sample on Nov. 3) and go to Site Map and click the "back" I get:
http://skygarden.viana.on.ca/index.p...ode=eventframe
I have no idea if this is a calendar problem or not...
Thanks in advance
Veronika
Quote:
Originally Posted by
Veronika7747
cont. (I was slow making changes to my message..)
Also, I will not be using the store option for a while, so I am trying to remove to "View Cart" button (beside the "My Account"), but if you put a mouse over that spot and click, you still can get the shopping cart page. How can I avoid it for now?
Thanks in advance
First: the graphics that make up the sideboxes are 150px wide.
You have them set to 180px that is the reason the boxes are off kilter.
You can keep the column settings at 180px but change the sidebox setting(s) to 150px
admin -> configuration -> layout setting
Column Width - Left Boxes
Column Width - Right Boxes
Second: open includes/templates/desert_noon/common/tpl_header.php
find and comment out the following section of code:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
<li class="viewCart"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
-----------------
I am also having a strange problem with some of the "back" buttons. If I'll view calendar event (sample on Nov. 3) and go to Site Map and click the "back" I get
I tried this and couldn't duplicate the problem you describe. (I was taken back to the main page.
Check through the bug reports in the forum and see if this problem has been reported.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
Veronika7747
Clyde, I finally managed to put couple of page up on ISP. You can see what I was trying to say earlier at:
skygarden.viana.on.ca
I am also having a strange problem with some of the "back" buttons. If I'll view calendar event (sample on Nov. 3) and go to Site Map and click the "back" I get:
http://skygarden.viana.on.ca/index.p...ode=eventframe
I have no idea if this is a calendar problem or not...
Thanks in advance
Veronika
For the back button problem check here:
www.zen-cart.com/forum/showpost.php?p=545604&postcount=1
Re: Desert Noon Template Support Thread
Thanks for a fast reply.. I need at least 160px for the calendar to fit in the sidebox. I did resize the 2 pictures (sidebox_header_bg.gif and sidebox_contect.gif) - but put them back now to your original size. So how can I achieve it?
This is stil happening, you just have to go couple time into the calendar; I will try to posted in the caledar forum as well.:
strange problem with some of the "back" buttons. If I view calendar event (sample on Nov. 3) and go to Site Map and (back & forth few times) and than click the "back" I get to this address:
http://skygarden.viana.on.ca/index.p...ode=eventframe
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
Veronika7747
Thanks for a fast reply.. I need at least 160px for the calendar to fit in the sidebox. I did resize the 2 pictures (sidebox_header_bg.gif and sidebox_contect.gif) - but put them back now to your original size. So how can I achieve it?
This is stil happening, you just have to go couple time into the calendar; I will try to posted in the caledar forum as well.:
strange problem with some of the "back" buttons. If I view calendar event (sample on Nov. 3) and go to Site Map and (back & forth few times) and than click the "back" I get to this address:
http://skygarden.viana.on.ca/index.p...ode=eventframe
I've redone the images for the sideboxes.
Just unzip the file and upload the two images to:
includes/templates/desert_noon/images/
Now go to:
admin -> configuration -> layout settings
Column Width - Left Boxes
Column Width - Right Boxes
set these to 160px.
Attachment 4759
As for the back button problem try the fix I pointed out above and check in the event calendar support thread.
This wouldn't be a template problem since the template doesn't change any Zen Cart functionality.
Re: Desert Noon Template Support Thread
Thank you, you are GREAT!:clap:
Re: Desert Noon Template Support Thread
Hi,
I was wondering if you could glance at this site and tell me if you think I messed up the template somehow.
http://www.fishermansquarry.com
I know I have to fix the header image because at low screen resolutions the words in the header picture overlap the date. I might just remove the date.
My problem is with Internet Explorer. I'm using the newest IE Beta version, so I'm not sure if maybe the browser is buggy, being in Beta. However I've found similar problems using an older version of IE, but not as abundant... Example: the register/login tab would disappear and reappear when you hover the cursor over it.
With my version of IE, everything jumps around. The manufacturers box moves up and positions itself in front of the other side boxes. Tabs and text keep disappearing and reappearing when you hover over them, even some text that isn't clickable, and occasional product pictures decide not to show up in the category listings.
Everything seems to work fine with Firefox though.
Just wondering if there's something glaringly obvious that I've messed up. I'm using zencart version 1.3.8, fresh install. I haven't really messed with the template much, other than the header. I do have a hand full of add ons installed, which I can list if it's possible that one of them might be the culprit.
By the way, I love the template.
Any help is appreciated.
Thank you
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
jwjones
Hi,
I was wondering if you could glance at this site and tell me if you think I messed up the template somehow.
http://www.fishermansquarry.com
I know I have to fix the header image because at low screen resolutions the words in the header picture overlap the date. I might just remove the date.
My problem is with Internet Explorer. I'm using the newest IE Beta version, so I'm not sure if maybe the browser is buggy, being in Beta. However I've found similar problems using an older version of IE, but not as abundant... Example: the register/login tab would disappear and reappear when you hover the cursor over it.
With my version of IE, everything jumps around. The manufacturers box moves up and positions itself in front of the other side boxes. Tabs and text keep disappearing and reappearing when you hover over them, even some text that isn't clickable, and occasional product pictures decide not to show up in the category listings.
Everything seems to work fine with Firefox though.
Just wondering if there's something glaringly obvious that I've messed up. I'm using zencart version 1.3.8, fresh install. I haven't really messed with the template much, other than the header. I do have a hand full of add ons installed, which I can list if it's possible that one of them might be the culprit.
By the way, I love the template.
Any help is appreciated.
Thank you
My problem is with Internet Explorer. I'm using the newest IE Beta version, so I'm not sure if maybe the browser is buggy, being in Beta. However I've found similar problems using an older version of IE, but not as abundant... Example: the register/login tab would disappear and reappear when you hover the cursor over it.
This may be just a quirk (the image is a roll-over and the delay may be that the image is "trying to catch up" with the hover). I'll try to correct this with the next upgrade of the template.
With my version of IE, everything jumps around. The manufacturers box moves up and positions itself in front of the other side boxes. Tabs and text keep disappearing and reappearing when you hover over them, even some text that isn't clickable, and occasional product pictures decide not to show up in the category listings.
I assuming you mean IE8(beta)
I checked you site in IE7 and didn't notice this behavior.
Re: Desert Noon Template Support Thread
Yes, sorry, it's IE 8 Beta 2.
I uninstalled it and everything's back to normal with IE 7.
It must be unique to IE 8. Hopefully not many people are using it yet.
It made the site pretty bad, sometimes half of the the categories wouldn't show in the side bar until you hover over it and then it would expand.
The only thing that sort of worries me is that I didn't notice any issues like that with other sites I visited. I guess there's no need to worry about it though until they release the final version and everyone upgrades IE.
Might be something to report to their beta testing though, to ward off potential issues in the future, if I even had a clue as to what was causing it.
Thanks for the reply