Results 1 to 10 of 25

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Can I put some html content on the first page only?

    I am using banner 3 for.

    What do you mean wrong banner?
    Using Zen Cart 1.5.1

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Can I put some html content on the first page only?

    Quote Originally Posted by Kevin205 View Post
    I am using banner 3 for.

    What do you mean wrong banner?
    I meant different banner, but try the code I posted but for your chosen banner number of course.

  3. #3
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Can I put some html content on the first page only?

    Quote Originally Posted by picandnix View Post
    I meant different banner, but try the code I posted but for your chosen banner number of course.
    Quote Originally Posted by picandnix View Post
    wrong banner?

    PHP Code:
    <?php
      
    if ($this_is_home_page && (SHOW_BANNERS_GROUP_SET4 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET4))) {
    I tried the following:
    PHP Code:
    <?php
      
    if ($this_is_home_page && (SHOW_BANNERS_GROUP_SET3 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET3))) { 
        if (
    $banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static'$banner); ?></div>
    <?php
        
    }
      }
    ?>
    No it does not work. Thank you.
    Using Zen Cart 1.5.1

 

 

Similar Threads

  1. In an EZ-Page, can I put a link to a popup of other content?
    By cstahlhut in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Aug 2012, 09:46 AM
  2. How to put the content below images on the home page?
    By ashadweb in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2010, 11:29 AM
  3. Can I put sidebox content into an EZ-Page?
    By makenoiz in forum General Questions
    Replies: 1
    Last Post: 8 Feb 2010, 03:10 AM
  4. Trying to add custom HTML content to the index page only.
    By inthecomputer in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Jun 2008, 11:04 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