Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default A couple of customization questions after upgrading to the latest version

    I've just managed to upgrade from an earlier version via a fresh install and upgrading/linking up the old database (just glad I made backups of the database )

    I did a clean reinstall of the shop as there wasn't much needing to be changed and have it looking pretty much the way it was before apart from 2 basic things that I just can't solve...

    1. The space between the search box (skateboardstickers.co.uk) and home is too big - seems like it is 1 space out.
    2. Where is the css for changing the size of the top horizontal links.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A couple of customization questions after upgrading to the latest version

    Post a url to this
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: A couple of customization questions after upgrading to the latest version


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A couple of customization questions after upgrading to the latest version

    For your top links i the stylesheet.css file find and change/add what you need:
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #009900;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #009900;
    	height: 1%;
    	}
    For the search spacing- do you mean the sidebox distance from the nav bar above it?
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: A couple of customization questions after upgrading to the latest version

    Many thanks for the correct css

    yes, the distance between where the search box is and just below the horizontal links/tabs/nav bar. I used the mod moving that home/login bar to the bottom

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A couple of customization questions after upgrading to the latest version

    OK...I do not favor the multiple occurrences of a tag that are present due to possible conflicting settings. I suggest that you find the occurrences of these 3
    #navCatTabsWrapper, #navColumnOneWrapper, and #navColumnTwoWrapper

    Record the settings for each occurrence then break these out into their own entries(removing them from all others) and applying the cumlative setting to each just to remain as you were as a start.

    Then you can adjust each as an individual tag without having to be concerned that a later occurence might influence a change.
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: A couple of customization questions after upgrading to the latest version

    Have sorted out the first question - thank you!

    For the second I don't understand. I've searched for #navCatTabsWrapper, and get the below but don't have a clue what code I need to put where.

    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity,

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A couple of customization questions after upgrading to the latest version

    I won't go through them all but to get you started this is what you have:


    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #009900;
    	background-image: url(../images/tile_back.gif);
    	padding: 0em 0em;
    	font-weight: bold;
    	color: #009900;
    	height: 1%;
    	}
    
    #navCatTabsWrapper {
    	background-color: #ffffff;
    	color: #009900;
    	background-image:none;
    }
    
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    What I am suggesting is that you pull/remove #navCatTabsWrapper from all three of these areas and create one that encompasses the values applied from all three....you will have to decide on the color and background image as these are in conflict in the first 2 so that you end up with only one occorrence of this that contains all current settings and looks something like this:
    Code:
    #navCatTabsWrapper {
    	margin: 0em;
            text-align: center;
    	background-color: #??????;
    	background-image: url(../images/tile_back.gif); or none???
    	padding: 0em 0em;
    	font-weight: bold;
    	color: #009900;
    	height: 1%;
    	}
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: A couple of customization questions after upgrading to the latest version

    Thanks for the help.

    I've had a go but not getting anywhere - I'm sure it's easy when you know how haha. I'll have a good go later.

 

 

Similar Threads

  1. Upgrading tomorrow. What is the latest version?
    By goldnuggetsales.com in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 2 Mar 2011, 06:31 AM
  2. admin page blank after upgrading to PHP 4.4.2, latest ZC version, IIS
    By r3dw00d in forum Installing on a Windows Server
    Replies: 0
    Last Post: 19 Oct 2009, 04:05 PM
  3. A Couple of Customization Questions
    By KarstensMommy in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 May 2006, 03:45 AM

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