Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
robbinsgj
Is there a way to make all pages single column, not just the main index page?
Turn off the left and right hand columns in the admin--configuration--layout settings
Thanks,
Anne
Re: Stirling Grand Responsive Template
Is there a way to delete the content of the footer all together? If I comment out the footer_menu_defines.php file it still leaves things behind.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
robbinsgj
Is there a way to delete the content of the footer all together? If I comment out the footer_menu_defines.php file it still leaves things behind.
If you post a link to your site along with the question I can take a look.
Thanks,
Anne
Re: Quantity Discounts Table
Quote:
Originally Posted by
margecc
Good afternoon,
I am working on our new site, but I can't figure out how to get the quantity discounts table to display nicely on mobiles. I'm sure it's a simple fix, but any help would be appreciated!
Thanks in advance
Colleen
Attachment 15426
That's because it is a table and tables are not mobile friendly ;) There are various javascript and css/js solutions out there. If you do a google search for responsive tables you will find them :) I have one implemented on my table here:
https://www.picaflor-azul.com/zen-ca...plate-packages
View it on a desktop and your phone.
Thanks,
Anne
Re: Quantity Discounts Table
Quote:
Originally Posted by
picaflor-azul
That's because it is a table and tables are not mobile friendly ;)
I had a hunch that was going to be your answer LOL! Thanks for pointing me in the right direction.
Re: Stirling Grand Responsive Template
Hello Anne,
Is there an easy way to add slides to the slider? I have added slides in the bannermenu but no result.
And how do I change the alt and title of the slides?
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Hello Anne,
Is there an easy way to add slides to the slider? I have added slides in the bannermenu but no result.
And how do I change the alt and title of the slides?
For this template you will need to add a new banner group to the includes/templates/stirling_grand/common/tpl_home_slider.php to add additional slides. The title of the slides will be whatever title you put in your admin--tools--banner manager.
Thanks,
Anne
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
picaflor-azul
For this template you will need to add a new banner group to the includes/templates/stirling_grand/common/tpl_home_slider.php to add additional slides. The title of the slides will be whatever title you put in your admin--tools--banner manager.
Thanks,
Anne
Thanks Anne,
but I have added a new bannergroup in the tpl_home_slider.php but is is not working:
PHP Code:
<?php
if (SHOW_BANNERS_GROUP_SETSTI6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETSTI6)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Quartier
Thanks Anne,
but I have added a new bannergroup in the tpl_home_slider.php but is is not working:
PHP Code:
<?php
if (SHOW_BANNERS_GROUP_SETSTI6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETSTI6)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
Instructions for how to add a new banner group have been posted to the forum many times already so I ask that you do a forum search. You need to also add the banner group to your database.
Thanks,
Anne