Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #397170

    I’m having problems with implementing ?iframe=true to trigger the modal window popup.

    I’ve tried using a plain link: Test
    I’ve tried inserting the URL as a manual/static url in buttons and full width buttons. Type: manual, Link: link.com?iframe=true, Open in same window

    But I’m not having much success with it working. It will open the link within the same window rather than a modal.

    My Goal: I’m trying to create a modal window contact/salesforce form that opens in the modal window on each when the link/button is pressed.

    Suggestion: When you edit a button or slide link etc, and it has the dropdown to the right in the popup element editor that says ‘Open in the same window’,’Open in a new window’, maybe include ‘Open in a modal window’ as a quick dropdown option.

    #397291

    Hi Robert,

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

    2. Refer to this for the icon issue.

    Regards,
    Josue

    #397294
    This reply has been marked as private.
    #397297

    2. That worked great. Thank you.

    #397312

    I can’t login, the login page keeps refreshing (no error). Can you please disable all third-party plugins to see if it gets fixed?

    Cheers!
    Josue

    #397524
    This reply has been marked as private.
    #397990

    There are some JavasScript errors shown in the console, have you modified the theme files in any way?

    #398710
    This reply has been marked as private.
    #398859

    Hi!

    The iframe lightbox isn’t working because the Lightbox Modal Window is disabled. We created a test page for you here: http://neckeropen.com/test-link/

    Regards,
    Ismael

    #398966

    Awesome. One last question, if we wanted to have the modal window pop up on page load, without breaking anything in Enfold (like a call to action or special ad), what would you recommend? Manual jquery trigger executed after page load?

    #399133

    Correct, a link trigger is the most convenient solution as far as i know.

    (function($){
        $(window).load(function() {
        	$('.trigger').trigger('click');
        });
    })(jQuery);

    Best regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.