Hi, in the FAQs there is an example with a contact forms 7 shortcode here https://wordpress.org/plugins/easy-fancybox/#can%20i%20display%20a%20contact%20form%20in%20fancybox%3F
Formidable should work the same π
Thread Starter
iarias
(@iarias)
This is great, I need to call #contact_form_pop to the link of the button? then add the code
<div style=”display:none” class=”fancybox-hidden”>
<div id=”contact_form_pop” class=”hentry” style=”width:460px;max-width:100%;”>
[formidable id-3]
</div>
</div>
to a html footer location?
or some other way…
Yes, that should work π
Thread Starter
iarias
(@iarias)
Sorry for some late posting again, but didn’t work… π
even tho I fix the code [formidable id=3] nothing happen π
any clue?
You need to install and activate Easy FancyBox. I see no evidence of that plugin active on http://labtechco.themestek.com/labtechco-demo3/ … the button “Consultation” is linked to # which is nothing. That would explain why nothing is happening π
Thread Starter
iarias
(@iarias)
You’re confuse Ravan, the link just shows a example on with theme i’m using, i have the plugin install on the job i’m doing.
Thread Starter
iarias
(@iarias)
Look Ravan, I open the website the link is https://www.carifar.com/
and did the coding to the first footer and it create the link with the fancybox but for some reason the button on heather not, also it says that there’s something wrong with it…
Would you be so kind to point me to the problem a so I can deliver this job and move on?
Two things that you did wrong:
1. Give the DIV id="form" (not #form, that is for the link)
2. Give link in the header the class fancybox-inline
Note: the last one may not be possible with your theme…
Thread Starter
iarias
(@iarias)
Thanks Ravan,
btw.. add it class in js on theme options and works fine!!!