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
2:13 am
Hi,
I successfully posted the DCG to my Blog page -http://acronymdesigns.com.s109365.gridserver.com/skunkworks – as a test (works great there!) but I really want JUST HOMEPAGE – http://acronymdesigns.com.s109365.gridserver.com/. when I set it to display homepage and blog in thesis, it will show in blog page, but not homepage. I followed http://www.wolf-howl.com/blogging/visual-slider-thesis/ tutorial.
Posted the script to custom_functions.php
key settings:
Image Management: auto
Carousel Thumbnails: legacy
Gallery Method: one-category | Default Images folder is: http://acronymdesigns.com.s109365.gridserver.com/w…..s/2010/10/
Descriptions: auto
Javascript Options: mootools
Load Scripts: Home Page
Tools – Error Message options: on
Thanks,
Brandon
4:48 am
RESOLVED
In my custom_functions.php, i originally had this function from the tutorial previously mentioned:
//featured content
function featcc() {
if (is_home()){
global $post;
if( function_exists( 'dynamic_content_gallery' ) ) :
dynamic_content_gallery();
endif;
}
}
I replaced it with this line, which I found here:
function featcc() {
if( function_exists( 'dynamic_content_gallery' ) ) :
dynamic_content_gallery(); endif;
}
Most Users Ever Online: 28
Currently Online:
16 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

Offline
Dynamic Content Gallery: Have you read the 