Trouble with twitter slider - by hostpuppies

This topic has 9 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: hostpuppies
    hostpuppies
    Participant
    September 24, 2014 at 05:42

    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

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 24, 2014 at 15:11

    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.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 24, 2014 at 17:58

    Ok, do I download and ftp? Or can I automatically update?

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 24, 2014 at 19:32

    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.

    Please, contact administrator
    for this information.
    Avatar: hostpuppies
    hostpuppies
    Participant
    September 25, 2014 at 18:09

    still having the trouble with the twitter slider

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 25, 2014 at 22:06

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 26, 2014 at 08:42

    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

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 26, 2014 at 18:23

    awesome. will this be in a theme upgrade in the future? Thank you for getting back to me on this and fixing the issue.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 26, 2014 at 21:08

    Hello,

    You’re welcome.
    Yes, we’ll implement this fix in the future update.

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘Trouble with twitter slider’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.