artxtra
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Dominant Color] Calculate Now!Thanks! I installed another plugin since I asked the question. I may try your solution ASAP.
Forum: Plugins
In reply to: [Dominant Color] Calculate Now!Up!
It works
Change this (l. 264)
$params['field_value'] = addslashes( wpcf_translate( 'field ' . $field['id'] . ' value '.$post->ID, $params['field_value'] ) );
to this
$params['field_value'] = wpcf_translate( 'field ' . $field['id'] . ' value '.$post->ID, $params['field_value'] );
Thanks platanic!OK, but now (1.6.1.), there’s somme ‘backslashes’ issues with checkboxes field types. See other thread in the forum…
Same error after update.
Checkboxes only!WordPress 3.9.2
Types 1.6.1 with lines 130 and 147 commented (read this)
PHP 5.2Forum: Fixing WordPress
In reply to: Still style.css in Theme EditorChmoding has no effect
Forum: Fixing WordPress
In reply to: Still style.css in Theme EditorMy theme esi fully uploaded : each file appears on the right.
Will try the CHMOD
Viewing 7 replies - 1 through 7 (of 7 total)