Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
picaflor-azul
Diva is correct about these all being general zen cart questions ;) I would guess that if you did searches on the forum you would find similar questions have already been asked and answered.
Thanks,
Anne
Yes ma'am and because these are GENERAL Zen Cart questions, the answer will benefit ANYONE who has similar questions, not just those folks using THIS template which is why I suggested posting it in a more appropriate place.. (a NEW thread) Your suggestion is even better because I'm sure a search would have lead to similar posts which held the answers shags was after..
Re: Abbington Mega Template [Support Thread]
I've seen it somewhere but I can't find it now - detailed instructions on how to add a slide to the home page slider. Can someone point me to this?
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
godt
I've seen it somewhere but I can't find it now - detailed instructions on how to add a slide to the home page slider. Can someone point me to this?
It's in the read me.
The image goes in templates>template name>images
Re: Abbington Mega Template [Support Thread]
Sorry, but I can't see it in the readme. All I have under 'Customizing the slide show' is stuff on adding a banner. Nothing about adding another slide.
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
godt
Sorry, but I can't see it in the readme. All I have under 'Customizing the slide show' is stuff on adding a banner. Nothing about adding another slide.
It's somewhere in here
http://www.zen-cart.com/showthread.p...-Thread/page13
Re: Abbington Mega Template [Support Thread]
Doesn't seem to be there.
Re: Abbington Mega Template [Support Thread]
Found what I was looking for:
http://www.picaflor-azul.com/blog/?p=1033/
but that pertains to slides added using define_main_page.php, and does not relate to where slides are added using banner groups, ie., other templates.
What files need to be altered to add slides using the banner group thing? How does one identify a banner group, as in
< ? php
if (SHOW_BANNERS_GROUP_SET13 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET13)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
? >
Banner groups are not numbered in this way in the zencart banner manager, at least that I can see.
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
godt
I've seen it somewhere but I can't find it now - detailed instructions on how to add a slide to the home page slider. Can someone point me to this?
If you want more slides than the 5 you will need to add a new banner group.
Thanks,
Anne
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
godt
Found what I was looking for:
http://www.picaflor-azul.com/blog/?p=1033/
but that pertains to slides added using define_main_page.php, and does not relate to where slides are added using banner groups, ie., other templates.
What files need to be altered to add slides using the banner group thing? How does one identify a banner group, as in
< ? php
if (SHOW_BANNERS_GROUP_SET13 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET13)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
? >
Banner groups are not numbered in this way in the zencart banner manager, at least that I can see.
If you do a search on the forum for how to add a new banner group, you will find instructions ;)
Thanks,
Anne
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
picaflor-azul
If you do a search on the forum for how to add a new banner group, you will find instructions ;)
Thanks,
Anne
Thanks Anne I was trying to assist him but the iphone wouldn't search right lol