Featured Content Gallery | WordPress Plugin | iePlexus

Show featured content and images at the same time

Customizing the FCG plugin and more

Show featured content and images at the same time

PostBy palimadra on Wed Aug 26, 2009 6:08 am

First I would like to take the opportunity to thank and congratulate the developers at iePlexus.com for the one of the best plugins for displaying content in an innovative way. I think this plugin has helped WordPress a lot in terms of growing as a CMS solution.

FCG shows the image and then after sometime the featured content is shown. I was looking for a solution where the image and the content are shown at the same time. Is it possible to do that by tweaking the FCG files.

FCG also displays the text "featured content" at the top and when one clicks on that the thumbnails are shown. Is it possible to remove that?

Thanks in advance.

Pali Madra
Web Designer, Developer and Internet Marketer
http://www.web20matrix.com
Pali Madra
Web Designer, Developer and Internet Marketer
http://www.palimadra.com
palimadra
 
Posts: 1
Joined: Wed Aug 26, 2009 5:50 am

Re: Show featured content and images at the same time

Thank you for using the Featured Content Gallery Forum
 

Re: Show featured content and images at the same time

PostBy admin on Wed Aug 26, 2009 8:28 am

FCG shows the image and then after sometime the featured content is shown. I was looking for a solution where the image and the content are shown at the same time. Is it possible to do that by tweaking the FCG files.

yes, you can do it
scripts/jd.gallery.js.php file open in notepad
find line
Code: Select all
this.showInfoSlideShow.delay(1000, this);

and change this line to
Code: Select all
this.showInfoSlideShow.delay(0, this);

this will be for the first gallery item, when gallery loads

then
find this line
Code: Select all
this.showInfoSlideShow.delay((500 + this.options.fadeDuration), this);


and change it to
Code: Select all
this.showInfoSlideShow.delay(0, this);

this is for all others items
those to changes will speed up showing infopane

FCG also displays the text "featured content" at the top and when one clicks on that the thumbnails are shown. Is it possible to remove that?

in the same file find line
Code: Select all
showCarousel: true,

and change it to
Code: Select all
showCarousel:false,

this will remove whole carousel with button
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: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Show featured content and images at the same time

PostBy DrGizmondo on Tue Apr 20, 2010 3:13 pm

I have just implemented this solution as I too wanted the infoZone to come up at the same time as the images and it works very well, but there is still the fade out on the InfoZone before FCG moves on to the next image, is there a way to stop this as well.
DrGizmondo
 
Posts: 4
Joined: Sun Apr 04, 2010 5:12 am


Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests