Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi bloodbankgpm,
    All is obvious, you’ve put open and close shordcodes within in out of some divs. So it cuts divs and some divs becomes unclosed

    Example:

    [nextpage]
    text text text
    <div>
    text text text text
    [/nextpage]
    
    [nextpage]
    </div>
    text text text
    [nextpage]

    As you see the first page content will be:

    text text text
    <div>
    text text text text

    The closer div doesn’t exists, it’ll brake your theme div structure. Please make sure the open and close shordcodes doesn’t break your div structure. This is not only for divs, this issue can be with all HTML tags and other shordcodes.

    Thread Starter bloodbankgpm

    (@bloodbankgpm)

    Thanks a lot! The advice was spot on. The div tags were closed after the nextpage shortcode.
    There is a new issue now. I looked into and fixed all div tags but now there is a blank space appearing at the start. It is appearing on all the pages for 2 articles that I have published. You can check here- https://footballatclick.com/top-10-highest-english-premier-league-goal-scorer/4/

    Thanks a lot for the plugin and your support.

    Plugin Author gVectors Team

    (@gvectors-team)

    Make sure you don’t have spaces between shordcodes:

    This:

    [nextpage]
    text text text
    <div>
    text text text text
    </div>
    [/nextpage]
    
    [nextpage]
    text text text
    [nextpage]

    Should be like this:

    [nextpage]
    <div>
    text text text
    text text text text
    </div>
    [/nextpage][nextpage]
    text text text
    [nextpage]

    Thread Starter bloodbankgpm

    (@bloodbankgpm)

    Thanks a lot ! I placed tags like this –
    [/nextpage]
    [nextpage]
    Once I removed the page break the gap has been reduced and it all looks fine now.Marking the thread as resolved.
    Brilliant work with the plugin and the technical support team!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar missing and theme getting destroyed on some pages’ is closed to new replies.