Kovah
Forum Replies Created
-
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Exclude posts dynamically / in shortcode?Hell it’s that easy!
Simply adding theexclude_post_ids="10,15"to the shortcode excluded the posts from the widget!
MANY MANY THANKS!Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Exclude posts dynamically / in shortcode?Hmm okay but there is no way to do this without changing the plugin code, right?
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Complete editor broken if not using the standardThe error is in slideshow-gallery.php, line 232.
Instead of
$plugins['gallery'] = $this -> url() . '/js/tinymce/editor_plugin.js';
you should use the plugins_url() function:
$plugins['gallery'] = plugins_url('/js/tinymce/editor_plugin.js', __FILE__);Forum: Plugins
In reply to: [Storyform] Storyform and WordPress themesI would like to know this too. Tested this with Sparkling (https://ww.wp.xz.cn/themes/sparkling) and the article page shows a blank page even if the Storyform template is activated.. :/
Forum: Plugins
In reply to: [Plagiarism] 503—Service Unavailable for the default google searchMaybe too much search requests? Google blocks an ip of it fires too much requests in a short time.
Is it working again or does the problem still exists?Forum: Plugins
In reply to: [WP-PostRatings] Multisite Compatible?Post Ratings is working with my network. The problem is that the widget (most rated posts) displays the most rated posts of all sites and not the site i’m currently visiting.
Would be awesome if this could be fixed.