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

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Brighton Pets Template Support Thread

    Anne, I decided to go back to your original colors for now. I re-uploaded all of your original stylesheets, but I now notice that the descriptions under each dress on the product listing is white (invisible):

    http://www.prommart.com/la-femme-c-32.html

    Refreshing doesn't help, and when I had a grey background the white text showed.

    Solution?

    Thanks.

    Steve

    EDIT: Same for Reviews in left column...white text (invisible)
    Last edited by SPH; 17 Oct 2012 at 11:41 PM.
    Steve
    prommart.com

  2. #2
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Brighton Pets Template Support Thread

    I just made my background a light grey, to hopefully avoid hidden text for Google. Need to change white product listing description to another color:

    http://www.prommart.com/alyce-black-label-c-3_21.html

    EDIT: Most text in left column New Products, etc. is white, how change?
    Last edited by SPH; 18 Oct 2012 at 12:35 AM.
    Steve
    prommart.com

  3. #3
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Brighton Pets Template Support Thread

    Fixed it:

    http://www.prommart.com/la-femme-c-32.html

    The product listing data color was set to #fffffe in the main stylesheet here, which I now show as turned off:

    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;/*color:#fffffe;*/}
    Found issue by comparing with Newport Eco sheet.

    Hopefully this will not cause further issues yet to be discovered.

    I also found where in the stylesheet to change the color for What's New, etc.

    BTW Anne, your templates and instructions are really impressive!

    Steve
    Last edited by SPH; 18 Oct 2012 at 05:05 AM.
    Steve
    prommart.com

  4. #4
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Brighton Pets Template Support Thread

    Ah, one more bug, the What's New sidebox headings disappeared. Had to set color code here:

    #specialsHeading a, #whatsnewHeading a, #featuredHeading a {}

    I entered #fffff3
    Steve
    prommart.com

  5. #5
    Join Date
    Jan 2010
    Location
    Bulgaria
    Posts
    22
    Plugin Contributions
    2

    Default Re: Brighton Pets Template Support Thread

    Hello,
    I was wondering if I could copy the language files from Brighton Pets to London Grunge template?
    Are they with the same php language files? I did a Bulgarian translation of Brighton Pets template and friend of mine will use London Grunge template for his e-shop.

    Thank You

    P.S. And one more question, which probably is not on the right place.

    Under the picture of every listed product there is "0" displayed.

    Example page: http://droga.bg/index.php?main_page=...=1&language=bg

    Part of the code is (line 596-600):
    PHP Code:
    class="listingProductImage" /></a><br />0<br /><h3 class="itemTitle"
    I do not understand where this "0" in the middle came from and how to get rid of it. If someone can help it would be much appreciated.

    Best regards,

    Zi

  6. #6
    Join Date
    Jan 2010
    Location
    Bulgaria
    Posts
    22
    Plugin Contributions
    2

    Default Re: Brighton Pets Template Support Thread

    Quote Originally Posted by znlambov View Post
    ...
    P.S. And one more question, which probably is not on the right place.

    Under the picture of every listed product there is "0" displayed.

    Example page: http://droga.bg/index.php?main_page=...=1&language=bg

    Part of the code is (line 596-600):
    PHP Code:
    class="listingProductImage" /></a><br />0<br /><h3 class="itemTitle"
    I do not understand where this "0" in the middle came from and how to get rid of it. If someone can help it would be much appreciated.

    Best regards,

    Zi
    I'm really sorry for this stupid question , it appears that this is the weight of the product :)
    But even though, why there was no unit of measurement next to the digit ?!

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Brighton Pets Template Support Thread

    Quote Originally Posted by znlambov View Post
    I'm really sorry for this stupid question , it appears that this is the weight of the product :)
    But even though, why there was no unit of measurement next to the digit ?!
    I am happy that you figured it out. To understand how zen cart uses the unit of weight you can do a search on the forum for more information.

    Thanks,

    Anne

  8. #8
    Join Date
    Jan 2010
    Location
    Bulgaria
    Posts
    22
    Plugin Contributions
    2

    Default Re: Brighton Pets Template Support Thread

    Quote Originally Posted by SPH View Post
    Ah, one more bug, the What's New sidebox headings disappeared. Had to set color code here:

    #specialsHeading a, #whatsnewHeading a, #featuredHeading a {}

    I entered #fffff3
    Hi SPH

    I had some text colour problems as well.
    For me the solution was to change the stylesheet.css:

    from this:
    line 166: #whatsnew, #featured, #specials {color:#fffffe;}
    line 167: #whatsnew a, #featured a, #specials a{color:#fffffe;}
    line 171:.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;color:#fffffe;}

    to this:
    line 166: #whatsnew, #featured, #specials {}
    line 167: #whatsnew a, #featured a, #specials a{}
    line 171:.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;}

    ,actually removing the color.
    Otherwise I had white coloured prices, description and names of most of the products and some boxes.

    Hope this will help You.

    All the best,

    Zi

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Brighton Pets Template Support Thread

    Quote Originally Posted by znlambov View Post
    Hi SPH

    I had some text colour problems as well.
    For me the solution was to change the stylesheet.css:

    from this:
    line 166: #whatsnew, #featured, #specials {color:#fffffe;}
    line 167: #whatsnew a, #featured a, #specials a{color:#fffffe;}
    line 171:.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;color:#fffffe;}

    to this:
    line 166: #whatsnew, #featured, #specials {}
    line 167: #whatsnew a, #featured a, #specials a{}
    line 171:.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;}

    ,actually removing the color.
    Otherwise I had white coloured prices, description and names of most of the products and some boxes.

    Hope this will help You.

    All the best,

    Zi
    The color white in this code is for the sidebox titles for the what's new, featured, and specials sideboxes. This is needed in the brighton pets template because the background color is dark brown.

    Thanks,

    Anne

  10. #10
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Brighton Pets Template Support Thread

    Quote Originally Posted by SPH View Post
    Ah, one more bug, the What's New sidebox headings disappeared. Had to set color code here:

    #specialsHeading a, #whatsnewHeading a, #featuredHeading a {}

    I entered #fffff3
    This is not a bug in the original template package so it must be caused by other changes that you have made. See the demo here:

    http://www.picaflor-azul.com/free-de...=brighton_pets

    Thanks,

    Anne

 

 
Page 1 of 2 12 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. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 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