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.
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
![]()
Thanks, Colleen
www.af-company.com
To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978
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
Thanks, Colleen
www.af-company.com
To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978
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?
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);
}
}
?>
Bookmarks