counterfill
Forum Replies Created
-
Forum: Plugins
In reply to: [Async Social Sharing] [Plugin: Async Social Sharing] Pinterest?Hi Lane,
This plugin https://codecanyon.net/item/wordpress-social-share-buttons/2927356 includes Pinterest, Digg, Stumbleupon and Delicious in addition to other button styles and display options. It also loads all buttons asynchronously. Currently it is only $8 which is a small price IMO for the extra options and services. Hope that helps!
I’m using WP 3.5 and am having an error minifying the /wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.9.2 file. I’m guessing, however, this isn’t limited to this WP version but the version of the jquery.ui.core.min.js file?
In the jquery.ui.core.min.js?ver=1.9.2 file the following code:
(this.id="ui-id-"+ ++n)
Is minified to:
(this.id="ui-id-"+++n)
Notice the missing space between the pluses. This completely breaks my entire minified file. When trying to exclude this file from minification I get an additional “TypeError: e.ui.plugin is undefined” error, so it must be included with the other minified files in order to work.
Any assistance here is greatly appreciated.
Thanks!
I just finished testing this plugin and found this issue (no title on static home page) in addition to the lack of auto-generated meta data (descriptions and keywords) the only things holding me back from using this plugin. It has a lot of other appealing functions but these items are fundamental with WP SEO plugins now. It’s a shame they were left out!
Forum: Fixing WordPress
In reply to: Weired Problem: Auto Home Page Redirection!Since upgrading to WP 3.0, the root (/) or home page of the site is redirected to newly created pages.
You can remove the redirection(s) by going to Tools > Redirection > Groups > Modified Posts and deleting the latest entry listed as “/” without quotes.
My guess is this is a bug in plugin when running WP 3.0. This should be a good workaround until the author fixes it.