Archived topic
Using sections
4 replies · Started by Tully on January 23, 2017
Hi there,
A couple of questions re the new version of sections.
1. Is it possible to disable certain sections without deleting them? I think this was possible in the older version of sections?
2. Is there a way to duplicate a section?
Thanks
Hi Tully,
1. You would need CSS to do that. It will be easy in the next version of GP premium (should be out soon!) which allows users to give a Custom ID to each section.
If you want to hide section now, add the CSS below Simple CSS Metabox for the page (change the second #). Keep in mind that this needs to change if you rearrange the sections
#generate-section-# {
display: none;
}
In the next version you would be able to enter a custom ID and do this instead and it will still work when rearranged.
#customID {
display: none;
}
2. Unfortunately no duplication feature right now. A couple people have already mentioned it so we will add to the suggestion list for sure :)
Hiding with CSS will work, but definitely isn't ideal.
I can see merit in an option to completely disable a section - I'll look into it :)
Great, thanks I look forward to the next version
We are too :)