[Resolved] Using sections

Home Forums Support [Resolved] Using sections

Home Forums Support Using sections

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #267348
    Tully

    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

    #267350
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #267353
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #267392
    Tully

    Great, thanks I look forward to the next version

    #267524
    Leo
    Staff
    Customer Support

    We are too πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.