I wan’t to add some static content above <div id=”footer”… on all my sites on the website throught html or advanced layout builder
How can i manage this?
Is there a best practice for that?
Hi jt!
you could try to use socket. Go to Enfold->Footer->”Default Footer Widgets & Socket Settings” and choose to display socket.
Best regards,
Andy
that’s not what i would like to display.
i would like to display a static content html above the footer on all pages of the site. perfect would be if it could be styled through advanced layout builder.
Hi,
If you want to use the builder I would recommend you style the content you would like and then save it as a template, you can then load that template each time you want that content to show. Otherwise you would have to add your content to footer.php in your child theme. The footer wrapper starts at line 26.
Thanks,
Rikard
hm ok but then everytime the content changes i have to rebuild the whole sites and posts where i have used the template
isn’t there a way to put a page’s content to the footer.php with a hook or something so that i don’t have to take the whole footer.php
Hey!
Use the theme’s “ava_before_footer” action hook. Example:
https://kriesi.at/support/topic/possible-to-create-widget-area-above-footer/#post-577168
https://kriesi.at/support/topic/single-post-template-with-post-slider-and-social-share/#post-575524
Cheers!
Ismael