Page 8 of 13 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 126
  1. #71
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by southernlady View Post
    Clyde, prior to adding your template, my downloads have been working fine for 6 months. I put in your template and wham, it's broke. That's why I came back to this thread. Liz
    There are no files in the template that would affect how the downloads work.

  2. #72
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by clydejones View Post
    There are no files in the template that would affect how the downloads work.

    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');

  3. #73
    Join Date
    Mar 2005
    Location
    TN
    Posts
    116
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    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

  4. #74
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    red flag Re: Mystic River Template Support Thread

    An upgraded version of Mystic River Template compatible with ZC v1.3.9 should be available in the downloads section shortly.

  5. #75
    Join Date
    Jul 2008
    Posts
    27
    Plugin Contributions
    0

    application error Re: Mystic River Template Support Thread

    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

  6. #76
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by PAE2008 View Post
    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
    A link to your site would be useful.

  7. #77
    Join Date
    Jul 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    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

  8. #78
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by PAE2008 View Post
    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
    I didn't notice anything out of the ordinary with the sideboxes.\

    To fix the text problem, add the following to the stylesheet.css

    #indexDefaultMainContent p {line-height:normal;}

  9. #79
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Mystic River Template Support Thread

    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

  10. #80
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Mystic River Template Support Thread

    Quote Originally Posted by weezee View Post
    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*/
    }

 

 
Page 8 of 13 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. Just Uploaded Mystic River Template.........
    By BusyBee in forum Basic Configuration
    Replies: 3
    Last Post: 29 Jun 2008, 04:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR