Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #612996

    After update, I no longer see my icons that are built in to the theme. My home page for instance had icons next to the text.
    Also, my FormCraft plugin no longer works. I have a form showing, but it is not reactive and there is no button to submit.

    #613005

    Hi drrchrds!

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    They show up fine on my end

    Cheers!
    Yigit

    #613970

    It doesn’t work on my computer, even after clearing cache. I tried 3 browsers. I tried my phone (android), my wife’s (iphone) and another computer. It doesn’t work on any of them. The #1 concern is that the form can not be submitted and we usually get submissions from that daily.

    #615324

    Hi,

    Could you try adding the following to your functions.php file to see if that helps:

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    If not then please post admin login details in private so that we can have a closer look.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.