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.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Gallery not showing using this

awaiting user
UserPost

9:01 pm
August 11, 2010


RoyalC

Guest

1

hello and thx for this great pluggin
i'm trying to make it work on my site but i think it's a conflict with jquery because i'm using this to have a sliding panel

http://web-kreation.com/all/nice-clean-sliding-log…..th-jquery/

thx for your help and see you soon.

9:16 pm
August 11, 2010


Ade

Admin

posts 2384

2

Hi,

Have you tried switching the DCG to use jQuery instead of mootools?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

10:13 pm
August 11, 2010


RoyalC

Guest

3

hello,yes i have try but nothing is show.No more gallery is show.
thx for your help

8:02 pm
August 12, 2010


Ade

Admin

posts 2384

4

What is your URL?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

9:48 pm
August 12, 2010


RoyalC

Guest

5

http://www.leblogdeletrange.com

it's a paranormal french blog :D

9:17 am
August 13, 2010


Ade

Admin

posts 2384

6

Looks to me like a javascript conflict. Try disabling all other plugins and see what happens.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

4:08 pm
September 4, 2010


Jwrbloom

Guest

7

I'd like to add on to this topic. I"m using a jQuery tab module on some of my WP Pages. Right now, DCG is conflicting with this jQuery script call:

<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot; type="text/javascript"></script>

I tried the jQuery setting instead of Mootools, but it just creates this very long blank space. Any thoughts?

WP 3.0
http://hoosierhoopsreport.com

10:26 am
September 5, 2010


Ade

Admin

posts 2384

8

Best practice in Wordpress is that scripts, particularly libraries like jQuery, are loaded using wp_enqueue_script function and not hardcoded into theme files. This ensures that a script is only loaded once. The problem you have is that the DCG loads jQuery (using the correct WP way) and the code you posted also loads the same library – hence the problem. The best solution is to use wp_enqueue_script to load the code you need for your jQuery tabs.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?