• Resolved andyt1980

    (@andyt1980)


    Hi,

    On your theme demo it shows a demo of the sections feature, this looks fantastic: https://demo.generatepress.com/sections/

    However, I wondered is it possible to copy sections from one page to another?
    Also, in the sections demo you have a section titled:
    Responsive, Multipurpose WordPress Theme

    You then have all the text within this section split into 3 columns. How did you achieve this? Did you you just wrap them in div/span tags using the text editor tab and then style them with CSS?

    tia,

    Andy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    At this time that’s not possible. The issue is when you copy all of the sections, you would need to add the sections on the new page in order to paste the content – without the sections added, there’s no where to paste it to. As time goes on, we’ll improve this and hopefully create some sort of cloning function.

    I used the built in grid system in GeneratePress, unsemantic: https://unsemantic.com/

    For example:

    <div class="grid-container grid-parent">
          <div class="grid-33">
                First column
          </div>
          <div class="grid-33">
                Second column
          </div>
          <div class="grid-33">
                Third column
          </div>
    </div>

    Let me know if you need more info ??

    Thread Starter andyt1980

    (@andyt1980)

    Thank you for the very prompt and helpful response.

    Theme Author Tom

    (@edge22)

    No problem! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Premium Theme Demo’ is closed to new replies.