-
AuthorPosts
-
February 17, 2015 at 12:08 am #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 windowBut 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.
February 17, 2015 at 9:12 am #397291Hi 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,
JosueFebruary 17, 2015 at 9:16 am #397294This reply has been marked as private.February 17, 2015 at 9:19 am #3972972. That worked great. Thank you.
February 17, 2015 at 9:45 am #397312I 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!
JosueFebruary 17, 2015 at 3:04 pm #397524This reply has been marked as private.February 18, 2015 at 9:46 am #397990There are some JavasScript errors shown in the console, have you modified the theme files in any way?
February 19, 2015 at 9:03 am #398710This reply has been marked as private.February 19, 2015 at 1:32 pm #398859Hi!
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,
IsmaelFebruary 19, 2015 at 3:53 pm #398966Awesome. 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?
February 19, 2015 at 6:36 pm #399133Correct, a link trigger is the most convenient solution as far as i know.
(function($){ $(window).load(function() { $('.trigger').trigger('click'); }); })(jQuery);
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.