Tom Morton
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSocialite] Conflict With W3 Total Cache Plugin.Apologies for the delay, caught up with a large project.
In your functions.php you can use the wp_enqueue_script() to call jquery.
For example:
if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js', false, '1.3.2'); wp_enqueue_script('jquery'); }Forum: Plugins
In reply to: [WPSocialite] Social buttons not loadingJust to clarify, when you disabled W3 total cache and placed Cloudflare into dev mode, did the social buttons work on your theme?
If it is working on Twentyeleven but not your theme then it sounds like there is a conflict somewhere within the theme itself. Can you send me a login for the site? You can create an admin username and email the password to tom[at]twmorton.com
Forum: Plugins
In reply to: [WPSocialite] performance issuePompos,
I just logged on to the site and I’m seeing another plugin activated for Social Sharing links. Do you still have WPSocialite active?
Forum: Plugins
In reply to: [WPSocialite] Conflict With W3 Total Cache Plugin.It looks like you are loading jQuery 1.6.2 from Google rather than the latest version. Can you please change this to allow WordPress to load it, or better yet update your wp_enqueue_script call to reflect the latest version?
Forum: Plugins
In reply to: [WPSocialite] Remove the count boxesThis is something that will be native to Socialite (the javascript library that runs the plugin). I’ll look into adding a feature that would allow you to toggle this.
Forum: Reviews
In reply to: [WPSocialite] Sharing with high speedAppreciate the review! Glad you like WPSocialite.
Forum: Plugins
In reply to: [WPSocialite] Buttons on pagesAditya,
The changes that you, Charles and I have been discussing are now live on the WP repo. Look for the 1.4.3 update.
Forum: Plugins
In reply to: [WPSocialite] ContributeCharles,
I just pushed your changes to the WP Repo (they are already merged with Github).
I have to thank you, the language additions are fantastic! I’m glad you liked the plugin so much you felt the need to contribute!
Thanks again, hopefully we can do more in the future.
Tom
Forum: Plugins
In reply to: [WPSocialite] Conflict With W3 Total Cache Plugin.Can you link me to the site you’re having an issue on? It would be easier if I could see your specific errors.
[Edit]: I just activated W3 total cache with all of the minify settings maxed out on my dev system and I’m seeing the plugin work fine.
Forum: Plugins
In reply to: [WPSocialite] Buttons not loading on hover or scrollGlad things are working great! I’ll go ahead and mark this resolved.
Forum: Plugins
In reply to: [WPSocialite] performance issuePompos,
Can you link me to an example of what is happening? Facebook should not load until the user is hovering over that specific post. I’m wondering if something is conflicting with the plugin.
Please link me to the site you are seeing this on and I’ll take a look.
Forum: Plugins
In reply to: [WPSocialite] ContributeCharles,
Got the pull request! Out of the office until the weekend. I’ll be checking it out then.
Thanks again!
Tom
Forum: Plugins
In reply to: [WPSocialite] ContributeCharles,
Appreciate the help! You can actually fork the plugin on my Github page (here) and then submit a pull request when ready.
Always appreciate a contribution, thanks again.
Forum: Plugins
In reply to: [WPSocialite] Setup like TechCrunchI’m closing this topic for now. Hope that worked for your site!
Forum: Plugins
In reply to: [WPSocialite] Buttons on pagesGreat idea, thats usually standard for a social plugin like this.
You can also contribute your own code changes at the github page: https://github.com/tmort/wpsocialite