Archived topic
Extra footer-bar
3 replies · Started by Alex on February 11, 2021
Hi there,
I'm redesigning a divi design in my favourite theme!
The footer i need to convert consists of 3 parts: a 3-column footer, a horizontal menu and a footer bar. I managed to make the 3 column footer and placed a menu in a footer bar.
Then I thought i'd make an element and place it in the footer-area as where it the third part of the footer.
But the new footer element doesn't add a footer-element, it replaces the footer bar. How can I add an element to the footer?
you can see the footer in it's divi variant here
Best regards,
Alex Boerema
oh dear..... I thought adding a block to the sitefooter should do it, but instead I added a block to the hook generate_after_footer
Works like a charm!!!
Hi Alex,
Are you using block element, if so you could try generate_before_footer_content hook instead of site footer as block type.
Here's a visual hook guide, should be helpful.
https://docs.generatepress.com/article/hooks-visual-guide/
Let me know :)
So it all works now? Glad you figured it out :)