I finally switched my site live and it seems to working great except for 2 forms I made with simfatic forms.....They are placed as navbar button links and pop up with js on click...They work fine on the index page but nowhere else...I havent enabled pretty urls yet....
Advertise with us & Submit an event arent working anywhere but the index.php
- Code: Select all
<a href="#">Services <i class="fa fa-caret-down"></i></a>
<ul class="sub-menu">
<li><a class='sfm_wnd_classifieds_link' href='javascript:void(0);'>Advertise with us</a></li>
<li><a class='sfm_wnd_event_link' href='javascript:void(0);'>Submit An Event</a></li>
<li><a href="javascript:void( window.open('http://form.jotform.us/form/51090606995158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Subscribe Today!</a></li>
Advertise with us & Submit an event arent working anywhere but the index.php