I'm feeling a bit stupid right about now but just can't get the DCG to work in the Genesis child them Executive. Here is a link to the page http://66.147.244.193/~muscoeng/?page_id=142
Her's what I've done thus far:
1 I modified the functions.php file by adding the following:
add_action('genesis_before_loop', 'display_dcg');
function display_dcg() {
if( is_page(142) ) {
dynamic_content_gallery();
}
}
2 I configured the DCG plugin as follows:
Image File Management: full URL
Gallery Method: one-category | Default Images folder is: http://66.147.244.193/~muscoeng/dcmimages/
Slide Pane Description: auto
Page Source Error messages: on | Javascript Framework used: mootools
Scripts restricted to: Page Template => page.php
3. I created two test posts with dfcg-image links to http://66.147.244.193/~muscoeng/dcgimages/image1.jpg and http://66.147.244.193/~muscoeng/dcgimages/image2.jpg for the second post.
When I view the 'Gallery' page I created (142) it gives me 4 thumbnails with 'error' written in them. I do not get the DCG scrolling, etc.
I'm lost and have tried several hours reading the forums, trying to reconfigure the plugin, etc. Any advice will be much appreciated.