Enrico Mingardo
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] error after updateworkaround: download http://plugins.svn.wordpress.org/mini-loops/trunk/widget.php and save in the wp-content/plugins/mini-loops directory.
Solved:
open qtranslate-slug-with-widget.php, look for the following lines:function qTranslateSlug_category_link($link, $id){ //TODO: implement it! global $wpdb, $q_config, $qts_use_language, $wp_query;modify as follows:
function qTranslateSlug_category_link($link, $id){ //TODO: implement it! if ( is_object($id) ) { $id = $id->id; } global $wpdb, $q_config, $qts_use_language, $wp_query;now it works
cheers
e.same bug
Forum: Plugins
In reply to: [Codestyling Localization] [Plugin: Codestyling Localization] Plugin brokenYes, I confirm: return to default theme make it works.
Forum: Plugins
In reply to: [Codestyling Localization] [Plugin: Codestyling Localization] Plugin brokenMe too!!!
Wp 3.3.1 CodeStyling Localization 1.99.16I’m having this problem too. Is there a workaround?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)