Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
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....
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
You must have some other inline or external JS handling the .sfm_wnd_classifieds_link and .sfm_wnd_event_link link click events. Make sure this code is present on all the other pages. Perhaps it could be an issue with the script failing to download (404 error) because of relative paths. I am sure your browser developer tools (console especially) can provide the answer. It is hard to troubleshoot this though without seeing it first-hand.
You were right ..I fixed this issue as well on your suggestion....
3 posts Page 1 of 1
cron