Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1321633
Soledad Tweets Slider
Closed

Comments

  •  1
    burroughsc started the conversation

    Hi, 

    It looks like you need to update your Twitter feed widget. The oAuth Twitter Feed plugin (v2.3.0) states after the "Twitter Feed Screen Name" field, "This option is no longer required and is deprecated. You should define the screen name to load as part of the getTweets() call as detailed above." 

    Your plugin simply calls "$tweets = getTweets(5);" with no name, and fails to load tweets reporting "Missing consumer key - please check your settings in admin > Settings > Twitter Feed Auth".

    Amending the plugin to use "$tweets = getTweets('hobo_digital', 5);" for example works fine.

    Regards,

    Colin

  •  2,699
    PenciDesign replied

    Hi,


    Thank you for let us know about that.

    Do you have any issue with setup Tweet Slider with fill/ don't fill Twitter Feed Screen Name*?


    Best Regards,

    PenciDesign

  •  1
    burroughsc replied

    Hi,

    Yep, that sorted the Twitter feed. The only other thing I'd like to be able to do is define the number of tweets to display.

    Thanks,

    Colin

  •  2,699
    PenciDesign replied

    Hi,

    You can change number of tweets to display by edit getTweets(5) - change number 5 here to a number tweets you want to display.


    Best Regards,

    PenciDesign

  • Victoria replied

    Hi, 

    I just updated my wordpress theme Soledad V 5.1 and the tweet slider doesn't work.... It continues to post my tweets on September, 8 2017. 

    Can you help me to find a solution please ? 

    Thanks you !

    Victoria





  •  2,699
    PenciDesign replied

    Hi,

    Please go to admin page > Settings > Twitter Feed Auth > Cache Duration (Default 3600) > change it to 300 and check it again.


    Best Regards,

    PenciDesign

  • Victoria replied

    Hi, 

    Thanks you for your reply. 

    It works ! :-)

    Best regards, 

  • gamezornelas replied

    burroughsc:

    Excellent, I had the same problem and you solved it with your contribution
    Thank you!!