Desik
Forum Replies Created
-
I guess something went wrong in the latest update
here is the diff:
2.0.4 works just fine for now while we wait for the author.
Forum: Plugins
In reply to: [Disqus Comment System] Disqus WP 3.2b1Comment out the following JS around line 784 on disqus.php
<script type="text/javascript"> jQuery(function($) { fix menu var mc = $('#menu-comments'); mc.find('a.wp-has-submenu').attr('href', 'edit-comments.php?page=disqus').end().find('.wp-submenu li:has(a[href=edit-comments.php?page=disqus])').prependTo(mc.find('.wp-submenu ul')); }); </script>I bet theres a better fix for this, but this would get the job done.
I found out the problem, apparently the plugin installer was picking up version 1.0 instead of 1.1.
I manually updated to 1.1 and the problem is gone.
I have the same problem:
The player.swf cannot be found at /xxx/xxxx/sc26355-YDGC/doble-h.com//mounted-storagewp-content/plugins/jw-player-plugin-for-wordpress/player.swf, the player will not work.Notice the double trailing slashes and the missing trailing slash between mounted-storage and wp-content.
You can access my player here :
http://doble-h.com/wp-content/plugins/jw-player-plugin-for-wordpress/player.swf
yeah! that did the trick for me, everything works like normal
Thank you very much
I have done this by using a custom widget, here’s an example.
In your theme functions.php add
//custom widget register_sidebar( array( 'name' => 'custom', 'id' => 'custom', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '' ) );Then in your comments.php ( or whatever you want to put the widget ) call the custom widget using:
<?php dynamic_sidebar("custom"); ?>Don’t forget to drop the widget in the new area “custom” in your widgets panels, also remember than the widget can be called only once, so you either call it on your sidebar or your comments form.
Would be nice if you could duplicate the widget though, hopefully for the next version 🙂
You can see it in action here: http://www.doble-h.com