Page 41 of 72 FirstFirst ... 31394041424351 ... LastLast
Results 401 to 410 of 720
  1. #401
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by letsmod View Post
    I can not find this, help please

    Upcoming Products
    CAPTION_UPCOMING_PRODUCTS

    site: https://www.affordablecellphoneacces...biz/aca_store/
    using admin -> tools -> developers tool kit

    shows the following:

    includes/languages/english.php Line #504

  2. #402
    Join Date
    Sep 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Comstock Template

    Look-up CONSTANT or Language File defines
    Error: No matching Configuration Keys were found ... CAPTION_UPCOMING_PRODUCTS



    Look-up Template things:

    /public_html/aca_store/includes/templates/template_default/templates/tpl_modules_upcoming_products.php

    Line #15 : <caption><?php echo CAPTION_UPCOMING_PRODUCTS; ?></caption>

    /public_html/aca_store/includes/templates/template_default/templates/tpl_modules_upcoming_products.php

    Line #15 : <caption><?php echo CAPTION_UPCOMING_PRODUCTS; ?></caption>

  3. #403
    Join Date
    Jun 2009
    Posts
    49
    Plugin Contributions
    0

    Default Re: Comstock Template

    Another problem has surfaced. I want to add another sidebox on the right side of my page. When I use the Layout Boxes Controller to add a box, it does not show up on the page. What am I missing ????

  4. #404
    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
    Another problem has surfaced. I want to add another sidebox on the right side of my page. When I use the Layout Boxes Controller to add a box, it does not show up on the page. What am I missing ????
    URL for your site?

    What page do you want the sidebox to appear on?

    (From the description for the comstock template:

    It is designed to "DROP" the right column on category/product listing pages.)

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

    Default Re: Comstock Template

    Quote Originally Posted by letsmod View Post
    Look-up CONSTANT or Language File defines
    Error: No matching Configuration Keys were found ... CAPTION_UPCOMING_PRODUCTS



    Look-up Template things:

    /public_html/aca_store/includes/templates/template_default/templates/tpl_modules_upcoming_products.php

    Line #15 : <caption><?php echo CAPTION_UPCOMING_PRODUCTS; ?></caption>

    /public_html/aca_store/includes/templates/template_default/templates/tpl_modules_upcoming_products.php

    Line #15 : <caption><?php echo CAPTION_UPCOMING_PRODUCTS; ?></caption>
    You need to go to:

    either
    includes/languages/english.php

    or
    includes/languages/comstock/english.php

    do a search of the file and find

    includes/languages/english.php Line #504

    Make any changes to the definition statement that are necessary.

  6. #406

    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

  7. #407
    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;
    }

  8. #408
    Join Date
    Jul 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Comstock Template

    Clyde, thank you for the excellent template. I am a total noob and i am having trouble location a particular piece of code. I am using the webtools on firefox and i can get it to tell me that this is what i am looking for:
    < h1 id="indexDefaultHeading">Welcome to Heatwavesales</h1 >
    But i do not see it in my stylesheet anywhere.
    Thanks!

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

    Default Re: Comstock Template

    Quote Originally Posted by heatwavesales View Post
    Clyde, thank you for the excellent template. I am a total noob and i am having trouble location a particular piece of code. I am using the webtools on firefox and i can get it to tell me that this is what i am looking for:
    < h1 id="indexDefaultHeading">Welcome to Heatwavesales</h1 >
    But i do not see it in my stylesheet anywhere.
    Thanks!
    What is it you want to do?

  10. #410
    Join Date
    Jul 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Comstock Template

    I just want to remove it, or put something else in its place. I was planning on using that section in the define main page section.

 

 
Page 41 of 72 FirstFirst ... 31394041424351 ... 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