Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Remove image side boxes from product pages

    Yes, I would like the banner to show only on the main page and removed from the other pages....if possible.

  2. #12
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Remove image side boxes from product pages

    Quote Originally Posted by ricangem View Post
    Yes, I would like the banner to show only on the main page and removed from the other pages....if possible.
    Wrap it in ..
    PHP Code:
    if ($this_is_home_page) {
    ... 
    your code here ...


  3. #13
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Remove image side boxes from product pages

    Hi Gilby, I tried what you said and the code you gave me shows with the image on my website. Did I do something wrong? Sorry I am not familiar with php. Here's what I did:

    if ($this_is_home_page) {
    <div class="az_right_bar_bottom">
    <a href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36"><div id="az_banner4"></div></a>
    <div class="clear"></div>


    </div> }

  4. #14
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Remove image side boxes from product pages

    Quote Originally Posted by ricangem View Post
    Hi Gilby, I tried what you said and the code you gave me shows with the image on my website. Did I do something wrong? Sorry I am not familiar with php. Here's what I did:

    if ($this_is_home_page) {
    <div class="az_right_bar_bottom">
    <a href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36"><div id="az_banner4"></div></a>
    <div class="clear"></div>


    </div> }
    Ahhh try this..
    PHP Code:
    <?php if ($this_is_home_page) { ?>
       <div class="az_right_bar_bottom">
       <a  href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36">
       <div  id="az_banner4"></div></a>
       <div class="clear"></div>
       </div>
     <?php    ?>

  5. #15
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Remove image side boxes from product pages

    Quote Originally Posted by gilby View Post
    Ahhh try this..
    PHP Code:
    <?php if ($this_is_home_page) { ?>
       <div class="az_right_bar_bottom">
       <a  href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36">
       <div  id="az_banner4"></div></a>
       <div class="clear"></div>
       </div>
     <?php    ?>
    Bingo! Thank you so much!

  6. #16
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Remove image side boxes from product pages

    Quote Originally Posted by ricangem View Post
    Bingo! Thank you so much!
    Glad to know it worked for you....

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Remove heading from side boxes
    By els321 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Nov 2011, 09:14 PM
  2. Remove pages from side boxes
    By Ivanna in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2011, 09:32 PM
  3. Remove sub-category image from individual product pages?
    By mtmnet in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 18 Jul 2009, 05:04 PM
  4. Remove right side boxes from product pages
    By SmartSeller in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2008, 07:44 PM
  5. Remove Side Boxes From Tell A Friend Page
    By webgaffer in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Oct 2007, 08:48 AM

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