Hello,
I’ve been using Enfold for a while now, and I have to say you guys are doing a great job. I just updated to 3.4.1 and 3.4.2 in quick succession, and there is still a tiny problem : the Twitter widget (the one made by Twitter), that I put on my homepage with a code block, does not appear when using Firefox (lateste version, on a mac). Yet it does work on Chrome and Safari. I thought with a bit of luck the 3.4.2 would solve it (since it seems the instagram widget had a similar issue) but that is not the case…
Is there anything I can do on my side, or does the solution have to come from your side ?
Thanks again !
Hey JaimBateman!
Please try adding following code to Functions.php file in Appearance > Editor
function enqueue_twitter_js() {
wp_enqueue_script( 'twitter js', 'https://platform.twitter.com/widgets.js', '1.0.0', true );
}
add_action( 'wp_enqueue_scripts', 'enqueue_twitter_js' );
Best regards,
Yigit
Hey,
Thanks for the answer. Sadly, it didn’t work (I did clean my cache)… although I put the code in the function.php file of my child theme, not Enfold directly. Would that have an influence on the result ?
Hey!
No, that should not make any difference.
Can you please try switching to one of the default themes and check if you can reproduce the issue?
It seems like issue is Twitter API related.
Cheers!
Yigit
Hello again,
Sorry for the delay. After extensive testing, it appears it is indeed a problem with Firefox and Twitter… Let’s hope they’ll sort it out quickly !
Thanks again for your help !