Elnz
Forum Replies Created
-
Forum: Plugins
In reply to: [Magento Wordpress Integration] Error: Varien is not definedOk no problem. Solved with the_block(‘head’)
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Fatal Error on "construct"I tried to load jquery 1.8.3 (it’s in wp 3.5) instead the old version, but it doesn’t work.
??
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Fatal Error on "construct"I deleted all
<fieldset>
tag from setting.phpNow i’m able to see and use all others option but i have all on the same box ofc.
Anycase i think the problem is in javascript and not in php. Does the script (utcw.min.js) depend on others script??
Tnx.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Fatal Error on "construct"Hi,
i’m using php 5.3.8
But with wordpress 3.5 (on the same php version) the plugin works fine.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Fatal Error on "construct"Little update.
In utcw_widget.php in line 40 i changed:
parent::WP_Widget( false, __( 'Ultimate Tag Cloud', 'utcw' ), $options );
with
parent::__construct( false, __( 'Ultimate Tag Cloud', 'utcw' ), $options );
This is the PHP5 constuct, WP_Widget is for PHP4.
Now i’m able to use the plugin BUT when i click on Terms, Basic Appearence, ect it doesn’t switch. I have a classic POST-call, it return on “Data” and i’m not able to access in the others option page.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Fatal Error on "construct"Thanks you Rickard!!! I will try to work on it too.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] New custom fields not displayingI reverted to 3.5.3 too. The problem goes away ofc.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] New custom fields not displayingExactly the same problem here with 3.5.4.1 update.
Ok done. I put my code in saveFormData($cf7) of CF7DBPlugin.php and i catch a new exception.
Now i need to send a new error message via POST. I think i need to do it in submit function (classes.php). But i dont understand how. Can You help me plz?^^
Hi,
i need help here. If i understand i need to add a custom handrel to check if DB insertion is required. I must add this in function saveFormData($cf7). If db insertion isn’t required i display a message by function submit.
Ok, now i put the message in submit function, and i write my validation email. My problem is, how i can wrapp the email sendend by user??.
Forum: Plugins
In reply to: [Login Lockdown & Protection] [Plugin: Login LockDown] Appears to be brokenTnx Wally, i tested it with
register_activation_hook( __FILE__, 'loginLockdown_install' );
and it worked.
??
Forum: Plugins
In reply to: [Login Lockdown & Protection] [Plugin: Login LockDown] Appears to be brokenEdit:
i created by mysql code both tables. Now the plugin is working ?? and i’m lock for the next hour ??
ps: Same problem on 3.4.2 wp version.
Forum: Plugins
In reply to: [Login Lockdown & Protection] [Plugin: Login LockDown] Appears to be brokenHello mvandemar,
Tnx for the plugin. I have same problem of WallyO. I installed plugin but there aren’t tables wp_loginfails or wp_lockdowns on my db. Atm i’m working on localhost. My wp’s version is 3.0.4.
Can you help me plz?