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
closed
8:29 pm
November 28, 2011
OfflineI'm using dynamic content gallery 3. with wordpress 3.2.1. I don't think it's too complicated. image management auto, gallery method, give path, insert image but all I see is a string of still images. what is wrong with my settings? http://www.autoreverseweb.com/testsite/
thanks.
souleye
9:28 pm
August 25, 2008
OfflineWhat settings did you use for DCG Settings > Load Scripts tab?
9:45 pm
November 28, 2011
OfflineI left mostly everything at default. so load script is 'home page only'. this is a test site so only the home page is active. I went ahead and created a home.php page and inserted the code
nothing changed.
image management 'auto'
gallery method 'one category' path http://www.autoreverseweb.com/wp-content/uploads/2011/11/
javascript options mootools
I'm befuddled!
7:23 pm
August 25, 2008
OfflineOk!
Please post back and let us know how you got on.
9:05 pm
November 28, 2011
Offlinethank you for your followup. I never got it to work. I kinda feel bedeviled. apparently it's like it's something that is only happened to me. this is a testsite so, it's nothing confidential. I just use it to test plugins, widgets and theme configurations before I put them live on clients' sites. I can give you the login if you wanna see why it's not working.
http://www.autoreverseweb.com/testsite/
9:46 pm
August 25, 2008
OfflineYes, you can send me the login by PM. I'll take a look and see what's going on. 
3:42 am
December 9, 2011
OfflineI'm having the same problem at http://www.trueimagestudio.com. I sent you a PM as well. I am using the following settings:
Image Management: Full URL
Carousel Thumbnails: Use Post Thumbnails
Gallery Method: ID Method
ID Method Settings: two page IDs currently listed (both pages have DCG Metabox filled in), also set default image.
Slide Pane Descriptions: Manual
All CSS options default
All Javascript options default
Restrict Script Loading: Default – Home Page Only (also tried specifying my home page ID with the 'pages'option)
I have also added the statement into the existing home.php in the theme folder
I can't find anything I'm missing, although I'm sure I'm missing something stupid :)
There are no errors on the home page, it simply does not show up.
Any help would be appreciated. As I mentioned in my PM, I'd be more than happy to pay the setup fee.
Thanks
8:34 am
August 25, 2008
Offline@ trueimagestudio
You would need to reactivate the plugin so that I can see what's going on.
If you have your code in home.php and nothing shows (not even a DCG error message in the page source where the DCG should appear), then it sounds like home.php isn't being used to display the front page. Check your Dashboard > Settings > Reading options and make sure Front page is set to "Your latest posts".
2:13 am
December 9, 2011
OfflineAde,
Thanks for your reply. I've got the site configured to use a static home page because I want to have specific content on that page (content is in development now). I'm using the Streamline Child Theme and have the code at the top of the home.php file (edited from the theme editor, so I figured it is right). The top two lines of home.php are as follows:
I've made no other changes to the file. Other than configuration, per the instructions I found, I'm unaware of anything else I needed to do to activate the plugin (it is also showing as active in plugins). As I mentioned in my PM to you, I'd be more than happy to pay the $25 setup fee to have you go in and fix or re-implement. Let me know what is best.
Thanks,
Doug
12:52 pm
August 25, 2008
OfflineHi Doug,
If you are using a static front page, then the theme's home.php is not used at all. Instead, you will have to add the DCG via a hooked function in the theme's functions.php. Something like this:
function child_load_dcg() {
if( function_exists( 'dynamic_content_gallery' ) && is_front_page() ) {
dynamic_content_gallery();
}
}
7:49 am
December 9, 2011
OfflineMost Users Ever Online: 28
Currently Online: theonsale
17 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 
