Archived topic
How do add section at the botton
10 replies · Started by Terrell Jerry on August 16, 2017
Hello,
I trying to add sections to the bottom while sections are enabled but it makes the bottom of my add on sections width smaller when I have sidebar layout check to (content/sidebar).
I want the add on sections when enabled to be full width. Not short and contained.
Example how I want it: http://www.serpshake.com/about-us/
Pay attention to the bottom sections.
I think your best bet here is to use GP Hooks, check here for hook locations http://demo.generatepress.com/hook-locations/ and all the available hooks https://docs.generatepress.com/collection/hooks/.
Hi there,
Not sure what's special about the bottom section of that example page?
There are full width settings for each section: https://docs.generatepress.com/article/sections-overview/#layout
How can I add color to sections while enabling sidebar. Like the example above.
I look forward to your response.
You should still be able to change the colors when using sidebar in the Sections settings: https://docs.generatepress.com/article/sections-overview/#colors
Let me know if this is not what you wanted. If not can you link me to the page of what you have so far?
What happening is that when I have sections enabled the sidebar is disabled but I have snippet code to enable sections when activated. My question how can I keep sections in full mode when sections are enabled?
I want it to show up like this website: http://www.serpshake.com/about-us/
I look forward to your response.
That's actually super tough to do unfortunately.
You would have to scrap the sidebar, and add a "faux" sidebar using columns: https://docs.generatepress.com/article/creating-columns/
If you need to add widgets in your faux sidebar, you can use a plugin like this: https://en-ca.wordpress.org/plugins/widget-shortcode/
So this well put sections at the bottom full width and everything else the same.
Yeah this will basically create 2 columns inside a full width section.
Let me know if this makes sense.
Somewhat but can I make the sections horizontal at the bottom? I made need help to perform this function!
No. Basically you need to create columns inside sections by following the page Tom linked: https://docs.generatepress.com/article/creating-columns/
Then use a plugin to turn widgets into shortcode and add them in one of the columns using the plugin Tom suggested:
https://en-ca.wordpress.org/plugins/widget-shortcode/