Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dezrok

    (@dezrok)

    Many thanks for that quick response Oguz.
    I will look forward to your update.

    Thread Starter dezrok

    (@dezrok)

    Hello Oguz (@wpmudev-support8), thanks for your quick response.

    Sounds like you are checking right. Based on your results I created my own test site and I also can’t replicate the problem just using the Membership 2 and bbPress plugins. My test subscriber can read the topic and the replies when I click a topic.

    This is a shame as I can consistently turn the problem on and off (on my original site) by activating/deactivating the “Hide Pages from Search” add-on, but it unfortunately sounds like there must be something else going on as well.

    I will try rebuilding the site completely from scratch on the test site and see if I can further isolate the problem.

    In the meantime, thank you for your assistance.

    • This reply was modified 8 years, 3 months ago by dezrok.
    Thread Starter dezrok

    (@dezrok)

    I’ve worked out that the conflict is with the Membership 2 “Hide Pages from Search” Add-on.

    It seems my options at the moment are to have forums and have members able to see protected content through search.

    Or, not to have forums and properly protect my content.

    Neither is a great option.

    Any workarounds or solutions appreciated.

    Hi mboby17

    If you are still looking for a solution to the grey/dark filter, you can add the following CSS to the Custom CSS field in the Customiser:

    .header-filter::before {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    If you want a slightly dark filter, try changing the background color to: background-color: rgba(0, 0, 0, 0.2)

    • This reply was modified 8 years, 3 months ago by dezrok.
Viewing 4 replies - 1 through 4 (of 4 total)