Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2008
    Posts
    32
    Plugin Contributions
    0

    Default Banner will not display

    I tried to install a banner on the position 3 on my site. I used sideboxes/banner_box_all.php, sideboxes/banner_box_all.php, head position 3. I read the proceedure in the ZenCart Manual and think I followed it correctly. The banner shows up under Banner manager but not on the site. Any ideas?

    Thanks in advance.

    My site is www.floridadriftwood.com
    Last edited by boukmn; 27 Aug 2008 at 06:50 PM. Reason: forgot my sit url

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Banner will not display

    What banner group did you add it to? Do you have that group activated for position 3 in Admin> Configuration> Layout Settings?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    May 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Banner will not display

    In Admin> Configuration> Layout Settings I have Banner Display Group - Header Position 3 ..... BannersAll Selected.

  4. #4
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: Banner will not display

    Make sure your banners in the BannersAll group are active or they will not display.
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  5. #5
    Join Date
    May 2007
    Location
    Brighton/Hove/Sussex
    Posts
    144
    Plugin Contributions
    0

    Default Re: Banner will not display - been working but gone!

    Already looked through another thread on this similar topic;
    http://www.zen-cart.com/forum/showthread.php?t=107497

    Have happily had a banner box with its image & hyperlink showing for ages then all of a sudden the image & link has gone. The banner box surround & header title is still there but nothing in it.
    Provided below is my home page source for that banner box, & nothing here seems amiss. Also shown the details in my admin settings after that, plus a copy of what my tpl_box_default_right.php file reads, as mentioned in the other thread.

    Any thoughts anyone, got to be something simple, nothing updated recently, still on 1.3.7 with PHP Version 4.4.7
    --------------------------------------------
    <!--// bof: bannerbox2 //-->
    <div class="rightBoxContainer" id="bannerbox2" style="width: 170px">
    <h3 class="rightBoxHeading" id="bannerbox2Heading">Visit the Sussex site here...</h3>
    <div id="bannerbox2Content" class="sideBoxContent centeredContent"><a href="http://transportpostcards.co.uk/shop/index.php?main_page=redirect&amp;action=banner&amp;goto=10" target="_blank"><img src="images/banners/sussex-icon.gif" alt="www.Sussex-Transport.co.uk" title=" www.Sussex-Transport.co.uk " width="150" height="62" /></a></div></div>
    <!--// eof: bannerbox2 //-->
    --------------------------------------------
    Configuration > Layout Settings > Banner Display Groups - Side Box banner_box2 = sussex
    Banner Manager > banners=www.Sussex-Transport.co.uk Groups=sussex Displays=332010
    --------------------------------------------
    <?php
    /**
    * Common Template - tpl_box_default_right.php
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_box_default_right.php 2975 2006-02-05 19:33:51Z birdbrain $
    */

    // choose box images based on box position
    if ($title_link) {
    $title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>';
    }
    //
    ?>
    <!--// bof: <?php echo $box_id; ?> //-->
    <div class="rightBoxContainer" id="<?php echo str_replace('_', '-', $box_id ); ?>" style="width: <?php echo $column_width; ?>">
    <h3 class="rightBoxHeading" id="<?php echo str_replace('_', '-', $box_id) . 'Heading'; ?>"><?php echo $title; ?></h3>
    <?php echo $content; ?>
    </div>
    <!--// eof: <?php echo $box_id; ?> //-->
    Original store was 1.39:- TransportPostcards.co.uk/shop (redirecting out)
    Working on a fresh new store... 1.56a TransportPostcards.co.uk/store
    Appreciate Zen-Cart? - Always keep a banner link on your shop

  6. #6
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: Banner will not display

    Not sure if I've missed something but I just checked and the banner box 2 seem to be working ok in multiple browsers (image displays ok and link redirects correctly).
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Banner will not display

    Sounds like it is an ad filter on either your computer's antivirus or your browser doing this ...

    To test this theory, make a banner but load its image to a new directory:
    /images/zencart

    be sure to set the directory to 777 when you make it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    May 2007
    Location
    Brighton/Hove/Sussex
    Posts
    144
    Plugin Contributions
    0

    Default Re: Banner will not display

    Quote Originally Posted by Ajeh View Post
    Sounds like it is an ad filter on either your computer's antivirus or your browser doing this ...
    Brilliant, I thought it must be something very simple, as its been working like all the other banners with no problem until the last couple of days. Ive dug about & found it was some ad blocker thats just started to get involved, hence why you all could see the sussex (map) logo & follow the link but I could not.

    Great work folks, both of you who replied did respond fast & helpful, many thanks again.
    Original store was 1.39:- TransportPostcards.co.uk/shop (redirecting out)
    Working on a fresh new store... 1.56a TransportPostcards.co.uk/store
    Appreciate Zen-Cart? - Always keep a banner link on your shop

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Banner will not display

    Thanks for the update that your ad blockers were doing this ...

    Might keep that in mind for all your banners as many of your customers have ad filters too and will get similar results ...

    Simply don't use directory names that will trip an ad blocker ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    May 2007
    Location
    Brighton/Hove/Sussex
    Posts
    144
    Plugin Contributions
    0

    Default Re: Banner will not display

    Quote Originally Posted by Ajeh View Post
    Simply don't use directory names that will trip an ad blocker ...
    Can you expand on that with a suggestion.

    It was only an ad (or sort of) to my sister site that was blocked neither of the more commercial ones. So I would like to understand why just that one got blocked but the others were okay.

    Where is the directory name, as it just pushed the link to the home/index of that other site.
    sussex - transport.co.uk/index.htm
    Last edited by Dinnages; 2 Dec 2008 at 09:09 AM. Reason: removed link
    Original store was 1.39:- TransportPostcards.co.uk/shop (redirecting out)
    Working on a fresh new store... 1.56a TransportPostcards.co.uk/store
    Appreciate Zen-Cart? - Always keep a banner link on your shop

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Site will not display
    By tmd2016 in forum General Questions
    Replies: 2
    Last Post: 10 Jun 2016, 01:43 AM
  2. v151 Banner Ads will not Display - Image code not generated?
    By gameoverbeyond in forum Basic Configuration
    Replies: 4
    Last Post: 9 Aug 2013, 11:03 AM
  3. Banner ads will not show
    By WebSiteGuru in forum General Questions
    Replies: 1
    Last Post: 8 May 2010, 09:54 PM
  4. Banner manager will not save
    By ecotopia in forum Basic Configuration
    Replies: 2
    Last Post: 16 Oct 2009, 06:00 AM
  5. Right Column Banner Will Not Display
    By jacdesigner in forum Customization from the Admin
    Replies: 10
    Last Post: 22 Sep 2008, 11:31 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