Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34
  1. #31
    Join Date
    Apr 2011
    Location
    uk
    Posts
    6
    Plugin Contributions
    0

    Default Re: Banners only on main page

    Need help with this too

  2. #32
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Banners only on main page

    Finally someone with the same problem as mine.
    If you will find a solution please post.

  3. #33
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Idea or Suggestion Re: Banners only on main page

    This is how i fixed it:

    In tpl_main_page.php file (line 108), instead of

    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>

    i have

    <div id="bannerThree" class="banners"><?php if($this_is_home_page) echo zen_display_banner('static', $banner); ?></div>

    That's all, now my banner are showing only on the home page. Hope this will help you!

  4. #34
    Join Date
    Mar 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Banners only on main page

    This is great!

    As a follow up to this, if you want the banner to show up only on certain pages aside from the home page, how does the naming convention go?

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Banners and Main Page
    By KSource in forum Basic Configuration
    Replies: 2
    Last Post: 26 Mar 2009, 06:20 PM
  2. Multiple Banners on Main page
    By skylab001 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2008, 06:32 AM
  3. Banners in index main page
    By derer in forum Basic Configuration
    Replies: 5
    Last Post: 15 Nov 2007, 01:09 AM
  4. Showing banners not on the main page?
    By JakubM in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Feb 2007, 08:15 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
  •