Using stardard X Theme (not Pro).
So far I have been through support on this issue with no resolution - it’s 3rd party.
I am looking for a plugin, or solution, or a workaround.
I have purchased 2 login register plugins to add advanced functionality to the menu. Both have a problem.
These plugins provide popup login | register modals presumably on javascript triggers on the press of the menu buttons - login | register. Unfortunately, there seems to be some built-in javascript functionality in the X Theme menu which trumps the functions of these buttons in the menu, rendering them useless on mobile devices like iPhone & iPad (not tested on Android). The problem does not exist on PC.
So I was wondering if anyone else has run into this problem and either found a solution, or found a plugin that does work.
Currently I am shooting for a popup modal option, but a standard WC option is reasonable if I could get the login and register pages separated and some redirection options.
The primary goal is to have 2 menus (logged-in | logged-out). I do this in my functions.php file.
On the logged out menu, the user is presented with 2 menu buttons (login | register). Clicking Login or Register will activate the popup. (this is where i’m losing function on iOS)
Redirection is needed after login or register.
User name after login would be a nice touch - not required.
Email validation is preferred, but not required as I have another method for this.
I could forego any extra option just to have separate buttons login | register which either: provided separate WC login | register pages with redirection, or provided the functions of a popup modal with redirection.
Any suggestion?
Any input appreciated.
Cheers!
Tony