Page 31 of 72 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 720
  1. #301
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    wow it's easier than I thought. (I used another template that is much difficult.) Thank you for all your help.

  2. #302
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    Another question to bug you with. I notice that when I go to a product page or a category page. The left nav and the footer is gone. Is there's a way to add them back in so it looks like the front page?

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    Another question to bug you with. I notice that when I go to a product page or a category page. The left nav and the footer is gone. Is there's a way to add them back in so it looks like the front page?
    open includes/templates/comstock/templates/tpl_product_info_display.php

    find and delete this section of code:
    Code:
    <!-- BOF: Cross-Sell information -->
    <?php
    // THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
      require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
    ?>
    <!-- EOF: Cross-Sell information -->
    
    save the edited file and upload to your server.

  4. #304
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    Thank you so much for your help. Without you I would spend hrs finding the codes. One last question (hopefully XD)

    On the front page where it says:

    New Customer? Create Account Returning Customers? Log In.

    The LOG IN LINK, links to (I think your website)

    https://mysticmountainnaturals.com/login.html

    How to fix that?

  5. #305
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    One last question, Should've ask this one first.

    On my product page, I have Attributes...

    I am trying to switch Options Comment with Option Name.

    Example:

    Please choose one:
    Size

    I want to be:

    Size
    Please choose one:
    I been playing with tpl_modules_attributes.php but I can't get it right...

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    Thank you so much for your help. Without you I would spend hrs finding the codes. One last question (hopefully XD)

    On the front page where it says:

    New Customer? Create Account Returning Customers? Log In.

    The LOG IN LINK, links to (I think your website)

    https://mysticmountainnaturals.com/login.html

    How to fix that?
    open includes/templates/comstock/common/tpl_header.php

    replace line 94 with the following:

    PHP Code:
        <li><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><?php echo HEADER_TITLE_LOGIN?></a></li>

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    One last question, Should've ask this one first.

    On my product page, I have Attributes...

    I am trying to switch Options Comment with Option Name.



    I been playing with tpl_modules_attributes.php but I can't get it right...
    This is not template specific and should really be addressed in the appropriate forum thread.

  8. #308
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    Dear Clyde,

    thx for pointing me to the right direction.

    I tried to edit my header but the code is the same.

    I have this also:

    Code:
          <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    Dear Clyde,

    thx for pointing me to the right direction.

    I tried to edit my header but the code is the same.

    I have this also:

    Code:
          <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    check includes/languages/english/comstock/index.php

    lines 25 to 29 should read as follows:
    PHP Code:
    if (STORE_STATUS == '0') {
      
    define('TEXT_GREETING_GUEST''Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
    } else {
      
    define('TEXT_GREETING_GUEST''Welcome, please enjoy our online showcase.');


  10. #310
    Join Date
    Feb 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Comstock Template

    Gday
    Have just installed CSS dropdown mod on comstock template.

    It works fine in FF but when viewing in IE7 the dropdown menu doesn't display on top layer and displays behind description page.

    http://901.com.au/index.php test site to see in action (View in IE 7)

    Posted question in CSS mod forum which gave

    ***Answer***Have you tried giving the menu a higher z-index than the content?

    I adjusted the z-index for the dropdown menu but am still having the same problem as seen here http://901.com.au/images/ie7page.jpg Where would i adjust the z-index for the content for comstock template to have it appear behind the dropdown menu ?

 

 
Page 31 of 72 FirstFirst ... 21293031323341 ... 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