Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Allen

    (@amweiss98)

    as you can see in this movie, the problem is that Noteworthy has some css that is making the pagination disappear..

    http://www.screencast.com/t/ggLtVIVWP

    I’ll need to see if there is some css I can put into the plugin that will override this..not sure if I can since this is a theme css.

    Plugin Author Allen

    (@amweiss98)

    here is one thing you can do…go into templates.css (in the templates folder) and add this to the top of that file

    .post_content {
    overflow: visible !important;
    }

    that will override the theme settings and give you the pagination.

    Thread Starter su27

    (@su27)

    It worked. Thanks a lot.

    Thread Starter su27

    (@su27)

    I have another problem with pagination now.
    It seems to work only for page 1 and 2, if I click next pages it stays on page 2 and instead of changing to pg=3 in url it adds another pg= so the end of my url looks like this: ?pg=2&pg=2&pg=2&pg=3

    Plugin Author Allen

    (@amweiss98)

    I’m posting an update today…see if this solves the problem.

    Thread Starter su27

    (@su27)

    Yeah, it works now, thank you again. I’ll donate something as soon as my page starts to earn money 🙂

    Plugin Author Allen

    (@amweiss98)

    no need to donate anything, just provide a review of the plugin..click on reviews in the right navigation bar. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Pagination problem’ is closed to new replies.