costyD
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Filter by Tags instead of Categories+1 to this request
Forum: Plugins
In reply to: [Crop-Thumbnails] Doesn't save the cropped image anywhereHi Volkmar,
Please add this number_format condition in functions/editor.php on line 294 in order to avoid a bug that might occur on systems that have comma as a decimal separator (as I have, and the cropping functionality breaks)
I hope you understand what I mean.Original:
[...] "ratio":<?php echo $ratio; ?>, [...]
Modified:
[...] "ratio":<?php echo number_format($ratio, 2, '.', ''); ?>, [...]Forum: Plugins
In reply to: [Plugin: MailChimp] Plugin settings URLsI have the same problem. I think that it ia a mailchimp plugin bug, but I’m not sure of it. I’m using wordpress 3.2.1 amd mailchimp 1.2.5.
Can somone from mailchimp give us an asnwer?UPDATE:
the solution can be found here
http://ww.wp.xz.cn/support/topic/mailchimp-plugin-v125-settings-corruption?replies=14#post-2365374Forum: Plugins
In reply to: WordPress Header for phpbb3 ForumsI have the same problem. Please help.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Javascript errorAfter updating to 1.9.3 is acting the same but I get this error now:
FrontEndEditor.fieldTypes[data.type] is not a constructor
[Break On This Error] editor = new FrontEndEditor.fieldTypes[data.type]();
on core.dev.js?ver=1.9.3 (line 154)Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Javascript errorI can edit the title of the posts but I can’t edit the content.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Javascript errorI’m getting this error:
“fieldTypes[type] is not a constructor
new fieldTypes[type]($el, type, filter, data);
in editor.js line 839 ”