This topic has 9 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
I am working on a dev project for a customer. I am having trouble with the Twitter Slider. I wqent through and did the OAuth and put in the keys and user ID. FOr some reason the theme is displaying your 8theme Tweets. Not sure what I did wrong. Please visit http://hostpuppies.com/inac and visit the section near the footer to view. Thank you. I have a login for you in private content
Hello,
We’ve released a new theme version. Please update it and check if the problem persists there too.
If so, then please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Ok, do I download and ftp? Or can I automatically update?
Ok I downloaded the them unzipped and ftp uploaded and then re-saved. It did not clear up my Twitter slider issue. I have done Twitter OAuth work before and I am certain that I was able to get it done right, but it is still showing the @8theme tweets. FTP credentials are in the private area.
still having the trouble with the twitter slider
Hey if I cant fix this Twitter slider, I cnat demo the site for the client and sell it. Can I get a response? I have sent my logins and asked for help. This is important
Hello,
Sorry for delay. We have fix this bug on your site.
Below we show the code to fix it:
Edit royal/framework/shortcodes.php
find lines 584-591
'title' => '',
'consumer_key' => '',
'consumer_secret' => '',
'user_token' => '',
'user_secret' => '',
'limit' => 10,
'class' => 10
and replace by
'title' => '',
'user' => '',
'consumer_key' => '',
'consumer_secret' => '',
'user_token' => '',
'user_secret' => '',
'limit' => 10,
'class' => 10
find line 597 $tweets_array = et_get_tweets();
and replace by $tweets_array = et_get_tweets($consumer_key, $consumer_secret, $user_token, $user_secret, $user, $limit);
Sorry for inconvenience.
Regards,
Olga Barlow
awesome. will this be in a theme upgrade in the future? Thank you for getting back to me on this and fixing the issue.
Hello,
You’re welcome.
Yes, we’ll implement this fix in the future update.
Sorry for inconveniences.
Regards,
Eva Kemp.
The issue related to '‘Trouble with twitter slider’' has been successfully resolved, and the topic is now closed for further responses