• Resolved gswaim

    (@gswaim)


    Hi,

    Great plugin. It allows me to turn my membership type site into an online learning site. I would like to turn off the page numbering that is added by the plugin when looking at a list of pages. My pages (lessons) are already numbered and I don’t need another set of numbers added.

    Can I do this with some CSS?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi,

    I’ve spent a few minutes looking at CSS options for this, and at the moment I can’t find an easy solution.

    If you’re comfortable editing the plugin itself you could do the following:

    In th file “class-draw.php”
    1. Comment out / remove Line 119
    2. Replace line 293
    $option = ‘<option value=”‘ . get_page_link( $page->ID ) . ‘”>’.$currentPage.’. ‘;
    with
    $option = ‘<option value=”‘ . get_page_link( $page->ID ) . ‘”>’;

    That seems to work for me.

    Alex

    I was after this as well and the solution you’ve posted works for me. Thank you for posting it.

    Any chance we could get this added an option so we don’t have to change the code with each plugin update?

    Plugin Author Alex Furr

    (@alexfurr)

    Absolutely I’m making a list of requested changes, but will probably be after Christmas as it’s getting pretty crazy here at the moment!

    Alex

    Thank you and happy holidays!

    A quick note if anyone else is looking for it – if you want to remove the page numbers from the widget as well then comment out line 147 in widget.php.

    Plugin Author Alex Furr

    (@alexfurr)

    0.8 now has this as an option.
    Alex

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