Results 1 to 10 of 720

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    From the description in the downloads section:

    This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right colomn on category/product listing pages.
    DOH! That is what happens if you don't read properly...
    can I un-do it, or is that too much of a problem to do? (thing is I really, really like the rest of the template and no other comes even close to your's in terms of what I'm looking for...)

  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 pleasuredroid View Post
    DOH! That is what happens if you don't read properly...
    can I un-do it, or is that too much of a problem to do? (thing is I really, really like the rest of the template and no other comes even close to your's in terms of what I'm looking for...)
    Yes,

    open includes/templates/comstock/common/tpl_main_page.php

    find the following section of code:

    Code:
     if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
        $flag_disable_right = true;
      }
    
     if ($current_page_base == 'index' and $cPath > '0' ) {
     $flag_disable_right = true;
     }
    and comment it out as indicated by the highlighted portions

    Code:
     // if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
    //    $flag_disable_right = true;
    //  }
    
    // if ($current_page_base == 'index' and $cPath > '0' ) {
    // $flag_disable_right = true;
    // }

 

 

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