• Resolved zakkapoor

    (@zakkapoor)


    Hi,

    I am using the Responsive Voice plugin and Simple Membership plugin together as follows:

    [responsivevoice rate="0.75" voice="UK English Female" buttontext="Play / Stop"]
    <ul>
      <li>Test 1.</li>
      <li>Test 2.</li>
      [swpm_protected for="2" format_protected_msg="1"]
      <li>Hidden 3.</li>
      <li>Hidden 4.</li>
      [/swpm_protected]
      <li>Test 5.</li>
      <li>Test 6.</li>
    </ul>
    [/responsivevoice]

    This does not seem to work. The protected part shows up even when the user in not logged on.

    Are Responsive Voice and Simple Membership compatible? If yes, am I using the plugin incorrectly?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    Are Responsive Voice and Simple Membership compatible? If yes, am I using the plugin incorrectly?

    I have never used Responsive Voice plugin before. So most probably they are not compatible from what you are saying.

    Just to know more about your issue. When you add the code you shared above to a page and protect that page, the code is still visible from the front end of your site. Is this correct? Can you share a URL with the code showing up?

    Thank you

    Thread Starter zakkapoor

    (@zakkapoor)

    https://premium.solitaireforum.com/2019/01/05/hello-world/#more-1

    I thought the plugin in WordPress would filter out:

      [swpm_protected for="2" format_protected_msg="1"]
      <li>Hidden 3.</li>
      <li>Hidden 4.</li>
      [/swpm_protected]

    Based on user status.

    Thread Starter zakkapoor

    (@zakkapoor)

    I have used ResponsiveVoice in my other blog. Please see:

    https://solitaireforum.com/2019/01/05/solitaire-draw-1-challenge-2019-01-05/

    It works with all the other plugins that I am using.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, are you using the following addon apply-partial-section-protection?

    Thread Starter zakkapoor

    (@zakkapoor)

    Yes that’s correct. The plan is to hide part of the solution and make it accessible to the premium members only.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    If you add the following in a test post or page, does it work?

    `[swpm_protected for=”2″ format_protected_msg=”1″]
    <li>Hidden 3.</li>
    <li>Hidden 4.</li>
    [/swpm_protected]`

    • This reply was modified 7 years, 2 months ago by mbrsolution.
    Thread Starter zakkapoor

    (@zakkapoor)

    The above suggestion did not work. I finally wrote it as:

    [swpm_protected visible_to="not_logged_in_users_only"]
    [responsivevoice rate="0.75" voice="UK English Female" buttontext="Play / Stop"]
    <ul>
    <li>Test 1.</li>
    <li>Test 2.</li>
    <li>Test 5.</li>
    <li>Test 6.</li>
    </ul>
    [/responsivevoice]
    [/swpm_protected]
    
    [swpm_protected for="2" format_protected_msg="1"]
    [responsivevoice rate="0.75" voice="UK English Female" buttontext="Play / Stop"]
    <ul>
    <li>Test 1.</li>
    <li>Test 2.</li>
    <li>Hidden 3.</li>
    <li>Hidden 4.</li>
    <li>Test 5.</li>
    <li>Test 6.</li>
    </ul>
    [/responsivevoice]
    [/swpm_protected]

    That did the trick. Thanks for your help.

    Plugin Support mbrsolution

    (@mbrsolution)

    I am glad to know that you fixed your issue. Well done.

    Enjoy the plugin.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Compatibility with Responsive Voice plugin’ is closed to new replies.