-
AuthorPosts
-
November 20, 2015 at 1:59 am #539309
Hi
Josue asked I open a new ticket so he could help me with integrating the forms on my website: http://lysetremblayjewelry.caI have included login credentials below.
Thanks
LyseNovember 21, 2015 at 4:23 am #540065Hi Lyse!
Check the link in private. Let me know if you have any doubts or questions.
Regards,
JosueNovember 21, 2015 at 4:51 pm #540175Hi Josue
I added my form, just below the sample text in the lightbox element, [mc4wp_form id=”10653″] but the lightbox does not load.I’m not sure how to use it.
Thanks
LyseNovember 23, 2015 at 12:09 pm #540663Hey Lyse!
After 3 seconds, the lightbox does load, on my end – http://screencast.com/t/AmfHTx0M1
Regards,
JosueNovember 28, 2015 at 9:16 pm #544005Hi Josue,
Sorry for the long delay in responding. I was traveling.
It does not show when the page load.
Lyse
November 28, 2015 at 11:10 pm #544031Hi!
In the Code Block, change the timeout from
3000
to0
.Regards,
JosueNovember 30, 2015 at 6:51 pm #544732Hi Josue,
That worked!
How to I style the popup so it does not take the entire width of the screen and the content is centered. I also don’t know how to get rid the divider that appears on the right side of the text. I have a link here to a snapshot: https://www.dropbox.com/s/zadkihgfvtz5fw2/pop%20up.jpg?dl=0Thanks
LyseNovember 30, 2015 at 8:47 pm #544791Hey!
Try adding this code to the Quick CSS:
.mfp-content .container .av-content-small.units{ width: 100% !important; border: 0; } .mfp-content .avia_textblock span{ display: block; clear: both; } .mfp-content div#inline_content { max-width: 800px; margin: 0 auto; float: none; }
Cheers!
JosueNovember 30, 2015 at 9:16 pm #544799Hi Josue,
Once I made the div#inline_content max-width “important” all works perfectly!
.
Thank you thank you thank you!
LyseNovember 30, 2015 at 10:02 pm #544826You are welcome, glad to help :)
I’ll leave the Code Block code here in case anyone else wants to replicate this:
(function($){ $(window).load(function() { $('.inline_popup').magnificPopup({ type:'inline', midClick: true }); setTimeout(function(){ $('.inline_popup').trigger('click') }, 0); // change this if you want the timer to be longer }); })(jQuery);
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.