Skip Navigation

[Resolved] Restricting Part of Post Access

This support ticket is created 4 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 4 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1679217

Tell us what you are trying to do?

I just purchased Toolset today for the first time, and I am having a very difficult time trying to learn it. I have been working on it for 10 hours to no avail. I have read the documentation and have tried following it but I just do not understand. Perhaps this is not a program for beginners. I've installed all the necessary plugins, but within individual posts, I do not have the "Toolset Access" icon available in order to restrict only PART of my post content. Essentially, all I want to do, is allow visitors to preview posts and upon scrolling to a part of the post, they will be prompted to subscribe for more. But I have absolutely no idea how to do this.

I would like to know if a refund is possible?

Thank you so much for your time,

Krystale

hidden link

#1679903

Hello,

It is possible with Access shortcode [toolset_access], for example:

[toolset_access role="Guest" operator="deny"]
Display something ...
[/toolset_access]

see our document:
https://toolset.com/course-lesson/access-control-texts-inside-page-content/

But the "Access" button is not available in Blocks editor yet, you will be able to see that button in Toolset content templates or classic editor, or you can add a shortcode block, and setup the setup codes manually.