-
Author
-
October 2, 2015 at 20:16 #80474stefflerParticipant
Hello,
1.) how can i use a button on a landing page for a login?
I tested /wp-login … that works, but i want the login in a popup. is it possible?2.) One another question.. is it possible to use a button to link a contact form in popup?
I use “easy fancybox”. This is the code for a textlink (how can i use it in a button?):Testzugang anfordern
<div class=”fancybox-hidden” style=”display: none;”>
<div id=”contact_form_pop” class=”hentry” style=”width: 100%; height: 100%;”>[contact-form-7 id=”125″ title=”Testzugang”]</div>
</div>October 3, 2015 at 12:07 #80542sharmstrModeratorPlease search before posting. You can try this here: https://archived.seventhqueen.com/forums/topic/kleo-login-auto-popup#post-51403
You can try putting your code in a text block, but instead of the link add
COPY CODE[kleo_button title="Testzugang anfordern" href="#contact_form_pop" icon="0"]
If that doesnt work, contact easy facebox and ask them for css to turn the link into a button.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.November 20, 2015 at 16:27 #88306polykromParticipantHi,
[kleo_button title="Testzugang anfordern" href="#contact_form_pop" icon="0"]
doesn’t work for me…
How can i display the login popup from a simple button, and only if the user isn’t login yet…
thanks 🙂
François
November 20, 2015 at 16:36 #88310sharmstrModeratorIts not working because that code was for their contact form. See these:
https://archived.seventhqueen.com/forums/topic/modal-window#post-44099
https://archived.seventhqueen.com/forums/topic/pop-up-modal-from-a-button#post-43654you can use the button within the content by user type shortcode in VC to only display to logged out users.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 20, 2015 at 17:18 #88328polykromParticipantMmmmhhh… well i thought it’s working but after tests, i have some issues…
I use :
`[kleo_button style='see-through kleo-show-login' title="Login" href="#" size="lg" icon="desktop"]‘
But it displays button in transparency, popup nice the modal , and both when login and logout …
Any tips for that ?
Thanks
November 20, 2015 at 17:21 #88330sharmstrModerator1 – because you have ‘see-through’ in the class name
2 – As I mentioned, use the Content By Usertype shortcode. Add that shortcode, then put you button in it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 20, 2015 at 17:36 #88337polykromParticipantMmmhh.. ok now i’ve putted :
`[kleo_restrict][kleo_button title="Login" href="#" style="kleo-show-login" size="lg" icon="desktop"][/kleo_restrict]‘
but still doesn’t work
🙁
November 20, 2015 at 17:53 #88340sharmstrModeratorBut you only want to show it to guest (non logged in users) right? You havent supplied the type.
[kleo_restrict type="guest"]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 20, 2015 at 18:01 #88343polykromParticipantYes… sorry, ok … but if i don’t add a button type to the class, the button doesn’t make the popup appears..
It works now with :
[kleo_restrict type="guest"][kleo_button title="Login" href="#" style="primary kleo-show-login" size="lg" icon="desktop"][/kleo_restrict]
thanks again 😉
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.