Re: Mystic River Template Support Thread
Hi
I am sorry to post this here, I know its probbly very basic...
I am trying to use the Mystic River template but i have gone wrong somewhere, I can't select the template and my site looks like this www.makethedayspecial.co.uk I know its because i have done somthing wrong and i have tried to backtrack and read lots of faqs but i am stuck. Please can i have some expert advice:blush:
Thanks,
Emily
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
makethed
Hi
I am sorry to post this here, I know its probbly very basic...
I am trying to use the Mystic River template but i have gone wrong somewhere, I can't select the template and my site looks like this
www.makethedayspecial.co.uk I know its because i have done somthing wrong and i have tried to backtrack and read lots of faqs but i am stuck. Please can i have some expert advice:blush:
Thanks,
Emily
Unzip the Package and upload the includes folder to your server.
Go to admin -> tools -> template selection click the edit button, choose the template from the dropdown menu and click update.
Go to admin -> tools -> layout boxes controller Scroll down to the bottom of the screen and click the reset button.
Re: Mystic River Template Support Thread
Ok, thats what the read me file said, and as far as i know that is what i have done! I may have uploaded the includes file to the wrong place? any possibility of giving me details of exactly where it should go? where you have the default and classic files, is it inplace of classic or inside?
Sorry I know this is very basic, the more i try to find the answer the more confussed I am getting. I am worried that i may have got past the point of being able to fix and may have to reinstal (reluctant to do so as spent whole weekend setting things up)
hope someone can help
emily
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
makethed
Ok, thats what the read me file said, and as far as i know that is what i have done! I may have uploaded the includes file to the wrong place? any possibility of giving me details of exactly where it should go? where you have the default and classic files, is it inplace of classic or inside?
Sorry I know this is very basic, the more i try to find the answer the more confussed I am getting. I am worried that i may have got past the point of being able to fix and may have to reinstal (reluctant to do so as spent whole weekend setting things up)
hope someone can help
emily
Check your PM
Re: Mystic River Template Support Thread
How do I get the attribute drop down to be higher on the product page, or above the add to cart button? Here is the URL...
http://nitrate.com/store/index.php?m...products_id=55
I think that with Windows Internet Explorer, it seems to be even lower on the page than with a Mac and Firefox or Safari. It varies with IE6 vs IE7 too. I would like to have the dropdown be first and then the add to cart button below that if possible.
Using zen-cart 1.3.8 and the mystic template.
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
dlaitila
How do I get the attribute drop down to be higher on the product page, or above the add to cart button? Here is the URL...
http://nitrate.com/store/index.php?m...products_id=55
I think that with Windows Internet Explorer, it seems to be even lower on the page than with a Mac and Firefox or Safari. It varies with IE6 vs IE7 too. I would like to have the dropdown be first and then the add to cart button below that if possible.
Using zen-cart 1.3.8 and the mystic template.
You'll need to modify/edit
includes/templates/template_default/template/tpl_product_info_display.php
find the section marked:
<!--bof Attributes Module -->
<!--eof Attributes Module -->
move this entire section to above the section
beginning with
<!--bof Add to Cart Box -->
once the edits are done save the file to:
includes/templates/mystic/templates/tpl_product_info_display.php
and upload the changed file to your server.
Re: Mystic River Template Support Thread
Thanks, Clyde... It worked like a charm.
Re: Mystic River Template Support Thread
i am going to use this template also but i need to know how to remove
About Us and Site Map buttons from the header.
Chuck
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
chuck68tx
i am going to use this template also but i need to know how to remove
About Us and Site Map buttons from the header.
Chuck
open includes/templates/mystic/common/tpl_header.php
find the following section of code and delete the highlighted portion.
<div id="navMainSearch"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_ABOUT_US; ?></a><a href="<?php echo zen_href_link(FILENAME_SITE_MAP, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_SITE_MAP; ?></a><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
save the file and upload to your server.
Re: Mystic River Template Support Thread
Hi, I've been working with this great template for a while now and got around it pretty well, but there's one thing that I just cannot seem to be able to do with it :dontgetit
I'm trying to make it 100% width so that the header, the footer and the containers of the sideboxes reach the sides of the browser, but I just can't seem to find where to make the modifications :frusty:
I tought "100% fluid" meant it would be easy :blush:
Thanx for the help and keep on the good work :wink:
-Steph.