Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • #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.

    #454822

    Hey!

    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,
    Josue

    #454842

    Hi 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!
    Michelle

    #454843

    Hi 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 8 years, 10 months ago by Josue.
    #454849

    Hey 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!
    Michelle

    #454853

    Sure, let us know through this topic.

    Regards,
    Josue

    #454857

    Okay. Will do! Thank you and have a good evening.

    #454865

    We looking forward to hearing from you :)

    Regards,

    Josue

    #489078

    Hey 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?

    #489138

    Hi!

    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!
    Josue

    #489146

    Josue,
    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:

    Open Opt-In Form

    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/

    #489175

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #489728

    Hi 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!

    #489759

    Hey!

    I’m unable to see the link you posted:

    You do not have permission to preview drafts.

    Cheers!
    Josue

    #490147
    #490225

    Josue,
    Login info provided in Private Content area.
    Temporary Domain:
    http://4e5.745.myftpupload.com/

    #490450

    Hi!


    @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!
    Josue

    #490456

    WP 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.

    #490480

    Ok 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,
    Josue

    #490840

    Perfect! Thank you so much Josue!

    #490846

    Josue,
    You’re beast! Thank you!

    #491092

    You are welcome, glad to help :)

    Regards,
    Josue

    #529912

    Hi 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.

    #530478

    Hey!

    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,
    Josue

    #537771

    Hi 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
    Lyse

    #537922

    Hey 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,
    Josue

    #538341

    Hi 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
    Lyse

    #538350

    Oops – 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>

    #538639

    Hey!

    Please post a link to the site too.

    Best regards,
    Josue

    #538644
Viewing 30 posts - 1 through 30 (of 33 total)
  • The topic ‘Opt in Pop-up’ is closed to new replies.