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
Show featured content and images at the same time
3 posts • Page 1 of 1
- palimadra
- Posts: 1
- Joined: Wed Aug 26, 2009 5:50 am
- Thank you for using the Featured Content Gallery Forum
Re: Show featured content and images at the same time
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
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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Show featured content and images at the same time
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
3 posts • Page 1 of 1
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: No registered users and 0 guests









