• Resolved uksentinel

    (@uksentinel)


    Hi

    I am testing the BBP Style Pack (Version 5.8.7), ‘Unread Posts’ option and have noticed that when A forum member logs out, the ‘Mark all Topics as Read’ button remains.

    I have disabled cache, disabled all plugins and cleared windows browser cache and still the problem persists and wondered if anybody else had noticed this also ?

    This does also happen on iOS devices, not tested Android.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin W

    (@robin-w)

    so are you using this feature for the first time, or are you sating that it is now working differently.

    Thread Starter uksentinel

    (@uksentinel)

    I am using this feature for the first time

    Thread Starter uksentinel

    (@uksentinel)

    So if anybody else is having issues with BBP Style Pack > Unread Post > ‘Mark all Topics as Read button’ remaining after a forum member has logged out, try the below CSS code as this worked for myself.

    PS, I am sure main issue was my Theme, but glad the below CSS worked for myself.

    /* show blog button only if logged in */input.bsp_button1 {    visibility: hidden !important;    display: none !important;

    }

    .logged-in input.bsp_button1 { ????visibility: visible !important;?? ?display: inline-block !important;

    }

    Thread Starter uksentinel

    (@uksentinel)

    No idea why above formatting looks odd, but for reference my ‘Mark all Topics as Read’ button had the ID input.bsp_button1 so just find your button ID and substitute to suit ??

    Lots of reference online on how to find button Id’s etc.

    Hope that helps others

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BBP Style Pack – Unread Posts’ is closed to new replies.