Couple of quick questions about footer templates:
I imported and configured/edited a cloud footer template, using TagDiv composer on the home page. Got it looking the way I want, and happy with it.
Didn’t realize I had to then set it in the theme panel for the rest of the web site, so imported version (or something) still showing up on posts. Set Footer in theme panel to use the imported template, and all seemed to be well.
BUT —
- The cloud footer on the posts is slightly different than the one on the home page. Specifically, there is space above the list menu in the center panel on the posts, that is not there on the home page. If they are both (supposedly) using the same footer template, why would there be a difference?
- I cannot figure out how to edit the footer template itself. I can edit the one on the home page using TagDiv composer, but on the posts pages there is no option to “Edit with Tagdiv composer.” There is also no option for that in the cloud library listing.
Thoughts?
Hi,
1. If I’m right and this is your website -> https://forwardky.com/ then the footer problem seems to be solved -> https://i.imgur.com/WuV1qVm.png
If is not this, make sure that you have set the same footer and there is no plugin that is interfering with it.
2. The footer template can be edited only if you are edit a page or cloud template, there is no button in cloud templates to edit it, therefore it can be edited only from the elements where is set (pages/cloud templates).
-> https://i.imgur.com/OpYJe2p.png -> https://i.imgur.com/ci9p54S.jpg
Also if is a general footer, when you edit it in one place it will display the edited version for entire website.
Thank you!
Your first screen captures actually showed the problem I’m talking about. There is a gap above the menu word “Content” on all the posts, but no gap above that same word on the home page or on any other page.
It’s a very small thing, and not something I worry about. But, it bugs me not to be able to fix it. And of course, on a post, there is no “Edit with Tagdiv Composer” button at the top — only on pages.
Hi BruceInLouisville,
Indeed, now I see about what gap you are saying, also you are using standard post templates, that is way you can not edit theme with tagDiv Composer.
Please check to see if the footer template that you have set in theme panel -> https://i.imgur.com/h3EWLB1.png is the same with the one from homepage (it should be set on global footer) -> https://i.imgur.com/L4ODoRr.png
Let me know the results!
I’ve gone through and checked the settings, and they appear to be correct. When I look in my Cloud Templates list, there is only one footer template, and it is Influencer. Both the home page and the global setting are set to it. And yet, it is rendered differently on posts than on pages.
I appreciate your help with this. At this time, I’ve spent enough time trouble-shooting, so I’m just going to let it go. Perhaps at some point I’ll have the time to re-import a footer template and rebuild from scratch. You can go ahead and mark this as Closed. Thanks!
Hi,
If you want you can try this custom css as a quick fix -> https://i.imgur.com/aWe2fgb.png
.home .td-footer-template-wrap .td_block_wrap.td_block_list_menu #menu-left-list-menu {
margin-top: 14px;
} .td-footer-template-wrap .td_block_wrap.td_block_list_menu #menu-left-list-menu {
margin-top: -8px;
}
Hope this will help you!
Thank you!
Yes, thank you! That seems to have taken care of it. I really appreciate your help; I might have been able to get there, but it would have taken much longer. 🙂
