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.
Not sure why this was marked as resolved, it’s still not working.
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?
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 http://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>
But I couldn’t see that in the code that you pasted here.?
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.
Hi,
Do you have access to your plugins files? Will you be able to replace a file in DCL plugin if I send you?
Yes sir!
email me at matthewfsnider AT gmail DOT com
Hi,
If you are still using it, could you please update to the latest version and check?
Closing this due to inactivity.