-
Author
-
August 14, 2018 at 14:48 #206347
adyrockstar
ParticipantHi There,
Can you guide me how can I call the login modal from a Kleo button shortcode?
I know the class for modal is class=”kleo-show-login”. But I’m not able to use it in a button.
Thanks,
Andrews
August 14, 2018 at 17:49 #206378Radu
ModeratorHi,
Or you add that class for any shortcode that support class or to any html element
COPY CODE<a href="/login" class="kleo-show-login">Show Login</a>Or you can add this #show-login at the end of the link
ExampleCOPY CODE<a href="/login#show-login">Show Login</a>Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 14, 2018 at 18:32 #206384adyrockstar
ParticipantThanks, but this will put the modal open link on a text (not button).
I need to open the modal window on button click. Can you please tel me how to do that?August 14, 2018 at 19:07 #206396Radu
ModeratorHi
Are you referring to a visual composer button ?
If yes try the next shortcode
COPY CODE[kleo_button title="Show Login" href="#" icon="0" el_class="kleo-show-login"]Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionAugust 15, 2018 at 17:20 #206483Radu
ModeratorNo problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.

