Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #535318

    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 !

    #535460

    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

    #535472

    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 ?

    #535513

    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

    #540637

    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 !

    #540658

    Hi!

    Let us hope so :)
    I am marking this thread as resolved for now. If you have any other questions or issues, please feel free to start a new one!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Twitter widget and Firefox’ is closed to new replies.