Page 1 of 1

Specific Posts/Page Access Changing Menu Items

PostPosted: November 28th, 2011, 9:06 pm
by cclambie
Hi there PrimoTheme Users,

I just want to re-post this specific part of the topic that is partially covered by this post

I would like to have a Menu based on Specific Post/Page access links clicked through on?
Is that possible?
I am using a plugin called "widgets_on_pages" to put a menu onto the page at present, but would happily use some other method.
I have just implemented a system where people can access just 1 page of 7 protected pages, and a "thanks" page and I would like to limit the menu to this page.
Or if there is some way to know what page they have purchased, I could use CSS to point out that only certain pages in the menu are accessible?
Thoughts?

Thanks for your thoughts

Re: Specific Posts/Page Access Changing Menu Items

PostPosted: November 30th, 2011, 6:45 pm
by Cristián Lávaque
This will be more possible to achieve in a future version of s2Member, but not in the current one as far as I understand.

What I'd suggest to try is that you create a navigation inside those pages, instead of the widget areas. You can float it as a list to a side, or have it at the top of each page horizontally, whatever you prefer as a layout.

Would that work for you?

Re: Specific Posts/Page Access Changing Menu Items

PostPosted: November 30th, 2011, 8:24 pm
by cclambie
Hi Cristian,
Yes I have put it on the page as such, using a plugin called widgets_on_pages. I would be happy to write or modify this accordingly maybe?
So you are suggesting I write some custom php to create the menu? or is there a WP function that I could use like wp_nav_menu or something suggested in the other post?
Thanks

Re: Specific Posts/Page Access Changing Menu Items

PostPosted: December 3rd, 2011, 10:29 pm
by Cristián Lávaque
Nah, nothing that fancy even. You could just use plain HTML to link between the protected pages. :)