Page 1 of 2 12 LastLast
Results 1 to 10 of 46

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    39
    Plugin Contributions
    1

    Default Re: Wallet Template - Available to download

    The Box Headings and Center Box Headings Links have been "fixed" to display uniformaly (no more huge yellow text!)
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	text-align: center;
    	margin: 0em;
    	padding: 0.5em 0.2em;
    	}
    to
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	text-align: center;
            padding: 0px;
            font-size: 1.3em;
    	font-weight: bold;
    	margin-top: 1em;
    	color: #FFFFFF;
    	background-color: #699B82;
    	}

    And

    Code:
    /*   LINKS   */
    a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link{
    	font-size: 1em;
    	color: #FFFFFF;
    	text-decoration: none;
    	font-weight: bold;
    	}
     
    a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited {
    	font-size: 1em;
    	color: #FFFFFF;
    	text-decoration: none;
    	font-weight: bold;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover {
    	font-size: 1em;
    	color: #FFC7AD;
    	}
    to
    Code:
    /*   LINKS   */
    a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link, #featuredHeading a:link, #whatsnewHeading a:link{
    	font-size: 1em;
    	color: #FFFFFF;
    	text-decoration: none;
    	font-weight: bold;
    	}
     
    a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited , #featuredHeading a:visited, .whatsnewHeading a:visited {
    	font-size: 1em;
    	color: #FFFFFF;
    	text-decoration: none;
    	font-weight: bold;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover, #featuredHeading a:hover, #whatsnewHeading a:hover {
    	font-size: 1em;
    	color: #FFC7AD;
    	}

    AND

    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a {
    	font-size: 1.3em;
    	color: #ffffff;
    	}
    to
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a:link {
    	font-size: 1.3em;
    	font-weight: bold;
    	color: #ffffff;
    	}

  2. #2
    Join Date
    Feb 2006
    Posts
    39
    Plugin Contributions
    1

    Default Re: Wallet Template - Available to download

    The background color of the Sponsors box has been changed to match the template colors.

    Code:
    #bannerboxHeading {
    	background-color: #0000CC;
    	}
    to
    Code:
    #bannerboxHeading {
    	background-color: #9B7969;
    	}


    The left and right columns have been seperated (mostly to fix the left/right borders of those columns)
    Code:
    #navColumnOne, #navColumnTwo {
    	vertical-align: top;
    	background-color: #69829B;
    	border-top: 1px solid #795252;
    	border-right: 1px solid #795252;
    	}
    to
    Code:
    #navColumnOne {
    	vertical-align: top;
    	background-color: #69829B;
    	border-top: 1px solid #795252;
    	border-right: 1px solid #795252;
    	}
    
    #navColumnTwo {
    	vertical-align: top;
    	background-color: #69829B;
    	border-top: 1px solid #795252;
    	border-left: 1px solid #795252;
    	}

  3. #3
    Join Date
    Feb 2006
    Posts
    39
    Plugin Contributions
    1

    Default Re: Wallet Template - Available to download

    CSS Buttons

    I changed a LOT in the file
    stylesheet_css_buttons.css

    If your allready using the wallet theme and have made changes to it, I would still suggest downloading the newer version (anything past 1.2) and installing the file
    stylesheet_css_buttons.css
    to
    includes/templates/wallet/css

    The new sheet fixes the width and vertical alignment problems, and has been slightly recolored.

  4. #4
    Join Date
    Feb 2006
    Posts
    39
    Plugin Contributions
    1

    Default Re: Wallet Template - Available to download

    Sketchy!

    Validate the stylesheet - check.
    Fix the css buttons - check.
    Bit of "green" space - hrrrmm...

    What's the bit of green look like? Is it the same color green as elswhere on the page (like in the footer)?

    Did you install the header.php file that came with the template to the common folder?

    Is it mabye the categories tabs causing the space?

    Let me know or show me an example and I'll try and tackle it!

    Thanks!

    zami

  5. #5
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Wallet Template - Available to download

    Although this is a 1.3.5 theme, should it work with 1.3.6 or 1.3.7?

    Cheers,

    Kris

  6. #6
    Join Date
    Dec 2006
    Location
    Great Yarmouth, UK
    Posts
    14
    Plugin Contributions
    0

    Default Re: Wallet Template - Available to download

    I checked out the thread for changing the global width of the shop (to 100% or the like), unfortunately it was designed for the classic template so i can't find the right things to replace.

    Can anyone help?
    http://www.hostile-records.co.uk
    Punk-Metal-Ska
    Music-Clothing-Accessories

  7. #7
    Join Date
    Aug 2006
    Location
    Denver CO
    Posts
    63
    Plugin Contributions
    0

    Default Re: Wallet Template - Available to download

    Has anyone verified if this template will work with 1.3.7 ?

    Being a new user, I'd prefer to be sure any goofs are my fault and not an inherent problem with the template :)

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Wallet Template - Available to download

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #9
    Join Date
    Aug 2006
    Location
    Denver CO
    Posts
    63
    Plugin Contributions
    0

    Default Re: Wallet Template - Available to download

    Thank you so much. I wasn't 100% positive but I "assumed" that if the template were on your wonderful preview site it would be compatible. Thanks for the reassurance. :)

  10. #10
    Join Date
    Aug 2006
    Location
    Denver CO
    Posts
    63
    Plugin Contributions
    0

    Default Re: Wallet Template - Available to download

    Should have read your FAQ first which says " ... the site demos all the templates designed for the current release of Zen Cart"


 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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