Page 60 of 72 FirstFirst ... 1050585960616270 ... LastLast
Results 591 to 600 of 720
  1. #591
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Bestsellers Box broken line

    I have seen this asked several times in this thread but I cant seem to find an answer. My cart is here: http://www.aclassactapparel.com/ The Bestsellers Box has a broken line going around it &/or a white line running across it. I also believe this same condition shows up in the Quick Re-Order Box. I cant seem to find a fix anywhere. Does anyone have any fixes for this problem?

    Thanks in advance for your help

  2. #592
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    Ok I tried what maxus said in post #512 and that worked for the Bestsellers Box found in the file tpl_best_sellers.php But I still cant seem to find how to fix the Quick Re-Order Box. This file doesn't have the div class="wrapper" tag so I don't know what to edit in the file tpl_order_history.php

    The edit for the Bestsellers box effectively removed the broken line or white line across the box but in doing so the insertion of <br> created a line break now... Still not 100% fix but better than being broken...

  3. #593
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    It seems to me that the product_reviews_write.php, product_reviews.php, product_reviews_info.php do not have page specific CSS. I am wondering if anyone knows CSS well enough to help out? My Review pages need some help with the Text and line spacing. The text seems to be all crammed together and I am not sure how to specify elements and target them for CSS. I know about the main stylesheet.css but I dont know how to go about correcting the text issues. Can anyone shed some light on this?

    The page(s) in question is:
    http://www.aclassactapparel.com/inde...roducts_id=230

    and

    http://www.aclassactapparel.com/inde...0&reviews_id=2

    I would most like to correct the line spacing on these pages

    Thanks in advance

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

    Default Re: Comstock Template

    Quote Originally Posted by nohart View Post
    It seems to me that the product_reviews_write.php, product_reviews.php, product_reviews_info.php do not have page specific CSS. I am wondering if anyone knows CSS well enough to help out? My Review pages need some help with the Text and line spacing. The text seems to be all crammed together and I am not sure how to specify elements and target them for CSS. I know about the main stylesheet.css but I dont know how to go about correcting the text issues. Can anyone shed some light on this?

    The page(s) in question is:
    http://www.aclassactapparel.com/inde...roducts_id=230

    and

    http://www.aclassactapparel.com/inde...0&reviews_id=2

    I would most like to correct the line spacing on these pages

    Thanks in advance
    try adding the following at the bottom of the stylesheet.css

    includes/templates/comstock/css/stylesheet.css

    #productReviewsDefaultHeading, #reviewsInfoDefaultHeading, #reviewsInfoDefaultMainContent, #reviewsInfoDefaultDate, .productReviewsDefaultProductMainContent, .productReviewsDefaultReviewer, .rating {
    line-height:1.3em;
    }

  5. #595
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    Awesome Clyde that did it! You saved me a lot of time, headaches and heartache too . Thank you so much!

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

    Default Re: Comstock Template

    Have several sites using comstock template, although look changed. Having trouble with, I guess it's the breadcrumb nav, which is hidden. Please see red circle in pic on link here:

    http://www.findmyquinceaneradress.co...ck-problem.jpg

    If you place cursor near top of body white space the nav will slightly pop-up.

    http://www.findmyquinceaneradress.co...a-dresses-c-21

    It does not do this on another site, which is using a h3 middle banner.

    Thank you for any help.

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

    Default Re: Comstock Template

    Quote Originally Posted by SPH View Post
    Have several sites using comstock template, although look changed. Having trouble with, I guess it's the breadcrumb nav, which is hidden. Please see red circle in pic on link here:

    http://www.findmyquinceaneradress.co...ck-problem.jpg

    If you place cursor near top of body white space the nav will slightly pop-up.

    http://www.findmyquinceaneradress.co...a-dresses-c-21

    It does not do this on another site, which is using a h3 middle banner.

    Thank you for any help.
    The problem with the breadcrumb is that it has no height.

    open the stylesheet.css find the following and adjust the height element:

    #navBreadCrumb {
    margin: 0 auto;
    padding: .5em 0 .5em 2px;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    height: 0px
    }


    In which browser is this "pop-up" happening?

    I've checked your site in FF, IE8, Opera, Safari and Chrome
    and didn't notice anything.

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

    Default Re: Comstock Template

    Thanks! Set px at 10 and now nav crumb is showing (although our colors aren't best for the dark background).

    By pop-up I meant that it normally did not show when set at "0", but if you moved cursor near where it would be it would kind of "pop-up"; I think because of the text color change when cursor is placed on it, made top of link easier to see.

  9. #599
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    try adding the following at the bottom of the stylesheet.css

    includes/templates/comstock/css/stylesheet.css

    #productReviewsDefaultHeading, #reviewsInfoDefaultHeading, #reviewsInfoDefaultMainContent, #reviewsInfoDefaultDate, .productReviewsDefaultProductMainContent, .productReviewsDefaultReviewer, .rating {
    line-height:1.3em;
    }
    Hey Clyde I did what you said and all is well except that I noticed one page may not have been included in your suggestion. Its the page that opens when you choose to create a review for a product. Do you know what the additional info would be that I need to add to my CSS Stylesheet? This create a review page has all the text crammed together also. Thank you for all your help

  10. #600
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    I just noticed that "Read The Reviews" page also has the text issue...

 

 
Page 60 of 72 FirstFirst ... 1050585960616270 ... LastLast

Similar Threads

  1. v151 Reviews sidebox Comstock template
    By discoverytdi in forum Addon Templates
    Replies: 4
    Last Post: 7 Feb 2013, 04:49 AM
  2. Comstock template question
    By discoverytdi in forum Addon Templates
    Replies: 3
    Last Post: 11 Sep 2011, 10:28 PM
  3. Comstock template
    By grandpaj in forum Addon Templates
    Replies: 1
    Last Post: 25 Oct 2010, 10:09 PM
  4. Comstock template
    By grandpaj in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2010, 04:02 AM
  5. Comstock Template Help -
    By Mrsb in forum Addon Templates
    Replies: 1
    Last Post: 23 Mar 2009, 07:14 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