Different Action Button on Subpages
Hello Support,
I have an Action Button on my Page, which is used to forward Users to a Login Page.
Is it possible to Change the Button , when a User is Logged in to the exact opposite, e.g Instead of Login it says Logout and forwards you to the Logout Page?
Regards
I have an Action Button on my Page, which is used to forward Users to a Login Page.
Is it possible to Change the Button , when a User is Logged in to the exact opposite, e.g Instead of Login it says Logout and forwards you to the Logout Page?
Regards
Comments
I cannot give you link to Website, because for now its a local installation on my development WEbserver, which is only accesible from my Workstation.
But for simple Explanation:
I have an Action Button With Text "Login" which points on Site 1 .
On Specific Sites I want that Button Text to Change to "Logout" and points on Site 2 .
<div class="top_bar_right_wrapper">
So for example on Page 1 its like that ( i got the Example from the BeLoans2 Theme):
<div class="top_bar_right_wrapper"><a href="http://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048?ref=muffingroup" class="button button_theme button_js action_button " target="_blank"><span class="button_label">Buy now</span></a></div>
And for page 2 its like that for example:
<div class="top_bar_right_wrapper"><a href="LINK_TO_OTHER_PAGE" class="button button_theme button_js action_button " target="_blank"><span class="button_label">Other Text</span></a></div>
Shouldnt it be possible?
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Item Policy clearly says:
Item support does not include services to modify or extend the item beyond the original features, style and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio
thanks
Then is it at least possible to Hide this Button on specific Page using CSS?
I just saw, that this code seems not to work anymore with betheme 20.7.4. Did you changed the naming or something like that?