Page 2 of 33 FirstFirst 123412 ... LastLast
Results 11 to 20 of 321
  1. #11
    Join Date
    Jan 2005
    Location
    Amsterdam, NL
    Posts
    50
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I removed the double <body> and <head> tags.

    It still does not want to center.


  2. #12
    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 removed the double <body> and <head> tags.

    It still does not want to center.

    You still need to remove the highlighted portion in the flash header<body bgcolor="#cc3300"> See the snipit below:

    <script language="javascript"> AC_FL_RunContent = 0; </script>
    <script language="javascript"> DetectFlashVer = 0; </script>
    <script src="includes/templates/rustic/common/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    // -----------------------------------------------------------------------------
    // Algemene eigenschappen
    // Primair versienummer van Flash is vereist.
    var requiredMajorVersion = 6;
    // Secundair versienummer van Flash is vereist.
    var requiredMinorVersion = 0;
    // Revisie van Flash is vereist.
    var requiredRevision = 79;
    // -----------------------------------------------------------------------------
    // -->
    </script>
    <body bgcolor="#cc3300">
    <!--URL's die in de film worden gebruikt-->
    <!--tekst die in de film wordt gebruikt-->
    <!--



    Remove the highlighted portion of the following declaration in your stylesheet.css

    body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000;
    width: 800px;
    background: url(../images/bg.gif) repeat-x 0 0 #660000; /* #E7D4B6 */
    }

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

    Default Re: Rustic Template Support Thread

    Also need to remove this:

    <td class="productListing-data"><h3 class="itemTitle"><a href="http://res3.digitalus.nl/~admin37//index.php?main_page=product_info&amp;cPath=0&amp;products_id=1">Kunstwerk 1</a></h3><div class="listingDescription"></td>

    Not to conflict with what Clyde suggested, but I would suggest the following:

    body {
    margin: 0 auto;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000;
    background: url(../images/bg.gif) repeat-x 0 0 #660000; /* #E7D4B6 */
    }

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    You still need to remove the highlighted portion in the flash header<body bgcolor="#cc3300">

    Remove the highlighted portion of the following declaration in your stylesheet.css

    body {
    width: 800px;
    }
    The removal of the bgcolor has no inpact at all.

    The width removal or adjustment gives the shop 100% width.
    The head is centered.

    Curent code (CSS):
    Code:
    body {
    	margin: 0;
    	padding: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000;		 
    	width: 900px;	 
    	background: url(../images/bg.gif) repeat-x 0 0 #660000;	 /* #E7D4B6 */
    	}
    /* Rustic Template Layout*/
    	/*BOF Main Wrapper - Wraps the contents of the layout*/	
    	#mainWrapper {
    	margin: 0 auto; 
    	padding: 0; 
    	text-align: left; 
    	width: 800px; 
    	vertical-align: middle
    	}
    You can see the curent output online now.

  5. #15
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    I have a question on this template on install. Where do I put the include file. Do I replace the includes files that is in the zencart file on the ftp or do I install whatis in includes in certain files? I"m really confused and this is my first time installing a template so any detailed help would be greatly apprectiated.

  6. #16
    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 jenclark View Post
    I have a question on this template on install. Where do I put the include file. Do I replace the includes files that is in the zencart file on the ftp or do I install whatis in includes in certain files? I"m really confused and this is my first time installing a template so any detailed help would be greatly apprectiated.
    Just FTP the entire includes folder to your server

  7. #17
    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
    The removal of the bgcolor has no inpact at all.

    The width removal or adjustment gives the shop 100% width.
    The head is centered.



    You can see the curent output online now.
    Try adding the highlighted portion to this declaration in the stylesheet.css

    #contentMainWrapper {
    margin: 0 auto;
    padding: 0;
    background: #EDEAE6;
    clear: both;
    width: 800px;

  8. #18
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Do I replace or over ride the includes folder that is there now?

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    Just FTP the entire includes folder to your server
    In includes you will find english.php that is the only file you have to check with your current file.
    The rest of the files are fairly straigt forward, just copy those folders what does have content in it.
    I mean that the folders what you have to upload has to be (automatic) created.

  10. #20
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Clyde;
    Need you to take a look at http://www.southraven.com and tell me what's wrong with the sidebox's heading alignment before I start playing with the css. This is a stock, unmodified 138a install and just the template uploaded and the 1 gif file added that was overlooked.

    Also, is there a reason why the categories box header is different from the other sidebox headers? Personally I would prefer it be like the other sidebox headers.

    E

 

 
Page 2 of 33 FirstFirst 123412 ... 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