Hi!
How to create the link Sign Up / Login?
Currently, I put this in Appearance> Menu : https://postimg.org/image/4gi3uhwuv/
it works in my top menu, but it does not work in my left menu.
Can we replace #login by a link to access the menu?
My website : https://alfange.academy
Thanks!
David.
Please add the following script in the wp-admin->wplms->footer->google analytics code:
<script>jQuery(document).ready(function($){ $('.login_trig').click(function(){ $('body').find('#login_modern_trigger').trigger('click'); }); });</script>
Hi,
I put the code, but it does not work.
The left menu does not work.
When you click on "Connexion" (Log in/Sign in english), nothing happens.
Thanks,
David.
There is another js which is applying in your left menu .
It is preventing the event to be happen on the menu link click .That is why it is not working .
check screenshot in private reply