Thread: Sponsor header

Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    45
    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.

 

 

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
  •