Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hi itzsnider,

    I can see jQuery error.

    For now, please add <?php wp_enqueue_script("jquery"); ?> to your theme’s header.php file, just above <?php wp_head(); ?>

    If you are not sure about this, please give me access to your backend.

    Thread Starter itzsnider

    (@itzsnider)

    That didn’t work.

    thanks anyway.

    Thread Starter itzsnider

    (@itzsnider)

    Not sure why this was marked as resolved, it’s still not working.

    Plugin Author Joel James

    (@joelcj91)

    I can help.

    It jQuery dependency issue. If you add that above said code properly it should work. Are you sure that you have added the same to your current active theme’s header.php file?

    Thread Starter itzsnider

    (@itzsnider)

    I have added it at the top of this file and above the WP_head call out

    <?php
    /**
    * Genesis Framework.
    *
    * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
    * Please do all modifications in the form of a child theme.
    *
    * @package Genesis\Templates
    * @author StudioPress
    * @license GPL-2.0+
    * @link https://my.studiopress.com/themes/genesis/
    */

    do_action( ‘genesis_doctype’ );
    do_action( ‘genesis_title’ );
    do_action( ‘genesis_meta’ );

    wp_head(); //* we need this for plugins
    ?>
    </head>

    Plugin Author Joel James

    (@joelcj91)

    But I couldn’t see that in the code that you pasted here.?

    Thread Starter itzsnider

    (@itzsnider)

    Yes I removed it as I didn’t want it breaking anything else.

    Sorry but I can’t leave code that may or may not work for a few days while I wait for a response.

    A PRD server that’s gets traffic daily I can’t leave things on it live, broken, waiting for a response.

    The above is NOT a jab at you, just how I work is all.

    Plugin Author Joel James

    (@joelcj91)

    Hi,

    Do you have access to your plugins files? Will you be able to replace a file in DCL plugin if I send you?

    Thread Starter itzsnider

    (@itzsnider)

    Yes sir!

    email me at matthewfsnider AT gmail DOT com

    Plugin Author Joel James

    (@joelcj91)

    Hi,

    If you are still using it, could you please update to the latest version and check?

    Plugin Author Joel James

    (@joelcj91)

    Closing this due to inactivity.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Click to Comment is not working’ is closed to new replies.