| Post |
|
Guest
| George 5:25 am July 19, 2011
| |
|
|
I just updated to v. 12.1 and now my slider on the website doesn't work anymore but lists the post rather than sliding them. Turning off Cforms makes it work again. I went to options and selected to have the code only on the three pages that contain a form but this doesn't help either.
Now the only choice I have is to deactivate/replace Cforms or have a broken site!
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 7:22 am July 19, 2011
| |
|
|
…or revert back to the old version that apparently ran fine.
cforms v12.1 has been optimized to work with WP 3.2.1 and jQuery 1.6.1+ – chances are that either your WP version is not up to par with this or some other plugin/theme/code is causing conflicts.
Paul.
|
|
|
|
|
Guest
| George 8:04 am July 19, 2011
| |
|
|
Thanks Paul, for looking into it.
I realized that I didn't actually provide all the information needed to evaluate the problem.Sorry about that.
Website: http://www.divingcou…..ohtao.com/
Wordpress 3.2.1
Cforms 12.1 / 11.9 (after the roll back you recommended)
jQuery 1.6.2 http://code.jquery.c…..y-1.6.2.js
Nevertheless, the problem persists.
I also forgot to mention that I already deactivated all plugins one by one, the only plugin creating the error seems to be Cforms though.
Thanks for your help.
George
|
|
|
Guest
| Farting Santa 12:10 am July 20, 2011
| |
|
|
Hi George, I look forward to seeing if you find a resolution, I have 2 sites which since upgrading have this issue, very strange
|
|
|
Guest
| Francisco 5:35 am July 20, 2011
| |
|
|
I guess my recent problem with my site was similar to yours. Yesterday I was up 'til 3 am and its now 4.23 and I've yet to find a good solution.
The problem ( MY problem ) was that the wordpress itself added this line
http://canelaehortel…..;amp;load=jquery,utils&ver=fb5c271ac01e8186b23ece33d5ce4961
meaning to load jquery , and then utils.
Since WP 3.2.1 has jquery 1.6.1 Cforms does the nasty thing and removes the jquery from the list and add it below.
Something like this:
<script… load-scripts.php…load=utils>
<script… jquery.js?ver=1.6.1>
The line above will be the same , but without the jquery entry, meaning that the utils will break on load as it requires jquery before.
I've been trying for hours to make wordpress load the jquery FIRST ( by making the theme functions.php load google's version) , but I simply cannot make it happen.
As a quick and eventually deadly fix, I've change cforms to ignore the existing jquery version, and not load anything else.
It kinda works, but I'm probably loosing funcionality. And I got to go to sleep…
Just for the record, my system is :
WP : 3.2.1 ( PT_PT) with jquery 1.6.1
cforms: 12.1
Browsers tested: not really relevant but, firefox and chrome ( linux x64)
Hope it helps anyone.
Cheers,
Francisco
|
|
|
Guest
| Francisco 5:39 am July 20, 2011
| |
|
|
Probably worth mentioning , on the above issue, I was loading the "edit post" page ( backoffice) , thats why the utils was present.
On the frontend there where other messed up things, like the lightbox 2 plugin not working because of the same issue.
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 9:23 am July 20, 2011
| |
|
|
You could also try to enable the Global Setting:
WP Editor Button support | > Select in case you experience a TinyMCE editor error…
PS: I tried with plain WP 3.2.1 and even with cforms swapping out jQuery 1.6.1 for 1.6.2 it still works fine. Perhaps in your case it's the combination of other plugins that breaks it.
Paul.
|
|
|
|
|
Guest
| Farting Santa 12:21 pm July 20, 2011
| |
|
|
I've fixed my issue, I simply placed the wp_head tag above the call for my other jquery files and it worked first time.
|
|
|
Guest
| George 5:30 am July 24, 2011
| |
|
|
Although this can't really be the final solution – IT WORKS! – I just had the same incident on another website. After upgrading to cforms 12.1 my 'recent' widget didn't work anymore. Moving th wp_head tag ion the header file, above the script calls, solved this problem too.
In my first case, which initiated this threat,I simply exchanged the old slider with a different one that worked. I've spent a day on that too… Please fix this, thanks.
|
|
|
Guest
| Alan 12:04 am July 25, 2011
| |
|
|
When Cforms is activated I am unable to use the drag and drop feature on the wordpress menus.
|
|
|
Guest
| Staxx 4:12 pm July 25, 2011
| |
|
|
I have the same issue, but at a slightly more disturbing situation: wordpress (in the wp-admin) menu functionality (drag/drop and toggle) is broken, and i am absolutely sure it's due to cForms (it's the only plugin installed). Just moving the wp_head isn't an option cause we're in the wp-admin, not in a theme.
Chrome inspector says:
load-scripts.php:10 Uncaught ReferenceError: jQuery is not defined
(anonymous function)
load-scripts.php:18 Uncaught TypeError: Cannot read property 'mouse' of undefined
d.widget.widgetEventPrefix
(anonymous function)
I am using WP 3.2.1, with cforms 12.1. I've tried to set the plugin back to 11.9 as mentioned above, That worked, but should not be thé solution. I;ve tested this in multiple sites, and they all have the same error in the menu's.
This should be solved. Conflicts with core wordpress functionality are pretty disturbing in my opinion, especialy if you rely on a plugin like cForms (wich is a pretty good plugin though!).
cForms is the weapon of choice regarding forms in WordPress sites, but I am actually looking for a different plugin that is within the plugin repository, for multiple reasons. Support and updates beeing the most important ones. I'm running a lot of sites using cforms, and updating is a hell of a job! Still cForms has features that other form plugins dont come even close to the ones cForms have!
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 8:01 am July 27, 2011
| |
|
|
Alan said:
When Cforms is activated I am unable to use the drag and drop feature on the wordpress menus.
Hi!
I just checked against a plain vanilla WP 3.2.1 install and the drag&drop of e.g. the Appearance/Widgets section works flawlessly.
Perhaps it's a conflict with some other theme/plugin of yours.
Staxx said:
load-scripts.php:10 Uncaught ReferenceError: jQuery is not defined
(anonymous function)
load-scripts.php:18 Uncaught TypeError: Cannot read property 'mouse' of undefined
d.widget.widgetEventPrefix
(anonymous function)
This doesn't look like anything cforms would or could produce. Like I said above, I don't see any of this in a plain vanilla WP installation.
Paul.
|
|
|
|
|
Guest
| Laurent 4:32 pm August 5, 2011
| |
|
|
Hi,
I had same issues and just tried with last cforms 12.2 plugin update. Problems are fixed ;)
No more jquery error, my slider works, date picker now shows up correctly and I think menu drag & drop should work too (but cannot test with current theme).
Thanks Oliver for this wonderful plugin and all the work done on it.
|
|
|
Guest
| miss ben 4:23 pm December 12, 2011
| |
|
|
I got problem after upgrade cforms-v12.2 and WordPress 3.2.1.
The problem are :-
- Pop Up Message Blank and look like not working after press submit button
- When i test to submit, i did not receive email
- Please advise what should i do
- My website http://jomrenang.com
|
|