ThisJustin Posted July 7, 2020 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!
Guest Posted October 13, 2020 Posted October 13, 2020 Hello, I see you go the footer on the index page. May I ask how you did it? Thanks, Marissa
tuanphan Posted October 16, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ThisJustin Posted October 16, 2020 Author Posted October 16, 2020 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.
Guest Posted October 17, 2020 Posted October 17, 2020 @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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.