Hello,
I was wondering if there is a way to implement conditional logic related to call to action buttons that direct users to a different page on the site depending on their membership privileges.
The website in question is http://grandcayman.capital.
I would like to include the conditional logic on the homepage of my site for the blue “Learn More” call to action button that redirects users to the following link:
H T T P S://grandcayman.capital/about/#expertise
Presently, in order to get around the issue that a page using one-page navigation (the one above) can only have one menu-bar associated with it (presently, I have two menu bars using the Members Only plugin – one for users who are logged into the site, and one for users who are not logged in), I have duplicated the page above, which is located at the following url:
https://grandcayman.capital/about-us/
H T T P S://grandcayman.capital/about: For visitors to the site who are not logged in
H T T P S://grandcayman.capital/about-us/: For visitors to the site who are members and logged in
I hope to use conditional logic for the “Lean More” button on the homepage above so that users are directed to the two pages above according to their membership privileges. The obvious purpose of this is to ensure that the menu bar they see at the top of the page corresponds with their membership privileges. This is important because I don’t want users who are logged in to get confused when they see the User Dashboard link in the nav bar disappear if they decide to browse the site and click that “Learn More” button on the homepage while they are logged in.
Any thoughts on this issue? Thanks a lot!