Thread: Sponsor header

Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    44
    Plugin Contributions
    0

    Default Sponsor header

    Take a look at monkkee.com/zen

    There are 2 things i need to do i can't seem to find where

    1. the sponsors box on the left should have a blue header BG and i cant seem to find this in the stylesheet.

    2. I want to know how to remove the 2 boes in the middle "whats new" and "specials" for november but can't seem to find where to do this.


    Thanks

  2. #2
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sponsor header

    1) If you looking for includes/templates/YOURTEMPLATENAME/templates/tpl_index_default.php you can see some like this

    /**
    * display the Special Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>
    <?php } ?>

    <?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS') { ?>
    <?php
    /**
    * display the New Products Center Box
    */
    ?>
    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    <?php } ?>

    <?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_UPCOMING') { ?>


    this show the news products and special you can delete or you can look in the database in the table congiguration and look for configuration_key = SHOW_PRODUCT_INFO_MAIN_UPCOMING and SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS and chnge the value to false

  3. #3
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Sponsor header

    2) you have in your css this
    #bannerboxHeading {

    background-color: #F7F4EB;

    }

    and that color is the problem delete this

  4. #4
    Join Date
    Apr 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sponsor header

    I found this thread why looking for a way to change the word "sponsors" in the sidebox.

    I manage to do that by going to includes/languages/english.php line 410

    Just wanted to put that here in case someone had that need.

 

 

Similar Threads

  1. Remove Sponsor sidebox
    By powers in forum Basic Configuration
    Replies: 8
    Last Post: 19 Mar 2014, 01:43 PM
  2. Sponsor Title removed
    By joemind in forum General Questions
    Replies: 3
    Last Post: 21 Jan 2009, 01:45 AM
  3. Sponsor Side Boxc
    By doll5272 in forum Basic Configuration
    Replies: 11
    Last Post: 30 Dec 2008, 09:03 AM
  4. Sponsor link change??
    By in4sit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Feb 2008, 07:51 PM
  5. Removing Sponsor Sideboxes
    By waru in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jan 2007, 10:38 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