-
AuthorPosts
-
June 4, 2015 at 10:19 pm #454773
Does Enfold have an Opt-In Pop-Up feature, similar to OptinMonster? http://optinmonster.com/ I would love to have this feature without having to purchase a third party plug-in.
June 5, 2015 at 12:13 am #454822Hey!
You can put a Form on an empty -separate- Page and then link it this way to open it as a popup:
http://website.com/form?iframe=true
Regards,
JosueJune 5, 2015 at 12:40 am #454842Hi Josue,
Thank you for your reply. I am not sure if you understand what I am need. When you go to a website and are on there for perhaps 30 seconds, a pop-up would appear that asks you to sign up for the site’s newsletter. See this site as an example: http://www.kevinmd.com/blog/Please stay on the site until the sign-up appears.
I am curious to know if Enfold allows feature or, would I need to purchase something like Opt-in monster?
Thank you!
MichelleJune 5, 2015 at 12:48 am #454843Hi Michelle!
I see, thing is you won’t find a specialised interface like you would on “Opt-in Monster”, however that doesn’t mean you can’t achieve that with Enfold available tools, it will require some custom coding but we can help you with that. Do you already have an opt-in form connected to a newsletter service like MailChimp or similar?
Regards,
Josue- This reply was modified 9 years, 5 months ago by Josue.
June 5, 2015 at 12:57 am #454849Hey Josue,
Yes. I have MailChimp but I am moving over to Infusionsoft, which I believe has sign-up form capability too. I would love for you to help me, but I am not ready yet. I have a designer working on my site now and I was just inquiring to see if this can be done (for when I am ready).
May I reach out to you when I am ready?
Thanks!
MichelleJune 5, 2015 at 1:01 am #454853Sure, let us know through this topic.
Regards,
JosueJune 5, 2015 at 1:08 am #454857Okay. Will do! Thank you and have a good evening.
June 5, 2015 at 1:30 am #454865We looking forward to hearing from you :)
Regards,
JosueAugust 17, 2015 at 7:23 pm #489078Hey jumping on this! I do have a an opt-in form for a pop up I’d like to use. Could you post the instructions on how to incorporate this with my site. And is this something that defaults on all pages or could you specify certain pages?
August 17, 2015 at 9:28 pm #489138Hi!
Include a Lightbox link to the opt-in form page in the pages you want to affect:
<a href="url_to_opt-tin_from?iframe=true" class="popup_trigger">Open Opt-In Form</a>
Then add this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.popup_trigger').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Cheers!
JosueAugust 17, 2015 at 9:35 pm #489146Josue,
I’m not sure I follow on the first part where I’m to “Include a Lightbox link to the opt-in form page in the pages you want to affect:I have no idea what this is or how I do this. Do I need a plugin? And you don’t specify where on the page.
Here’s the page:
http://4e5.745.myftpupload.com/newsletter-sign-up/August 17, 2015 at 10:29 pm #489175Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 18, 2015 at 9:51 pm #489728Hi There,
This post has been helpful but I need a tad bit of help. I have successfully created a pop up form on my page’s “Download our Free guide” button. However, it only works when I’m in preview mode. Once I’m logged out or on another computer it doesn’t work. What am I missing?Thank you!
August 18, 2015 at 11:30 pm #489759Hey!
I’m unable to see the link you posted:
You do not have permission to preview drafts.
Cheers!
JosueAugust 19, 2015 at 3:40 pm #490147Sorry, here’s the link! http://ecbiz175.inmotionhosting.com/~phoeni77/newsite/
August 19, 2015 at 4:54 pm #490225Josue,
Login info provided in Private Content area.
Temporary Domain:
http://4e5.745.myftpupload.com/August 19, 2015 at 11:14 pm #490450Hi!
@raisonbrands, the link you have in the button should be (exclude the HTML tags):http://ecbiz175.inmotionhosting.com/~phoeni77/newsite/?p=953iframe=true
@jend_onesource, access provided doesn’t seem to work, please check.Cheers!
JosueAugust 19, 2015 at 11:24 pm #490456WP gives me the option to generate a new password for a user. I’m not sure if it’s sending an email to the Kriesi email on file? LMK! Trying it again. See private content.
August 20, 2015 at 12:16 am #490480Ok i managed to get in, i’ve created a Test Page to show you the pop-up functionality:
http://4e5.745.myftpupload.com/test-page/Note that i’ve also changed the Template of the Newsletter Page to “blank, no footer, no header”.
Regards,
JosueAugust 20, 2015 at 3:38 pm #490840Perfect! Thank you so much Josue!
August 20, 2015 at 3:42 pm #490846Josue,
You’re beast! Thank you!- This reply was modified 9 years, 2 months ago by onesource_marketing.
August 20, 2015 at 9:07 pm #491092You are welcome, glad to help :)
Regards,
JosueNovember 4, 2015 at 11:56 am #529912Hi Josue,
i try to do the same thing. I want an opt-in pop up which appears only on the frontpage – after 3 seconds.
i created a page like you said. But in the code you gave before i can not see which lets the pop up appear after 3 seconds.
I am also waiting for an answer on another possible way here:
https://kriesi.at/support/topic/problem-with-popup/#post-528962
Is there also a way to make this pop-up responsive?
Thanks a lot Simon.
November 5, 2015 at 2:23 am #530478Hey!
You could change the JS trigger part to:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { setTimeout(function(){ $('.popup_trigger').trigger('click') }, 3000); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
JosueNovember 18, 2015 at 2:39 am #537771Hi Josue,
I’m also trying to add a timed popup but I’m not sure I have the page setup correctly. Can I get access to your test page?
Thanks
LyseNovember 18, 2015 at 10:06 am #537922Hey Lyse!
I think that ‘test page’ was on another user installation, i can maybe create one in yours if you hand me an admin account and point me what you want to have as lightbox.
Regards,
JosueNovember 18, 2015 at 5:20 pm #538341Hi Josue,
I have included login credentials you can use.There is also instructions you had put together and shared about adding an opt-in box at the end of each Post, but can’t seem to find them. If you could point me in the right direction that would be great.
Thanks
LyseNovember 18, 2015 at 5:25 pm #538350Oops – here’s my MailChimp popup form code:
<script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us9.list-manage.com”,”uuid”:”861e50a5ccb5e04846a662c8a”,”lid”:”ec433a0285″}) })</script>November 19, 2015 at 1:06 am #538639Hey!
Please post a link to the site too.
Best regards,
JosueNovember 19, 2015 at 1:18 am #538644 -
AuthorPosts
- The topic ‘Opt in Pop-up’ is closed to new replies.