I'm trying to figure out if it's possible to get the carousel to show by default and float it to the left (I'm guessing I can over-ride the CSS styling of the gallery).
Here is what I am trying to pull off:
http://psdesignzone.com/images/newdesign.png
Something similar to http://gamespot.com 's carousel.
Thanks for any tips.
Make the Carousel show by Default and align left
2 posts • Page 1 of 1
- Thank you for using the Featured Content Gallery Forum
Re: Make the Carousel show by Default and align left
I can help you to move to the left, but I can show you how to make it stay always
open gallery.php file
and find this function
and replace it with
this will make gallery show by default when page loads.
Then open file jd.gallery.js.php
and find line
and set it to false
open gallery.php file
and find this function
- Code: Select all
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
and replace it with
- Code: Select all
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
myGallery.showCarousel();
}
this will make gallery show by default when page loads.
Then open file jd.gallery.js.php
and find line
- Code: Select all
thumbCloseCarousel: true,
and set it to false
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









