cowok
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Contact Forms] I Guess Its No Longer Supported?no problem. thanks for updating it
Forum: Plugins
In reply to: [Custom Contact Forms] I Guess Its No Longer Supported?So despite updating the plugin right after giving this info there is no thank you or even response …
I guess the title of this post really is quite accurate
Forum: Plugins
In reply to: [Custom Contact Forms] I Guess Its No Longer Supported?Change line 81 of custom-contact-forms-front.php
FROM
wp_enqueue_script(‘jquery-tools’, plugins_url() . ‘/custom-contact-forms/js/jquery.tools.min.js’);
TO
wp_enqueue_script(‘jquery-tools’, ‘http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js’);
Forum: Plugins
In reply to: [Custom Contact Forms] I Guess Its No Longer Supported?@noahjwhitmore Hi, sorry no it was in response to tlovett1 post
Its a very simple fix – stop loading jquery along with the jquery tools plugin and ALL of the jquery problems go away. It doesnt need any complicated options boxes to turn jquery on/off or limit it to one page.
Forum: Plugins
In reply to: [Custom Contact Forms] I Guess Its No Longer Supported?Its not an issue of jQuery working on your installation its the problem that the plugin overwrites every other plugins jquery.
Change the jquery tools script so it DOES NOT load the jQuery library