[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading IssueTom: is there any progress with this ? Maybe its a clash with other javascript ? i hope you have the time to look into this ??
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading Issueohh sorry, forgot to mention, we are running the latest version of the plugin.
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading Issuehappens on this blog https://dkira.com/ and any other blog in the multisite setup ??
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading IssueIm seeng the exact same error.. hope to get this resolved.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Upgrade / active on all sitesThe only way i could make this work is by using this code i mashed up
<?
require_once(‘../../wp-load.php’);
global $wpdb;
global $yarpp;
switch_to_blog($_GET[‘blog_id’]);
$yarpp->activate();
echo “done”;
?>
and then loop though all the blog id′s using curl.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Problems detecting spami had issues to after upgrade it seemd i had to flush the memcache and then go to settings to enable the akismet again:
https://MAIN_BLOG_DOMAIN/wp-admin/admin.php?page=akismet-key-config
Forum: Plugins
In reply to: [WordPress Varnish] [Plugin: WordPress Varnish] Does not work with Varnish 3The syntax changed in varnish 3 vcl for some operations. I have a sample vcl working with varnish 3 if you like a copy ??
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image Brokeni wrote their support yesterday, lets hope they get that asset up again in cloudfront ??
Forum: Plugins
In reply to: [Memcached Object Cache] Do I need this?if you have enabled the object cache feature in supercache, then you dont need it.
Forum: Plugins
In reply to: [Memcached Object Cache] Caching problemtry to set memcache to run in verbose mode and tjeck the log to se if any keys are set.
I myself use a nifty small webtool for memcache called https://code.google.com/p/phpmemcacheadmin/ this allows you to se info about you keys and the cache ratio etc.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image Brokenthe icon also fails in their own site here
https://www.addthis.com/get/sharing#.USIpIVrwLoo
look under “preview”.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image BrokenFurthermore it seems the icon is not called from the addthis plugin code
root@nfs:/home/nfs/web/wp-content/plugins/addthis# grep -R “cloudfront” *
root@nfs:/home/nfs/web/wp-content/plugins/addthis#There is no match for cloudfront in the addthis plugin code. Could be something called from and external iframe perhabs ?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image Brokenwhois seems fine for the domain, could be some kind of breakdown ?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image Brokenit actually seems the intiredomain is gone
Tonnys-MacBook-Pro:~ tonnyjorgensen$ host cloudfront.net
Tonnys-MacBook-Pro:~ tonnyjorgensen$ ping cloudfront.net
ping: cannot resolve cloudfront.net: Unknown hostForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Pinterest Button Image BrokenIt seems like this image is gone
https://d3io1k5o0zdpqr.cloudfront.net/images/pinit.png
maybe a closed cloudfront.net account ?