Results 1 to 10 of 720

Hybrid View

  1. #1

    Default Re: Comstock Template

    Clyde,

    More stylesheet help, please. Nothing's changed as far as ZC version or my IE version. I haven't test-ran this with FF, yet. I should; it's just that my desktop loads a lot slower than my laptop.

    OK, first, check out this page: http://www.sarassoapsnsuch.com//inde...index&cPath=69. You'll notice my blurb in pink, then the links to "100% Natural Soaps" and "Almost All Natural Soaps," but the letters are cut off. How do I widen that box to correct that?

    Next... On that same page, you'll see that the writing is sort of squished together. I'd like more white space amongst the pink writing. How do I get that? (Please include the path I need.)

    Same deal here: http://www.sarassoapsnsuch.com//inde...ex&cPath=69_71.

    By the way, I LOVE the Mystic River template, as well as the Ocean Front. However, if I changed now, I think Donal would make the trans-Atlantic flight just to kick my hiney.

    ~Sara

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

    Default Re: Comstock Template

    Quote Originally Posted by Sara's Soaps View Post
    Clyde,

    More stylesheet help, please. Nothing's changed as far as ZC version or my IE version. I haven't test-ran this with FF, yet. I should; it's just that my desktop loads a lot slower than my laptop.

    OK, first, check out this page: http://www.sarassoapsnsuch.com//inde...index&cPath=69. You'll notice my blurb in pink, then the links to "100% Natural Soaps" and "Almost All Natural Soaps," but the letters are cut off. How do I widen that box to correct that?

    Next... On that same page, you'll see that the writing is sort of squished together. I'd like more white space amongst the pink writing. How do I get that? (Please include the path I need.)

    Same deal here: http://www.sarassoapsnsuch.com//inde...ex&cPath=69_71.

    By the way, I LOVE the Mystic River template, as well as the Ocean Front. However, if I changed now, I think Donal would make the trans-Atlantic flight just to kick my hiney.

    ~Sara
    open includes/templates/comstock/css/stylesheet.css

    add the following declarations at the bottom of the stylesheet.

    #categoryDescription {
    line-height: normal;
    }
    .categoryListBoxContents a {
    line-height:normal;
    }

    #indexProductListCatDescription {
    line-height:normal;
    }
    .productListing-data {
    line-height:normal;
    }

  3. #3

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    open includes/templates/comstock/css/stylesheet.css

    add the following declarations at the bottom of the stylesheet.

    #categoryDescription {
    line-height: normal;
    }
    .categoryListBoxContents a {
    line-height:normal;
    }

    #indexProductListCatDescription {
    line-height:normal;
    }
    .productListing-data {
    line-height:normal;
    }
    OK, those worked great! As I navigated around my site, I noticed that some of my product descriptions are cut off at the bottom. First, look here, for example, in the box entitled "Monthly Specials for July": http://www.sarassoapsnsuch.com//inde...index&cPath=69. Then click any product shown; the "g"s are cut off in "shipping" and "larger image" (under the graphic). It's like that for every product. I know it's a stylesheet thing, but is there a declaration that'll apply to every product?

    Next question: I seem to have lost my Google Analytics tracking with the template installation. One, where would I find it (can't remember the original path) and two, where would I install it under the Comstock template?

    Thanks!

    ~Sara

  4. #4
    Join Date
    Jun 2009
    Posts
    49
    Plugin Contributions
    0

    Default Re: Comstock Template

    I want to add the Manufacturer's sidebox to show a list of all the manufacturers I am dealing with.

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

    Default Re: Comstock Template

    Quote Originally Posted by Sara's Soaps View Post
    OK, those worked great! As I navigated around my site, I noticed that some of my product descriptions are cut off at the bottom. First, look here, for example, in the box entitled "Monthly Specials for July": http://www.sarassoapsnsuch.com//inde...index&cPath=69. Then click any product shown; the "g"s are cut off in "shipping" and "larger image" (under the graphic). It's like that for every product. I know it's a stylesheet thing, but is there a declaration that'll apply to every product?

    Next question: I seem to have lost my Google Analytics tracking with the template installation. One, where would I find it (can't remember the original path) and two, where would I install it under the Comstock template?

    Thanks!

    ~Sara
    Fiond the following declarations in the stylesheet and add the following to each: line-height:normal;

    #productMainImage
    #categoryDescription
    .categoryListBoxContents

    As for google analytics, I haven't used it but I would assume it should be placed somewhere in tpl_footer.php. Look at the installation instructions for the mod to be sure.

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

    Default Re: Comstock Template

    Quote Originally Posted by kramerr View Post
    I want to add the Manufacturer's sidebox to show a list of all the manufacturers I am dealing with.
    admin -> tools -> layout boxes controller -> sideboxes/manufacturers.php (turn it on, set it to right, and give it a sort order.

  7. #7
    Join Date
    Jun 2009
    Posts
    49
    Plugin Contributions
    0

    Default Re: Comstock Template

    I have turned the Left/Right Column status on. Set the location to 'Right'. Set the Left/Right Column Sort Order to 5 and updated the box. It still does not show up.

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

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    Fiond the following declarations in the stylesheet and add the following to each: line-height:normal;

    #productMainImage
    #categoryDescription
    .categoryListBoxContents

    As for google analytics, I haven't used it but I would assume it should be placed somewhere in tpl_footer.php. Look at the installation instructions for the mod to be sure.
    Sorry, Wrong declarations.

    .centerBoxContentsSpecials {
    line-height:normal;
    }

 

 

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

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