-
AuthorPosts
-
December 18, 2014 at 1:35 pm #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!
December 18, 2014 at 11:36 pm #370292Hey kidcabide!
Thank you for using Enfold.
There are two missing dash on the next tag. Please use this:
Page 1 <!--nextpage--> Page 2
Cheers!
IsmaelDecember 19, 2014 at 2:40 pm #370571That’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
December 20, 2014 at 5:35 pm #370989Hey!
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,
ElliottJanuary 25, 2016 at 9:02 pm #571606Hi!
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?
January 26, 2016 at 7:46 am #571917Hi,
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,
RikardJanuary 26, 2016 at 2:59 pm #572140Hi.
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.
January 28, 2016 at 8:54 pm #574073Hi!
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-565212Cheers!
AndyJanuary 29, 2016 at 2:08 am #574231I 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? :)January 29, 2016 at 2:10 pm #574537Well 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
January 29, 2016 at 2:53 pm #574566Hahaha, 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.January 30, 2016 at 9:32 am #574952Hey!
Glad you found a workaround for this. if you have any questions please feel free to contact us in future.
Best regards,
Vinay -
AuthorPosts
- The topic ‘Split page content into several pages with pagination’ is closed to new replies.