• Resolved jmw894

    (@jmw894)


    Hi,

    How do I change the page numbering style at the bottom of the page so that it will use the wp-pagenavi plug in. On a different site if I view the CSS it shows .wp-pagenavi div as the field by on the sermons page it shows #sermon-navigation div.

    Many Thanks

    James

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hey @jmw894,

    We have created an issue for your feature request: https://github.com/WP-for-Church/Sermon-Manager/issues/67
    It should be implemented in the next couple weeks.

    But in the meantime, if you have PHP and WordPress knowledge, it would be very appreciated if you code it and make a pull request on GitHub (hint: https://github.com/WP-for-Church/Sermon-Manager/blob/dev/includes/shortcodes.php#L752)

    Thank you for your understanding

    Thread Starter jmw894

    (@jmw894)

    That’s great – many thanks.

    I will look out for the update to this great plugin.

    James

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola

    Do you have an indication when the support for wp-pagenavi may be included?

    Thanks

    James

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola

    Do you have an indication when the support for wp-pagenavi may be included?

    Thanks

    James

    Hi James,

    Apologies for the lack of response on your reply from a month ago, we missed it.

    I come with good news – we have added the support for WP-PageNavi. ??

    Could you please download the development release from here, and install it instead of existing Sermon Manager? (you will need to delete existing Sermon Manager, and no data will be lost)
    After you install it, could you please let us know if WP-PageNavi is working correctly or not? ??

    Thank you.

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    I have installed the development version and I am seeing no page numbering now. Also the formatting of the page has changed and I have no pictures of the preachers.

    I have left the page active with the development version so you can see.

    Many thanks

    James

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    I have reverted the page from the development one now. A screenshot of the what the page looked liked is available here.

    Thanks

    James

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    I have tried uninstalling WP-PageNavi and reinstalling it with the latest development version of Sermon manager installed and it made no difference to the layout. With WP-PageNavi installed we get no page navigation at the bottom of the page at all. With the development version we get no preacher images either, as per the linked image above. I am using the Vantage Free theme.

    Thanks

    james

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    I have also added the following to my child theme functions.php file:
    “if ( ! function_exists( ‘vantage_content_nav’ ) ) :
    /**
    * Display navigation to next/previous pages when applicable
    *
    * @since vantage 1.0
    */
    function vantage_content_nav() {
    wp_pagenavi();
    }
    endif;”

    Which unfortunately hasn’t made any difference to how the page numbering is displayed. With the development version I lose all page numbering as in the link above.

    Thanks

    James

    Hi,

    The problem was that WP-PageNavi didn’t work in shortcode output. That has been fixed now, and properly tested.

    You can now download the development version again – hopefully for the last time. ??

    Thank you for your patience.

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    The development version works great for the page numbering and I like the new layout. The only think I would say is that we have now lost the images of the preachers which would be good to have back please.

    Many thanks

    James

    Hi James,

    The preacher images have been re-added in latest development version.

    Thank you for your feedback.

    Thread Starter jmw894

    (@jmw894)

    Thanks Nikola.
    The images are now back but the formatting of the text is a bit off as shown in the link below.
    screenshot

    Thanks

    James

    Thread Starter jmw894

    (@jmw894)

    Hi Nikola,

    Not sure what happened by the formatting has changed so we only get a small round picture of the preacher now. This makes the formatting much better.

    Many thanks for all the support on resolving this topic.

    Best wishes

    James

    Hi James,

    The issue was that your browser had the old cached version of Sermon Manager’s CSS, which gets automatically cleared on update, but has to be cleared manually in development versions.

    When you reloaded the page again, browser decided to update the CSS file, so that’s why it got corrected.

    Thank you for your patience. ??

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Changing Page Numbering’ is closed to new replies.