Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3831558
Restrict Content
Closed

Comments

  •  1
    lake_house started the conversation

    HI I need to restrict content of each posts . Only some far will visible in posts and then i need to give separate link to the viewer and they will redirect to separate place. any chance of doing this?

  •  2,786
    PenciDesign replied

    Hi,

    In this case, please install the Penci Paywall plugin by navigating to Appearance → Install Plugins, and then follow the documentation at this link: https://soledad.pencidesign.net/soledad-document/#paywall

    Regards,
    PenciDesign.

  •  1
    lake_house replied

    thank you for that.. can i do customization for this

    1) " subscribe now " > button should redirect to external link.

    2) Login if you have purchased > remove this line

    Attached files:  sup.png

  •  2,786
    PenciDesign replied

    Hi,

    1/ The current version only supports redirection to another page URL. You can select it by going to Appearance → Customize → Content Paywall → General → Subscribe Redirect.

    2/ Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_login.penci-login-popup-btn {
      display: none;
    }

    Regards,
    PenciDesign.

  •  1
    lake_house replied

    Thank yoy