Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    Hi,

    I took a look at your theme and it looks like they have internal shortcodes to do perhaps what Multipage plugin does. So that’s could be why your theme interfects with Multipage.

    Thread Starter awheewall

    (@awheewall)

    Thanks 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?

    Plugin Author Sergio De Falco

    (@sgr33n)

    The tutorial you linked is about <!– nextpage –> that is also the engine of Multipage. Anyway every theme I’ve ever seen already has that piece of code. The issue about X-Theme could be due to some custom shortcode of the theme, unfortunately look like it’s a premium theme so I cannot see the code in order to debug it 🙁

    Thread Starter awheewall

    (@awheewall)

    Thanks. 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.

    Plugin Author Sergio De Falco

    (@sgr33n)

    Good, visual editors can be very messy.

    Hi Adam,

    I am also having this issue but with another theme. Did you ever find a solution?

    Thanks
    Connor

    Thread Starter awheewall

    (@awheewall)

    No 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.

    Thanks for your reply. I also had to do it manually, it takes a bit more time but it gets the job done.

    Connor.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Doesn't work with X-Theme’ is closed to new replies.