Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2005
    Posts
    19
    Plugin Contributions
    0

    Default Banners in index main page

    Hello, I have a problem. I need to have 4 banners on main page, which I would configure from admin area. Same as there are banner boxes so I need something similar to main page. And I need to have the possibility to change the banners from admin. Can anybody help? Thank you!! michal

  2. #2
    Join Date
    Aug 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: Banners in index main page

    I have a idea but I donīt know the realization. I can take the code from banner box and take it to main page but I donīt know if it will be right. Any idea how to do it?

  3. #3
    Join Date
    Aug 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: Banners in index main page

    I solved tha problem...

  4. #4
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Banners in index main page

    How did you solve this problem? I need to have banners on the main page too and would be interested to know your solution

  5. #5
    Join Date
    Aug 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: Banners in index main page

    So you can use banners from heading and footer. You can find the code here: includes/templates/template_default/common/tpl_main_page.php where you delete code of banners... like: <?php
    if (SHOW_BANNERS_GROUP_SET1 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET1)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerOne" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }
    ?>

    and paste to main page code in includes/templates/template_default/templates/tpl_index_default.php
    preferable under the code: <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
    to have the banners upsite.. I hope it will help you!! Than you will configure only css style. you can see resilt on page www.florbalnet.cz

  6. #6
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Banners in index main page

    Fantastic - it works a treat. Many thanks for saving me days of hard work

 

 

Similar Threads

  1. Banners only on main page
    By jemilie in forum Basic Configuration
    Replies: 35
    Last Post: 10 Apr 2020, 03:49 PM
  2. Restoring banners on main page
    By shipmodeler in forum General Questions
    Replies: 1
    Last Post: 2 Feb 2016, 01:20 AM
  3. Banners on main landing page
    By madli in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Aug 2010, 04:40 PM
  4. Banners and Main Page
    By KSource in forum Basic Configuration
    Replies: 2
    Last Post: 26 Mar 2009, 06:20 PM
  5. Multiple Banners on Main page
    By skylab001 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2008, 06:32 AM

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