wp-PageNavi Plugin issues with Sparkling

Whenever I enable the Sparkling theme with the plugin wp-pagenavi, i’m getting the following code displaying on my screen: “CLASS=‘WP-PAGENAVI’ ROLE=‘NAVIGATION’>” If I disable the theme, the pagenavi page navigation shows correctly.

I have tried other themes and the page displays correctly. This only happens with Sparkling

Please see the attached screenshot

I’m running the following versions:
WordPress: 5.1.1
WP-PageNavi: 2.93
Sparkling: 2.4.5

In case it is needed, the URL for my page is The Signs.com Blog | Your Premier Signage Resource

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

ul.wp-pagenavi-pagination li {
visibility: visible;
display: block;
}
ul.wp-pagenavi-pagination {
visibility: hidden;
}

Thanks!
Colorlib Support Team

Thank you, that worked.

that s great :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions
Thanks!