Archived topic
GB Social Buttons between Footer Bar & Copyright Bar
5 replies · Started by Michael on December 18, 2020
Hi,
Is there a way to insert GenerateBlocks Social Icons (created using button block) between the footer bar and copyright bar in the footer? I created it using an Element but there is no hook for the footer bar and I can't insert it via Widgets.
Thanks!
Hi,
You can use this documentation for hook reference.
https://docs.generatepress.com/article/hooks-visual-guide/
Looking at this reference, I believe generate_after_footer_widgets fits your requirement.
Let us know.
Hi Elvin,
Unfortunately, that doesn't work. If I use that hook, nothing displays with my current setup (I think it's because I don't have any footer widgets set up).
If I add a blank footer widget, the element will appear above the footer-bar rather than between the footer-bar and copyright-bar.
Hi there,
try changing the Hook to Custom Hook: generate_before_copyright and set the priority to 25
Perfect, that works - thanks David!
You're welcome