ThisJustin Posted July 7, 2020 Share Posted July 7, 2020 Site URL: https://chancho-yvr.squarespace.com/ Hello, I'm wondering if anyone has ever had experience enabling the Footer on the Tremont index page? It displays on all other pages but I would like it on the index as well. I have developer mode enabled but I can't quite figure out to modify the template for this behaviour. Site is: https://chancho-yvr.squarespace.com/ Password: Tacos! Link to comment
Guest Posted October 13, 2020 Share Posted October 13, 2020 Hello, I see you go the footer on the index page. May I ask how you did it? Thanks, Marissa Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Just solved problems for 2 members. You can use custom jQuery (you can share link, we can check easier), or use Sidebar Plugin (you need to contact plugin author to tweak the plugin code to make sidebar as footer) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Solution ThisJustin Posted October 16, 2020 Author Solution Share Posted October 16, 2020 (edited) Hello @MJakaJaX You can solve this problem by enabling developer mode in Tremont and making the changes through git. ( I won't cover this here but just tell you the changes I made.) In site.region remove the conditionals around the footer block: {.equal? collection.typeName "index"}{.or} <footer class="site-footer"> <squarespace:block-field id="footer-blocks" columns="12" label="Footer Content" /> </footer> {.end} so that it looks like: <footer class="site-footer"> <squarespace:block-field id="footer-blocks" columns="12" label="Footer Content" /> </footer> Then in styles/index.less remove or comment out the following: .site-footer { display: none; } You can then use some css to add a solid background to the footer if you would like. Edited October 17, 2020 by ThisJustin Link to comment
Guest Posted October 17, 2020 Share Posted October 17, 2020 (edited) @ThisJustin Nice! Thank you ☺️ Edited October 17, 2020 by MJakaJaX Link to comment
Guest Posted October 17, 2020 Share Posted October 17, 2020 (edited) @tuanphan Hi, Can you please help with the custom jQuery you mentioned above? Does it require Developer mode? https://sepia-sheep-3c87.squarespace.com/ password : 12345 Thanks, Marissa Edited October 17, 2020 by MJakaJaX Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment