Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #369935

    Hello,

    I have a very long page and I need to split the content into pages.

    In WordPress, I just need to place the code <!–nextpage–> where I want the next page to start. WP automatically creates the several pages with pagination.
    If I try to use this with Enfold, it creates the pagination links, but every page has all the content in it. It doesn’t really split the content, just repeats it in every page.

    So how can I split the content of a page into multiple pages with pagination?

    Thank you!

    #370292

    Hey kidcabide!

    Thank you for using Enfold.

    There are two missing dash on the next tag. Please use this:

    Page 1
    <!--nextpage-->
    Page 2
    

    Cheers!
    Ismael

    #370571

    That’s the code I use and it doesn’t work. Don’t know how I wrote it on the original post with a single dash, sorry.

    FYI, I use the Advanced Layout Editor and I tried writing that code inside a code block and a text block and it doesn’t work.

    But if I use the Default Editor and write it on the “text” tab, it works as expected.

    Thanks for your interest btw

    #370989

    Hey!

    You can use it inside a codeblock element but other than that I don’t think WordPress is going to see it. It would be best to just use the default editor if you need to split up your content into pages.

    Best regards,
    Elliott

    #571606

    Hi!

    Im trying to use a “nextpage” width doubled dash, in a long page (its a page, not a post) and does not worked. My Enfold is the last one.
    The page has a color section, I put “nextpage” in a text block (using text tab) or a code block and nothing.
    The pagination link is shown, but the content its the same for all pages, like kidcabide says.

    What can I do to solve this?

    #571917

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please? Start a new thread next time please.

    Thanks,
    Rikard

    #572140

    Hi.

    The site is http://sitetemporario.web1internet.com.br/thiagobrado/videos/
    The “nextpage” is between second and third row. Note that pge navigator appears in bottom of page, but the content isn’t paginated.
    I put “nextpage” in a code block with disable microcode checked, inside color section.
    I created another simple text page, with “nextpage” and it works, but the problem is the owner of site will change its content and I’m creating some templates of block to make it easier to him to update contents. He has no knowledge of html.
    If I change from advanced editor to text editor, the content aren’t show.

    Thanks in advice.

    #574073

    Hi!

    I think it’s the same issue some other customers have reported to us. Actually it’s more about a WordPress issue and it seems that we need to wait for the new WordPress version. Until then refer to this:
    https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212

    Cheers!
    Andy

    #574231

    I was digging your code to try to solve this problem, and I found in file page_spli.php a shortcode called “av_sc_page_split”.
    Reading this code, I notice that I need to enable the “add_theme_support(‘avia_template_builder_page_split_element’)” in function.php of my child theme.
    I just enable this and the “page split” element appears on Layout Elements tab.
    I added to my page and worked.
    Is that a kind of hidden missed feature? :)

    #574537

    Well that seems like a better solution than the one I used at the time, which was hiding and showing the correct content per page via css. I was in a hurry hehehe

    #574566

    Hahaha, I understand.
    The only problem with this solution is that you need to duplicate the content every page. For example, if you use a Color Section, you need to duplicate this Color Section and put the page splitter between these Color Sections.

    #574952

    Hey!

    Glad you found a workaround for this. if you have any questions please feel free to contact us in future.

    Best regards,
    Vinay

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Split page content into several pages with pagination’ is closed to new replies.