• Second question, is it possible to keep the the progress bar and completed menu items on ALL pages even ones that aren’t being tracked?

    I’m using the widget in a sidebar that also has navigation. I’m using the progress bar at the top below the avatar of the current user who is logged in and as a menu item to display the links of the tracked pages. Pages that are complete are marked with a check in front of them (did this with CSS).

    However if I’m on a page that isn’t being tracked, save a FAQ page; the menu and the progress bar disappears. Is there a way to always keep them visible?

    Thanks Again!

    • This topic was modified 7 years, 3 months ago by PDidee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi,
    You’d be able to do this again by editing the widget.php file.
    So be careful when updating!

    Again, it wasn’t designed to work like that as many people have multiple pages tracked and therefore there would be no way to tell which of the pages/subpages you wanted to show.

    So to make the change, firstly locAte the code that you edited earlier to show the tracker and strip out all the conditional code surrounding it
    E.g. If(currentPageIsTracked etc)

    Secondly you would need to identify the parent page ID and hard code that into the widget.php so it always knows what to look at.

    Hopefully that makes sense?

    Alex

    Thread Starter PDidee

    (@pdidee)

    Yeah that makes sense but I’ll take your suggestion and leave it as is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to keep tracking on all pages?’ is closed to new replies.