Site logo

Archived topic

Multi-part footer with toolset views

3 replies · Started by Martin on January 16, 2020

Viewing posts 1–4 of 4

I would like to create a 2 section footer.
The first section would have 3 widgets in 3 columns with a dark background.
The second section below the first, would be only 1 column wide and would contain a toolset view on a light background.

How do I do this with GeneratePress (premium). Many thanks.

Hi there,

couple of ways we can do this, if the Toolset view can be displayed using a shortcode or PHP then the simplest method would be to use the Hook Element:

https://docs.generatepress.com/article/hooks-element-overview/

You can use the after_footer_widgets hook to position it below the the 3 footer widgets.

Let me know if thats workable - if not we can use 4 footer widgets and some CSS.

Perfect, the Hook element is great!

Glad to be of help

This archived topic is closed to new replies.