Greyhat2012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WooCommerce session expired errorHi. I am having the same issue here. has this been resolved by anyone? Help appreciated.
Forum: Plugins
In reply to: [Recent Posts Slider] Plugin not longer working after the WP 3.5.1 update.Apologies, i was suffering from an un related error . . .
Forum: Plugins
In reply to: [Recent Posts Slider] Plugin not longer working after the WP 3.5.1 update.Any update on this? I think I am experiencing the same problem. Thanks.
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesRobert is this fails I think someone released a fixed plugin if you look in the other threads though you will have to re install.
HTH
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesI’m lost now!! :/
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesI am not sure I understand. Do you know PHP? If not then you will not be able to do this.
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagescount is number of tweets
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesHave you changed both occurrences? I would just double check everything and leave it again.
That’s the only other thing I can think of sorry!
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesYeah you have to leave it a while to propagate ..
HTH
Forward Arrow Click Event: click
Back Arrow Click Event: click
Navigation Click Event: click focusin
Slideshow Click Event: clickThanks!!!
π
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesHi, twitter have updated their API so whichever plugin you are using you need to find this url:
http://twitter.com/statuses/user_timeline/and replace it with this:
http://api.twitter.com/1/statuses/user_timelineThen leave it for a couple of hours to propagate.
HTH
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesThere is only one .php file in the plugin.
twitter.php
wp-content/plugins/twitter-for-wordpress/twitter.php
HTH
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messageslines 54 & 168 change:
$messages = fetch_rss(‘http://twitter.com/statuses/user_timeline/’.$item[‘username’].’.rss’);
to
$messages = fetch_rss(‘http://api.twitter.com/1/statuses/user_timeline/’.$item[‘username’].’.rss’);
Then leave it a couple of hours.
π