Jozef
Forum Replies Created
-
Forum: Plugins
In reply to: [FG Joomla to WordPress] Only importing categoriesHmm on taking a second look I can see that it uses K2. Is there anyway to transfer K2 content using this plugin?
Thanks for you help!
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Update Products button not workingThanks I appreciate it!
Forum: Fixing WordPress
In reply to: Media uploader not working after 3.3Cheers drew it works with twentyten! Obviously I need to find out why my theme is incompatible though.
Its uses <?php wp_enqueue_script(“jquery”); ?> in the header and:
<?php
function my_init_method() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js’);
}add_action(‘init’, ‘my_init_method’);
?>in the functions. Would i be right in saying that this is overiding the version of jquery the dashboard is using and it needs a newer version?
Forum: Fixing WordPress
In reply to: Media uploader not working after 3.3yeah went through it. I’m not getting the javascript bug they show there. going to http://example.com/wp-admin/load-scripts.php?load=jquery (obviously with my site instead of example.com) brings up the jquery script like it should.