Bahadir
Member
Posted 7 months ago #
Hi guys,
I'm using easy fancybox, contact form 7 and Gymbase theme (http://quanticalabs.com/template/gymbase-responsive-gym-fitness-template/2637028). My inline content codes:
<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:460px;height:180px;"> [contact-form-7 id="527" title="biz-sizi-arayalim"] </div></div> <img src="http://url.of.image.png" />
These codes not working on homepage but working subpages. Who can help me for this problem?
Thanks.
http://wordpress.org/extend/plugins/easy-fancybox/
A link to your site would be helpful...
Bahadir
Member
Posted 7 months ago #
http://goo.gl/hCzRW bottom right button with telephone icon.
Correct codes
<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:460px;height:180px;"> [contact-form-7 id="527" title="biz-sizi-arayalim"] </div></div> <a href="#fancyboxID-1" class="fancybox"><img src="http://url.of.image.png" /></a>
sorry for my bad english.
The problem is the following line in your page source of your front page that is not on other pages:
<script type="text/javascript" src="http://weatherandtime.net/m_c1/jquery.min.js"></script>
That line causes the main jQuery library to be loaded for a second time, which breaks many other scripts... If you can delete that line (is it inside a text widget?) then the issue should be resolved.
Bahadir
Member
Posted 7 months ago #
Thank you dude. It's work perfectly!