Hello.
We want to create a “log-in” menu item on our main menu located in the header, however as we do not yet have this feature in our service, we want it when clicked, to create a pop-over with a text saying “Not yet implemented”.
Is there any way of doing this in an easy way, or do i have to implement custom CSS for it?
Hey dropios,
You would most likely need custom CSS/JavaScript to do that yes but send us a link to your site and we’ll have a look if there’s something we can help you out with.
Regards,
Rikard
Link is attached. As you can see, i have created the login button in the header and given it the link #no.
However as far as creating the CSS/javascript for it, i’m not sure how. I’m not sure how attaching the script to the button would work either.
Hi!
You could use something similar to what’s done with the search popup, look over functions-enfold.php, around line 105-130. Copy and modify that code in your child theme functions.php.
Cheers!
Josue