These are the section(s) of the configure files you need to look at concerning the SSL
includes/configure.php
define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
admin/includes/configure.php
define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');
define('HTTP_CATALOG_SERVER', 'http://localhost');
define('HTTPS_CATALOG_SERVER', 'https://localhost');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Okay, that's why it broke it...mine weren't pointing to the right folder in that file any longer. They were still pointing to the master template file. When we moved it away from the master template file, all heck broke loose. Liz
An upgraded version of Mystic River Template compatible with ZC v1.3.9 should be available in the downloads section shortly.
Hi Clyde,
I am glad I found your thread - your template looks great and I can't wait to get it running on my site. I had a few questions to ask you about the newest version of your template that I am having problems with...
First off, I am having a problem with the right sideboxes and the browser bar title on my product listings. Every time I pull one up, all of my sideboxes disappear and my browser bar only displays the link to the product page (not the metatag information such as the name, price, ect.). As a though, I checked my settings in admin->catalog->product types and edited the layout of the product - general type and confirmed that my 5 Show Metatags Title Default are all set to 1 (on/true). My thoughts are that there is an override in effect but I cannot seem to find it. Do you have any suggestions on where I can go from there?
Secondly, I just noticed that I was having some problems with displaying text on my main page if the font is any bigger than 12pt font (size=3). Is there a setting somewhere that I can fix this?
I apologize for all the questions but I am excited to see your template in action. Thanks for all of the help!
PAE2008
I appologize. I was just in the process of moving our test site onto a seperate directory on our live site. You can access it at http://www.beryls.com/brian_2-0. The errors seem to be the worst on IE 8 but some of the formatting looks a little better in Firefox... not really sure what's causing that
Hi clyde,
I download you template, I like it, the center box is not centered on my site, is it suppose to be centered, if not how can I center it.
http:// www. bargainsonlinesite. com
open includes/templates/mystic/css/ie_stylesheet.css
find and delete the following:
.centerColumn {
margin:0 5px;
padding:8px;
background: #FFF5F6;
border:1px solid #66006B;
text-align: left;
font-size: 1.2em;
height:1%;
position: relative; /*do not remove-fixes stupid IEbug*/
}
Bookmarks