Featured Content Gallery | WordPress Plugin | iePlexus

Make the Carousel show by Default and align left

Downloading, installing, upgrading, and configuring the FCG plugin

Make the Carousel show by Default and align left

PostBy JordashTalon on Tue Aug 02, 2011 2:06 pm

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.
JordashTalon
 
Posts: 1
Joined: Tue Aug 02, 2011 1:59 pm

Re: Make the Carousel show by Default and align left

Thank you for using the Featured Content Gallery Forum
 

Re: Make the Carousel show by Default and align left

PostBy admin on Thu Aug 04, 2011 9:45 am

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
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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests

cron