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
My gallery displays a black screen and loading bar. Help!
Status: fixed
September 5, 2011
10:30 pm
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

Hi there,

My situation is a little bit complicated. I'm currently using a theme that already use a content slider but this is a "old model" of slider. This slider is not automatic and the suer has to click on the post title to slide manually. This slider, called "featuredcontentglider.js" works in collaboration with timthumb.php ton generate the thumbnails. In each post, I have to set up two fields (entry-preview and preview-big) to insert my image in my slider. This is to heavy and that's why i've decided to remplace this slider with the beautiful DCG slider.

1) I have downloaded, installed and activated the Dynamic Content Gallery plugin.
2) In my home.php file (of my theme), I have deleded the code corresponding of my original slider and I have added the code corresponding to DCG plugin:


3) I've tried to desactivate my all others plugins but I have always a black screen and the loading bar…
4) I have added "add_theme_support('post-thumbnails');" in my theme's functions.php but nothing happened…

So I'm totally disappointed to get to work this plugin and don't know what to do now :(
Your help will be welcome for me !

My url: http://www.csve.fr/
My actual theme: TheStars – A premium Wordpress theme (http://www.premiumwp.com/the-stars-a-free-premium-…..ess-theme/)

PS: sorry for my bad english… i can see that you are from Swiss, maybe can u speak french too ? :)

Thanks in advance :)

September 5, 2011
11:27 pm
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

PS2: Tried to switch to jQuery instead off Mootools but if it's in 99,999% of the time the problem's source, on my site, switching to jQuery make the black screen and the loading bar disappear.. Now there is a blank space… :(

Tip for other users: Black loading bar, and no carousel visible, usually means (99.999% of the time) a javascript conflict. Therefore switch to jQuery and see if that fixes it.

September 6, 2011
6:55 am
Ade
Admin
Forum Posts: 2493
Member Since:
August 25, 2008
Offline

Hi,

Since you awitched to jQuery and got a blank space, I don't think there is a javascript conflict. There's probably something not correct re your image URLS. However, I can't tell without seeing the problem in action. So, reactivate the plugin and turn on Error messages (DCG Settings > Tools tab) and look at your Page Source to see the messages.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
September 7, 2011
10:09 am
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

<div id="headline">

<div id="myGallery"><!– Start of Dynamic Content Gallery output –>

<div class="imageElement"><!– DCG Image #1 –>
<h3>Test Dynamic Content Gallery #3</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore&hellip; <a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; rel="nofollow">[more]</a></p>
<a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; title="Read More" class="open"></a>

<img src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery #3" class="dfcg-metabox full" />
<img class="dfcg-thumb-legacy thumbnail" src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery #3" />
<!– DCG Info Message 20: Metabox image selected. Metabox image found. –>
</div>

<div class="imageElement"><!– DCG Image #2 –>
<h3>Test Dynamic Content Gallery #2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore&hellip; <a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; rel="nofollow">[more]</a></p>
<a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; title="Read More" class="open"></a>

<img src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery #2" class="dfcg-metabox full" />
<img class="dfcg-thumb-legacy thumbnail" src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery #2" />
<!– DCG Info Message 20: Metabox image selected. Metabox image found. –>
</div>

<div class="imageElement"><!– DCG Image #3 –>
<h3>Test Dynamic Content Gallery</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore&hellip; <a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; rel="nofollow">[more]</a></p>
<a href="http://www.csve.fr/07092011-test-dynamic-content-g…..&quot; title="Read More" class="open"></a>

<img src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery" class="dfcg-metabox full" />
<img class="dfcg-thumb-legacy thumbnail" src="http://www.csve.fr/wp-content/uploads/2011/09/robb…..&quot; alt="Test Dynamic Content Gallery" />
<!– DCG Info Message 20: Metabox image selected. Metabox image found. –>
</div>
<!– Number of Posts to display as per DCG Settings = 3 –>
<!– Number of Posts found = 3 –>
<!– Number of Posts excluded by user = 0 –>

</div><!– End of Dynamic Content Gallery output –>

</div><!– #headline –>

September 7, 2011
10:20 am
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

Everything seems to be OK, no ?

Here are my DCG settings:

Image Management: full URL
Carousel Thumbnails: legacy
Gallery Method: one-category | Default Images folder is: http://www.csve.fr/wp-content/uploads/
Descriptions: auto
Javascript Options: mootools
Load Scripts: Home Page
Tools – Error Message options: on

September 7, 2011
4:36 pm
Ade
Admin
Forum Posts: 2493
Member Since:
August 25, 2008
Offline

I agree, everything looks fine in your page source. What happens when you switch to jQuery?

Also, have you tried disabling all other plugins which are using javascript?

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
September 7, 2011
4:42 pm
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

See my second post: jQuery = blank space
and I've tried to disable my all plugins, nothing change…

September 9, 2011
11:25 pm
Mantis
Member
Forum Posts: 6
Member Since:
September 5, 2011
Offline

You can close this topic if u are not able to give some support to me.

I've installed the Featured Content Gallery plugin, and it's working fine. At the first time.

September 10, 2011
2:37 pm
Ade
Admin
Forum Posts: 2493
Member Since:
August 25, 2008
Offline

Good for you!

If you would like to pay for support I'll be more than happy to drop everything and attend 100% to your issue (which is a user issue, nothing to do with the plugin). If you're not prepared to pay, then you have to accept that support is given when I have free time to give it and, therefore, is not instantly on demand.

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

Most Users Ever Online: 28

Currently Online: esana, nloronacele
10 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

johnbroome: 13

speedyp: 12

sjpeaches: 12

CherylMcL: 10

gscorp: 8

lsnoei: 8

Member Stats:

Guest Posters: 770

Members: 1300

Moderators: 0

Admins: 1

Forum Stats:

Groups: 2

Forums: 7

Topics: 980

Posts: 4299

Newest Members: jochris26, eva-aa, Tushar, chargers3, jwhetstone, robert

Moderators:

Administrators: Ade (2493)