Skip Navigation

[Resolved] Post Groups post/pages dropdown selector not working

This support ticket is created 6 years, 4 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 17 replies, has 2 voices.

Last updated by Shane 6 years, 3 months ago.

Assisted by: Shane.

Author
Posts
#1099736

It does seem to fix the problem. Is it possible to limit access to archive pages or only the single posts?

#1099738

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Morgan,

The only way its possible to restrict access to the archive is by using the access shortcodes, however when you restrict a single post it won't show up to that user in the archive.

Thanks,
Shane

#1099744

Can you point me to which access shortcode to use and whre to place it to limit the archive view. I have set it up so that the "members Only" archives are not visible in the menus, but you never know how they might come to a url.
(I may have done this before, but a quick reminder would help!)

#1100673

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Morgan,

Just wrap this shortcode below around the

[toolset_access role="Member PS" operator="allow"]

[wpv-items-found]
	<!-- wpv-loop-start -->
		<wpv-loop>
			[wpv-post-body view_template="Associations Archive - loop item"]
		</wpv-loop>
	<!-- wpv-loop-end -->
	[wpv-pager-archive-prev-page]
		[wpml-string context="wpv-views"]Previous[/wpml-string]
	[/wpv-pager-archive-prev-page]
	[wpv-pager-archive-next-page]
		[wpml-string context="wpv-views"]Next[/wpml-string]
	[/wpv-pager-archive-next-page]
	[/wpv-items-found]

[/toolset_access]

See my example above.
Thanks
Shane