BannersAll - doesn't show all banners. Please help!
I need help with my banners, please. I've put all 3 of them all into the BannersAll group, I've set the order for all of them. The banner group is positioned in Footer 3. They are supposed to show all at the same time, because they are static. But instead the banners behave as dynamic ones, showing only one banner. They just rotate as I keep refreshing my page. How do I solve this problem? I need them all at the same time. I am using zen-cart 1.3.8a.
Re: BannersAll - doesn't show all banners. Please help!
You can't show 3 banners at the same time in a single position (except in the Banners All SideBox)
To show 3 banners at the same time you will have to add 1 to each of the 3 footer banner positions. Note: they will not be stacked tightly together.
Re: BannersAll - doesn't show all banners. Please help!
Quote:
Originally Posted by
Kim
You can't show 3 banners at the same time in a single position (except in the Banners All SideBox)
To show 3 banners at the same time you will have to add 1 to each of the 3 footer banner positions. Note: they will not be stacked tightly together.
Thank you for your reply. I actually need to show 10 banners at the same time. You can see the example here: www.api.kh.ua (at the bottom) - this is my store, which I want to switch to zen-cart. Is something like that possible in zen?
Re: BannersAll - doesn't show all banners. Please help!
Is it possible to show several banners at the same time, like here: www.api.kh.ua? I need it for my new shop. Thank you very much for any help I can get!
Re: BannersAll - doesn't show all banners. Please help!
This is what the manual says:
"Banners belonging to the BannersAll group are displayed statically. All banners in this group will be displayed at the same time and will not change regardless of any page refreshes".
For some reason it doesn't work that way. I need around 10 banners along the bottom of my main page. Does anybody know how to implement this?
Re: BannersAll - doesn't show all banners. Please help!
That statement applies only if the banner group is applied to the "Banner Display Group - Side Box banner_box_all" option.
To achieve static banners for your custom footer, you will need to implement some custom code.
You can adapt the code from:
- includes/templates/template_default/sideboxes/tpl_banner_box_all.php
and tweak the following page to suit your needs:
- includes/templates/template_default/common/tpl_main_page.php
Remember to use the Template Overrides System for this.
Re: BannersAll - doesn't show all banners. Please help!
Just "hardcode" them in your tpl_footer
Re: BannersAll - doesn't show all banners. Please help!
Quote:
Originally Posted by
canopy
That statement applies only if the banner group is applied to the "Banner Display Group - Side Box banner_box_all" option.
To achieve static banners for your custom footer, you will need to implement some custom code.
You can adapt the code from:
- includes/templates/template_default/sideboxes/tpl_banner_box_all.php
and tweak the following page to suit your needs:
- includes/templates/template_default/common/tpl_main_page.php
Remember to use the Template Overrides System for this.
Thank you very much! I will try to do it, although I don't know php or html code very well. I'll see what I can do.
Re: BannersAll - doesn't show all banners. Please help!
Quote:
Originally Posted by
Kim
Just "hardcode" them in your tpl_footer
Thanks alot for the advice!
Re: BannersAll - doesn't show all banners. Please help!
Quote:
Originally Posted by
canopy
That statement applies only if the banner group is applied to the "Banner Display Group - Side Box banner_box_all" option.
To achieve static banners for your custom footer, you will need to implement some custom code.
You can adapt the code from:
- includes/templates/template_default/sideboxes/tpl_banner_box_all.php
and tweak the following page to suit your needs:
- includes/templates/template_default/common/tpl_main_page.php
Remember to use the Template Overrides System for this.
Well, I've tried, but nothing worked. What exactly do I need to adapt from the tpl_banner_box_all.php, and how can I adapt it? I am sorry, but I really don't have a clue about this.