Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324025
    cthurston2131
    Participant

    I have a question for when my post takes multiple pages. For example on this post (https://racechaseronline.com/…/northeast-oswego-speedway-s…/) how do I get the page number links to show above the Related Posts?

    #1324068
    Jade
    Moderator

    Hi there,

    The link that you have provided goes to a 404 page.

    Would you mind double check and provide us with an active link so we can check?

    Thank you.

    #1324092
    cthurston2131
    Participant
    #1324160
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery('.single .page-links').insertBefore('.yuzo_related_post');

    Hope it helps 🙂

    #1343868
    cthurston2131
    Participant

    Thank you for that. I have entered this however it isn’t going above the Share this Story area. Can I also change the size of the font used for the Page number section, I have readers that are having a hard time locating this.

    #1344325
    Rupok
    Member

    Hi there,

    Thanks for writing back. I can’t see share section so not sure where you are trying to place this but you can add this under Custom > CSS in the Customizer to increase font-size of page numbers :

    .page-links {
      font-size: 20px;
    }

    Cheers!

    #1344425
    cthurston2131
    Participant

    Thank you for that information. I have deactivated the plugin so that you can see this and hopefully be able to move the page numbers.

    #1344695
    Lely
    Moderator

    Hi There,

    Please update this:
    jQuery('.single .page-links').insertBefore('.yuzo_related_post');
    To this:
    jQuery('.single .page-links').insertBefore('.ssba.ssba-wrap');

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1324025 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>