Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!
Dynamic Content Gallery Resources
DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.
Note that the current stable release of the DCG is version 3.3.5.
Topic RSS
fixed
6:10 pm
Did the upgrade and using Thesis Theme. DCG is not working and only shows a black box.
The previous code used in my custom functions php was:
add_action('thesis_hook_feature_box', 'featcc');
function featcc() {
if (is_home()){
global $post;
if( function_exists( 'dynamic_content_gallery' ) ) :
dynamic_content_gallery();
endif;
}
}
Is that the same code to make it work now or should it be deleted and/or edited to something else? I love the plugin and hope I can find some HELP!!!
7:50 pm
August 25, 2008
OfflineHi,
No, the upgrade doesn't require any changes to how the plugin is used within a theme. In other words, if your code worked before, it should still work now.
Is it possible that you have upgraded other plugins? Try disabling your other plugins and see what happens.
Most Users Ever Online: 28
Currently Online: theonsale
12 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
johnbroome: 13
sjpeaches: 12
speedyp: 12
CherylMcL: 10
littlemerry: 8
lsnoei: 8
Member Stats:
Guest Posters: 770
Members: 1297
Moderators: 0
Admins: 1
Forum Stats:
Groups: 2
Forums: 7
Topics: 978
Posts: 4293
Newest Members: chargers3, jwhetstone, robert, Mak-Donuts, kilerb, Marian Bamboi
Moderators:
Administrators: Ade (2490)
Log In
Register
Home

Dynamic Content Gallery: Have you read the 