By Andy on Monday, 14 September 2020
Posted in Technical Issues
Likes 0
Views 546
Votes 0
Hi - Can you help me get GIPHY working.

I've followed the documentation and checked the API code is correct - but front end - from mysite.com/ community for example - if I try and use the "GIF" button on a stream post it just comes up with a spinning circle.

I thought the problem was because I had my site running in a sub-folder of my server - but I've now moved it to root level and still got the issue...

Any ideas?
Hey there,

Call to undefined function GuzzleHttp\_idn_uri_convert()


It seems that it is a known issue that you will hit the error if you enable FitBit app on the site.

I had applied the fix on your site and it should be working fine now.

Can you give it a try and see how it goes?
·
Monday, 14 September 2020 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
THANK YOU - That has fixed it.

Whilst I'm here - do you have any control over the size of the giphy choices that come back? On my protostar they are quite small - or maybe my eyes are old!!!
·
Monday, 14 September 2020 20:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You're most welcome.

Do you mean that you want the size of the items to be bigger?

If yes, you can paste the following custom CSS code into Backend > EasySocial > Themes > Custom CSS and see how it goes:

body #es .es-gif-holder {
width: 100px;
height: 100px
}


You can adjust to the value that you want.

Take note that you need to clear all of your caches before you see the changes.
·
Tuesday, 15 September 2020 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect. Thank you!
·
Tuesday, 15 September 2020 20:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Andy, glad that your issue is resolved now.
·
Tuesday, 15 September 2020 22:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post