tronics
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Error Importing from ExcelPlease, it would be fine if you could also provide an example excel that shows the features of the import.
How should an average user be able to understand what he is supposed to do with that function.
Otherwise great project.
Regards
Temporary solution:
http://ww.wp.xz.cn/support/topic/plugin-qtranslate-formatting-missing-in-editor?replies=13Id suggest another possible fix for WP 3.3.1.
Open qtranslate/qtranslate_wphacks.php file, find line 77.
And replace this:
if(‘html’ != wp_default_editor()) {
remove_filter(‘the_editor_content’, ‘wp_richedit_pre’);
}WITH:
$version = (float) get_bloginfo( ‘version’ );
if ( $version < 3.3 ) {
if(‘html’ != wp_default_editor()) {
remove_filter(‘the_editor_content’, ‘wp_richedit_pre’);
}
}Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No “Sort Gallery” option anywhereresolved.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No “Sort Gallery” option anywhereOk, in Options set “Sort Order” to “custom order”.
The button is then visible in “Manage Galleries”.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No “Sort Gallery” option anywhereI have the same problem.
2 almost identical installations on the same server..
One has the sortoption button, the other doesn’t habe it.I have no idea why.. the NexGEN Gallery plugin files are identical.