-
AuthorPosts
-
April 14, 2015 at 5:56 pm #428372
I would like to have a login link that open a small lightbox with the login form.
In the old site I have fancybox, How I can do something similar using Enfold Theme? I do not find any plugin that work with it and I do not understand how to set up the lightbox.
ThanksApril 15, 2015 at 5:25 pm #429078Hi scubasnsi!
You can create a link to your wp-admin or wp-login pages and then add a ?iframe=true to the end of the URL so it opens up in a popup.
Or if you have your own form then you could try opening up some inline content in your page as well, https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
Cheers!
ElliottJuly 21, 2016 at 7:22 pm #663554Hi Elliot,
I tried adding this at the end of the link or url “?iframe=true ” but i dont get any luck. Do you have any sample on this topic? i need to make a login inside a lightbox when users click the text login. Thank you so much i hope you can help me with this sir!
July 24, 2016 at 2:03 pm #664352Hi Harvey,
You could try something like this:
<a href="http://yoursite.com/link" rel="lightbox">Click me to open in lightbox</a>
Thanks,
RikardJuly 25, 2016 at 1:44 am #664453Hi Rikard,
How would you edit the lightbox content? I Would like to add a shortcode inside the lightbox if it is possible. Thanks
July 25, 2016 at 7:44 am #664482Hi,
1. Create a page with shortcode example : http://yoursite.com/page-with-shortcode
2. Then use the code Rikard provided and replace the link in it.
<a href="http://yoursite.com/page-with-shortcode" rel="lightbox">Click me to open in lightbox</a>
Best regards,
VinayJuly 25, 2016 at 2:50 pm #664674For example sir i’d like to put it on along with the menu when clicked a lightbox will pop up how am i gonna do that?
July 25, 2016 at 2:58 pm #664685I tried it but it says that, “THE IMAGE CANNOT BE LOADED” how do i fix that sir
July 25, 2016 at 10:15 pm #664860Hi, Here’s my dilemma i need to create a lightbox that contains a login form when “login text” from the menus was clicked. The login form will be a shortcode. Please help me do this awesome tech guys!
July 26, 2016 at 1:51 am #665057Hi,
Attaching
?iframe=true
to the link should work, try that and post a link to the site so we can check it.Best regards,
JosueJuly 26, 2016 at 8:35 am #665157Hi Everyone i made it work here http://prophecology.com/445-2/
click theClick me to open in lightbox
it was the login form that i am tryin. but how am i gonna make it redirected to a certain page after someone logs into it? Thanks
July 27, 2016 at 3:21 am #665577You mean to redirect it outside the frame? there’s a way to do that with JavaScript:
http://stackoverflow.com/questions/580669/redirect-parent-window-from-an-iframe-actionBest regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.