• Resolved gregcrowe

    (@gregcrowe)


    I went through the installation process for this plugin and left the settings on default. The pagination isn’t showing up, nor is the standard one caused by wp_link_pages being hidden. I have a child of Twentry Fourteen, and I still use all the standard CSS labels for page navigation.

    Am I supposed to use a standard page break tag as if for standard wp_link_pages? If not, what do I use? Also, is there something I need to add to the code?

    Thank you.

    https://www.ads-software.com/plugins/pagination/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter gregcrowe

    (@gregcrowe)

    I should point out that it shows up just fine on archive and search listings, but not at all on single posts with <!–nextpage–> tags.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    If you want to use navigation block for multipage posts, please add the following lines to the files which are responsible for content displaying of single page or post, to the place, where you’d like to add the navigation block:

    <?php if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'multipage' ); ?>

    Sincerely,
    BestWebSoft Support team

    Thread Starter gregcrowe

    (@gregcrowe)

    That seems to have done the trick. Thank you.

    I couldn’t find reference to this step anywhere in your documentation. Did I miss it somewhere?

    Also, while I have you, how would I generate the navigation HTML code so I could assign it to a string variable? I need to move one instance of the pagination block to something else that is a part of the_content, so I would need to use a filter and strings.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    1) This information is provided on the plugin settings page.
    2) Unfortunately, there is no such functionality in our plugin, but you can request a paid customization service, and we’ll add the necessary features according to your needs.

    Sincerely,
    BestWebSoft Support Team

    I got it working on the main blog page, but the pages don’t work on category archives. Just resets to page 1

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi mossifer,

    Please provide a link to your site so that we could check Pagination work.

    Sincerely,
    BestWebSoft Support Team

    OK please provide an email so I don’t have to post it.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @mossifer Per the forum welcome please post your own topic.

    https://www.ads-software.com/support/plugin/pagination#postform

    That’s how these forums work and it’s considered rude here to take over someone else’s problem. Posting your own topic is the best way to get your problem the attention is deserves.

    Thread Starter gregcrowe

    (@gregcrowe)

    I’m sorry, but I should have posted back that, yes, I found the lines of code to copy-and-paste on the plugin settings page, and that works fine. And I also understand it is not possible for me to generate a string to use in a filter. So I guess this topic can be closed out.

    Thank you!

    Sorry thought this was my post-I do understand the rules.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi mossifer,

    For more convenience, please create a privite ticket on our support forum (https://support.bestwebsoft.com), and provide the following information:
    1) Link to this post so that we could understand the problem;
    2) Link to your site so that we could check Pagination work;
    3) Your System status as well. Follow the next instruction – https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit

    Sincerely,
    BestWebSoft Support Team

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Plugin installed and activated – isn't working’ is closed to new replies.