tallhat
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Widget Pro] can ont recognize the response from Twitteram getting the same “Could not recognize the response from Twitter” error. is something up with this plugin or twitter itself?
Forum: Plugins
In reply to: [IvyCat AJAX Testimonials] More than one instance on a pageah, me too! just discovered this little issue a day before launch! 🙂 any news on this? thanks
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total Cachei’ve just discovered it’s the W3 minify option that’s the problem. i can run W3 with page, db and browser caches turned on, but if i use minify it kills the edge content.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total Cachethanks for looking ti2m. i’ll see if i can narrow anything down at my end.
Forum: Plugins
In reply to: [MailChimp Widget] [Plugin: MailChimp Widget] Adding an extra fieldanyone know of a mailchimp WP widget that DOES allows the addition of other custom fields? yes i know there is a lot to be said for ONLY requiring the email field, but there are other use cases where extra info is needed. we need a postcode field on something.
Forum: Plugins
In reply to: Learning Management Systemlearndash v1 seems to have launched now, and there is some roadmap info e.g. articulate storyline integration at some point. http://www.learndash.com/
Forum: Plugins
In reply to: Learning Management Systemi’m looking into this too at the moment.
this is probably too late but it seems that 2013 is going to see some better wordpress LMS options: e.g.
http://www.lucidway.com/wordpress-lms-2/
http://www.learndash.com/ – not released yet (as of 9 Jan 2013) but looks interestingso neither of those help *at the moment* but are ones to watch.
for now, the other option i’ve been looking at is ‘SCORM Cloud’ and its WP integration:
http://scorm.com/scorm-solved/scorm-cloud-features/app-integrations/ – this may solve the LMS functionality in terms of tracking/reporting/user registrations etc. but i don’t think it’s actually a course/quiz constructor – that would need to be done some other way.yes it’s working now thanks – must be cache related.
sure, i also have had the same. basically you need to be looking for the code in your widgets/plugins/shortcodes that looks something like this:
http://twitter.com/statuses/user_timeline/username.json ?callback=twitterCallback2&count=5that’s the old API method.
it needs to be changed to something like:
http://api.twitter.com/1/statuses/ user_timeline.json?screen_name=username&include_rts=true &count=5&callback=twitterCallback2see also:
http://support.designerthemes.com/forum/topic/1832/twitter-feed-stopped-workingI also had several WP sites using this plugin affected by this API issue. To be fair to Twitter they have been announcing this change for many months, probably the best part of a year. But if you’re not on a Twitter developer list of some sort the announcements may not have been seen.
the main issue was actually that this plugin in no longer supported and hasn’t been updated for 2 years (not Twitter’s fault!).
I’ve actually switched my themes to use newer Tweet integration plugins which are more actively developed (so hopefully less chance of this happening again in the future if the API gets changed again!)
Thank’s to pantaluna above for the patch, but if you have the opportunity it might be better to bite the bullet and switch plugins to a more recent active one.
any thoughts on this geoffrey? love the plugin but client is calling me on this repetition on the RTs… any idea for a fix?
[ Please do not bump, that’s not permitted here. ]
thanks. that’s what i did but it didn’t update the string immediately. seemed to take a LONG time to update – is it related to the cache settings?
Forum: Plugins
In reply to: [WP Map Markers] [Plugin: WP Map Markers] Styling the embedded mapwould be good to get a response from the developer – thanks!
Forum: Plugins
In reply to: [WP Map Markers] [Plugin: WP Map Markers] Styling the embedded mapHi, also as another poster mentioned – where are the labels defined for things like ‘Where are you’ ‘There are no markers in this area.’ etc. – so we can change the text on these labels. I know you said you’d add them to the admin at some point, but for speed if you could indicate which file contains all this UI text that’d be great for now. thanks.
thanks – still not sure why the original ‘thickbox’ approach doesn’t work – i’ve used it numerous times on other WP sites.
that’s part of the problem fixed. now i need to figure out why the slideshow isn’t working (i get the loading icon – see bottom of that test page – but then nothing)
any ideas? thanks