awheewall
Forum Replies Created
-
Forum: Plugins
In reply to: [Multipage] Doesn't work with X-ThemeNo I don’t believe there is a solution. I tried at least 5 of these plug-ins. In the end I broke the pages up into smaller page manually, not ideal, but at least it works properly.
Adam.
Forum: Plugins
In reply to: [Multipage] Doesn't work with X-ThemeThanks. The problem is with Visual Composer I think.
The plugin works if I manually insert the [nextpage title=”Pretty title”] in the classic code view, i.e. not using the Visual Composer. If this is in an element created by Visual Composer, then it is surrounded by these tags: [vc_row][vc_column] [text_output] ###### [/text_output] [/vc_column][/vc_row]
Thus when the [/text_output] does it’s thing, the next piece of content is [/text_output] [/vc_column][/vc_row] which just gets displayed at the top of the next page.
It seems that Visual Composer will read and write the manually inserted code, and just displays it as an empty row.
So I can use it, but it’s a pain. I thought you should know.
I could provide you with a copy of the theme for debugging, but I think it needs to be activated to work. Let me know.
Thanks for taking the time to check this out.
Cheers,
Adam.
PS. The reason I mentioned the tutorial using the <!–nextpage–> tag, was that the result was the same with the closing VC tags on the following pages. But as I explained above, this makes sense.
Forum: Plugins
In reply to: [Multipage] Doesn't work with X-ThemeThanks for the swift reply.
According to Theme.co the TOC feature (which I guess you’re referring to) doesn’t replace the native wp multi-page feature <!–nextpage–>.
As seen here by their first response: http://theme.co/x/member/?s=nextpage
I wonder if this feature requires the command: <?php wp_link_pages(); ?>
to be put into the ‘single.php’ loop?This is mentioned again and again including here:
http://www.wpbeginner.com/wp-tutorials/how-to-split-wordpress-posts-into-multiple-pages/I’ve tried that too and still nothing.
Any ideas?