Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to read what i’ve written in the previous post about “Fatal error: Cannot redeclare class Contact_Info_Widget”. Maybe you can use the same system, avoiding to disable totally Jetpack

    I’ve still the same problem, but i’ve a little advice for you (waiting the real solution obviously!), try this: go on /public_html/wp-content/themes/Avada/widgets/contact_info.php, and look at beninning of the the code:

    <?php
    add_action(‘widgets_init’, ‘contact_info_load_widgets’);

    function contact_info_load_widgets()
    {
    register_widget(‘Contact_Info_Widget’);
    }

    class Contact_Info_Widget extends WP_Widget {

    function Contact_Info_Widget()

    The problem is there, and if you rename that using “class Contact_Info_Widget1” for example, you simply will block that element
    , without blocking all the Jetpack plugin. It’s the easier solution. Now i can work, but i don’t know if i’ll have problems in this way, for now i’m still ok! Waiting for the new release…

Viewing 2 replies - 1 through 2 (of 2 total)