Page 1 of 33 12311 ... LastLast
Results 1 to 10 of 321
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Rustic Template Support Thread

    Rustic Template for ZenCart 1.3.8* is now available in the downloads section.

    Description:
    900px 3 column fixed width.
    Colours: Gray, Maroon, Brown, Tan.
    Customized button set included.
    Shopping Cart details in Header.
    Customer Greeting in Header.
    Date in Navigation Bar.
    Order Steps (tableless) installed.
    Better Categories Sidebox installed
    Tested using Firefox, IE7, Opera, Safari.

    Additional Information:

    RECOMMENDED SIDEBOX COLUMN SETTINGS:

    admin -_ configuration -_ layout settings
    Column Width - Left (set to 160px)
    Column Width - Right (set to 160px)

    STYLESHEET SETTINGS:

    The top horizontal category navigation, EZpages navigation and the footer IP address are set to display none by default.
    To use comment out this declaration:

    #navEZPagesTop, #navCatTabsWrapper, #siteinfoIP {
    display: none;
    }

    and un-comment the following two declarations:

    /* #navCatTabsWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    }

    #navEZPagesTop {
    margin: 0 auto;
    padding: 5px 0;
    background: url(../images/navbar.gif) repeat-x;
    color: #ffffff;
    font-size: 0.95em;
    font-weight: bold;
    height:23px;
    }*/

  2. #2
    Join Date
    May 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hello Clyde..I'm new to Zen and I just DL the rustic template...but there is a missing gif.


    bc_cat_boxes.gif


    any help with this would be great

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

    Default Re: Rustic Template Support Thread

    Here you are:

    just unzip the file and upload the entire includes folder to your server.

    Attachment 3980
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  4. #4
    Join Date
    May 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Thank you

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

    Default Re: Rustic Template Support Thread

    Glad to help!

  6. #6
    Join Date
    May 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    just one more question if I may? These symbols are annoying the out of me. Could you find your way clear to point me in the right direction to find the file that are controling these symbols?


    the symbol ares are from my sub cats

    Collections->
    |_ Wild West Decor

    I can live with the underscore...but this one |

    thanks in advance.

    BTW the TheWolve fix.zip was just what I needed. Once again Thanks..you rock!

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by TheWolve View Post
    just one more question if I may? These symbols are annoying the out of me. Could you find your way clear to point me in the right direction to find the file that are controling these symbols?


    the symbol ares are from my sub cats

    Collections->
    |_ Wild West Decor

    I can live with the underscore...but this one |

    thanks in advance.

    BTW the TheWolve fix.zip was just what I needed. Once again Thanks..you rock!
    admin -> configuration -> layout settings

    Categories Separator between the Category Name and Count
    Categories Separator between the Category Name and Sub Categories

    You can delete the defaults and/or substitute your own.

  8. #8
    Join Date
    Jan 2005
    Location
    Amsterdam, NL
    Posts
    50
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I would like to center the show.
    I'm using the Rustic template now and changed 95% width to 800px width.

    But it stays on the left

    Where do I have to search??

    http://res3.digitalus.nl/~admin37/index.php

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by Richard-nl View Post
    I would like to center the show.
    I'm using the Rustic template now and changed 95% width to 800px width.

    But it stays on the left

    Where do I have to search??

    http://res3.digitalus.nl/~admin37/index.php
    As far as I can tell after looking at your site, it seems that you have closed the <body> and <html> immediately after the flash header.
    You can see this from the view source snipit below:

    <body bgcolor="#cc3300">
    <!--URL's die in de film worden gebruikt-->
    <!--tekst die in de film wordt gebruikt-->
    <!--
    handcrafted in the

    handcrafted in the

    -->
    <script language="JavaScript" type="text/javascript">
    <!--
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
    alert("Deze pagina vereist AC_RunActiveContent.js.");
    } else {
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if(hasRightVersion) { // wanneer we een acceptabele versie hebben gedetecteerd
    // sluit de Flash-film in
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0',
    'width', '800',
    'height', '150',
    'src', 'includes/templates/rustic/common/logo',
    'quality', 'high',
    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'transparent',
    'devicefont', 'false',
    'id', 'logo',
    'bgcolor', '#cc3300',
    'name', 'logo',
    'menu', 'false',
    'allowScriptAccess','sameDomain',
    'allowFullScreen','false',
    'movie', 'includes/templates/rustic/common/logo',
    'salign', ''
    ); //end AC code
    } else { // versie van Flash is te laag of kan de insteekmodule niet vinden
    var alternateContent = 'Plaats hier alternatieve HTML-inhoud. '
    + 'Voor deze inhoud is Adobe Flash Player vereist. '
    + '<a href=http://www.macromedia.com/go/getflash/>Flash downloaden</a>';
    document.write(alternateContent); // Niet-Flash-inhoud invoegen
    }
    }
    // -->
    </script>

    <noscript>
    // Bied alternatieve inhoud voor browsers die scripts niet ondersteunen
    // of waarvoor het gebruik van scripts is uitgeschakeld.
    Plaats hier alternatieve HTML-inhoud. Voor deze inhoud is Adobe Flash Player vereist.
    <a href="http://www.macromedia.com/go/getflash/">Flash downloaden</a>
    </noscript>
    </body>
    </html>


    This may be part of the problem.

  10. #10
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Rustic Template Support Thread

    There are also double HEAD & BODY tags.

    </head>

    <body id="indexHomeBody">

    <div id="mainWrapper" align="center">

    ........

    </script>
    </head>
    <body bgcolor="#cc3300">
    <!--URL's die in de film worden gebruikt-->

 

 
Page 1 of 33 12311 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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