Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Go to WP-Admin -> Settings -> PageNavi, ensure that all the text are correct http://imgur.com/S8Tjb7S

    You sure your theme is using WP-PageNavi? I seems to be using a modified version of it. because I can’t find any traces of wp-pagenavi in the css classs

    Thread Starter cfatiuk

    (@cfatiuk)

    Yes, I am sure. I’ve tried uninstalling and reinstalling but the problem persists.

    Perhaps the css classses are the problem? How can I add the css classes manually?

    Plugin Author Lester Chan

    (@gamerz)

    Sorry man, I am not sure. since it works with the default theme, I am guessing your theme bundles something or modifies the plugin which is very common problem.

    You might want to contact the theme author or your freelance developer.

    I am pretty sure your theme runs on a modified version of the plugin when displaying

    The code generated by your theme is

    <div class="pager-holder">
    	<div class="w1">
    		<div class="w2">
    <span>Page 1 of 9</span>
    </div>
    	</div>
    </div>

    The plugin generates this code instead

    <div class='wp-pagenavi'>
    <span class='pages'>Page 1 of 63</span>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin stopped working on custom theme’ is closed to new replies.