• Resolved jandreasen

    (@jandreasen)


    I love this plugin, but it’s been over 2 years since the last update. I’d like to have it change the font color of the pages in the list so that it’s not reeeeaaaly light gray on white. Or let me control the font color.

    Also, for some reason it’s wrapping the last page to the next, even if there’s space for it to fit on the first line.

    C’mon, devs, don’t let your loyal fans down!

    https://wordpress.org/plugins/list-all-pages/

Viewing 1 replies (of 1 total)
  • Thread Starter jandreasen

    (@jandreasen)

    Apparently you have to answer your own question around here…

    To prevent the last page from wrapping to the next line, follow these steps:

    1. Open the allpages.js file
    2. Scroll down a little more than halfway and find this line:
      currentWidth += listWidths[nextList];
    3. Replace it with this:
      currentWidth += (listWidths[nextList] + 10);
    4. Save the file

    That should fix the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Please Update!’ is closed to new replies.