That is the only log file generated.
Its fine in the responsive classic the footer is there, am wondering if just reinstalling the template will work or whether I didnt install the template correctly.
Printable View
That is the only log file generated.
Its fine in the responsive classic the footer is there, am wondering if just reinstalling the template will work or whether I didnt install the template correctly.
Do you see the copyright notice at the bottom of the page? If you do, then the footer is being displayed. The only difference I get between responsive classic and bootstrap is that a row with a link to home is not displayed.
Attachment 20130
Attachment 20131
@Angiex1 what you have looks ok to me. Now it's time to get cracking on the define pages!
@swguy Thats from the classic responsive template as I changed it back to that to check the footer was ok. But on the bootstrap 4 template there is no footer.
If you check now you will see the issue.
That's how it's supposed to look. It's fine.
@swguy Looking at Lat9's site with bootstrap there is a footer which mine does not have please see attached. Is that how it is supposed to be as Lat9 stated there should of been a footer? and to look at her site.
Attachment 20134
When you look at
https://vinosdefrutastropicales.com/zc157_bs4/
there is a bar at the bottom with My Account, Site Map, Privacy Notice, etc.
This just means she has EZ Pages configured to show links in the footer.
Thank you.
My ez pages footerbar status display is set to on so what am I missing to get it to show?
Ok erm I am wanting a bar across the bottom and under that with some of the links in the information side box in there plus my social media icons and links etc.
How would I do that ?
I also cannot find how to remove some of the links in the information side box, some I have removed others such as shop by brand I cant find how to remove and order status I want in the footer but not in the information side box?
> My ez pages footerbar status display is set to on so what am I missing to get it to show?
You have to turn the entries in Tools > EZ-Pages that you want to show to green (display in footer = yes, sort order > 0) in the Footer column.
https://docs.zen-cart.com/user/ezpages/ezpages_display/
> I also cannot find how to remove some of the links in the information side box ...
https://docs.zen-cart.com/user/admin...inepagestatus/
Note that About Us and Brands links are different - see
https://docs.zen-cart.com/user/custo...fic_overrides/
Small bug in version 3.4.0 of the bootstrap template:
includes/modules/sideboxes/bootstrap/information.php
references FILENAME_ABOUT_US and FILENAME_BRANDS for checks as to whether to add these links to the sidebox; should follow the 1.5.8 release standard of checking the flags $flag_show_about_us_sidebox_link and $flag_show_brand_sidebox_link instead.