Forum

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.

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
dynamic content gallery not working
Status: closed
November 28, 2011
8:29 pm
soulcis
Member
Forum Posts: 4
Member Since:
November 28, 2011
Offline

I'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

November 28, 2011
9:28 pm
Ade
Admin
Forum Posts: 2490
Member Since:
August 25, 2008
Offline

What settings did you use for DCG Settings > Load Scripts tab?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
November 28, 2011
9:45 pm
soulcis
Member
Forum Posts: 4
Member Since:
November 28, 2011
Offline

I 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!

November 28, 2011
9:49 pm
soulcis
Member
Forum Posts: 4
Member Since:
November 28, 2011
Offline

I may have a clue. when i check the post on post listing, I never paid attention to that. it says dcg image none, dcg description none. I still added images to the post. let me check again if i'm missing something. thanks.

December 1, 2011
7:23 pm
Ade
Admin
Forum Posts: 2490
Member Since:
August 25, 2008
Offline

Ok!

Please post back and let us know how you got on.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
December 1, 2011
9:05 pm
soulcis
Member
Forum Posts: 4
Member Since:
November 28, 2011
Offline

thank 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/

December 1, 2011
9:46 pm
Ade
Admin
Forum Posts: 2490
Member Since:
August 25, 2008
Offline

Yes, you can send me the login by PM. I'll take a look and see what's going on. Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
December 9, 2011
3:42 am
trueimagestudio
Member
Forum Posts: 3
Member Since:
December 9, 2011
Offline

I'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

December 12, 2011
8:34 am
Ade
Admin
Forum Posts: 2490
Member Since:
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".

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
December 13, 2011
2:13 am
trueimagestudio
Member
Forum Posts: 3
Member Since:
December 9, 2011
Offline
10

Ade,

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

December 13, 2011
12:52 pm
Ade
Admin
Forum Posts: 2490
Member Since:
August 25, 2008
Offline
11

Hi 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:

add_action( 'genesis_before_loop', 'child_load_dcg' );
function child_load_dcg() {
if( function_exists( 'dynamic_content_gallery' ) && is_front_page() ) {
dynamic_content_gallery();
}
}
Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
December 24, 2011
7:49 am
trueimagestudio
Member
Forum Posts: 3
Member Since:
December 9, 2011
Offline
12

Thanks a million! That did the trick. I'm a bit a of a noob on the programming side of WordPress (like THAT got by you) Smile I looked, but didn't find this, or more likely mistakenly overlooked it.

I've got it up and running, now I just have to populate it.

Thanks again.
Doug

December 24, 2011
9:12 am
Ade
Admin
Forum Posts: 2490
Member Since:
August 25, 2008
Offline
13

You're welcome! Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
Forum Timezone: UTC 1

Most 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)