Yeh, I have. Everything I try I just get a blank.
Printable View
OK, I see why.
If you check the contents of -
https://cdnjs.cloudflare.com/ajax/li...wesome.min.css
there's no facebook, pinterest or insta...
Here you are: https://cdnjs.cloudflare.com/ajax/li...brands.min.css
for others who may require this, add
to the preloads in YOUR_TEMPLATE/common/html_header.phpCode:'fab' => [
'link' => 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/brands.min.css',
'integrity' => 'sha384-hu7sKftLeB/8IYmWPfl2Jo6MTRHquwXVmGPT/08RqhuANVZrbNFBIsvWPOiUduYX',
'type' => 'style',
],
Building a new site and moving my stuff over. All is going well for now except the following. ON my old site the logo.gif is in the top left corner and the banners are larger. See example. Attachment 20721
On the new site the logo.gif is in the left center and the banner size is smaller. see example. Attachment 20720
How do I change this.
So I don't know if this is the correct way, but in includes/templates/bootstrap/common/tpl_header.php
I changed line 93 from center to start. Now puts the logo on the top left side.
I also changed line 96 from col-sm-4 to col-sm-3 This moved the banner over a little more center
Hi,
This is a dumb question, but how do I achieve the layout shown in the documentation?
https://docs.zen-cart.com/user/template/bootstrap/
I can't get a header or footer despite having them turned on in tools/ ezpages.
Thanks,
Mike.
Apologies, after much playing around I found the multiple settings needed to display the ezpages links.
However, I still haven't managed to get the define pages links showing.
All Define Page Status values are set to 1, but no links are showing.
More information required. Screenshot of what you are working on, where expecting to see the define pages listed (as the screenshot from the docs you sent does not have define pages showing...well, except the ezpages link pointing to the "privacy notice" define page.