Featured Content Gallery | WordPress Plugin | iePlexus

Thumbnails always displayed

General WordPress and FCG plugin discussion

Thumbnails always displayed

PostBy NickyP on Mon Mar 09, 2009 10:40 am

Is it possible for the thumbnails to be permanently displayed over the main image?
NickyP
 
Posts: 2
Joined: Mon Mar 09, 2009 10:34 am

Re: Thumbnails always displayed

Thank you for using the Featured Content Gallery Forum
 

Re: Thumbnails always displayed

PostBy admin on Mon Mar 09, 2009 11:25 am

yes it is possible, you have to change file jd.gallery.js.php in 4 places:

1) find:
Code: Select all
toggleCarousel: function() {
      if (this.carouselActive)
         this.hideCarousel();
      else
         this.showCarousel();


replace with:
Code: Select all
toggleCarousel: function() {
      if (this.carouselActive)
         this.showCarousel();
      else
         this.showCarousel();


2) find:
Code: Select all
'click': function (myself) {
               this.goTo(myself.relatedImage.number);
               if (this.options.thumbCloseCarousel)
                  this.hideCarousel();
            }.pass(currentImg, this)

replace with:
Code: Select all
'click': function (myself) {
               this.goTo(myself.relatedImage.number);
               if (this.options.thumbCloseCarousel)
                  this.showCarousel();
            }.pass(currentImg, this)


3)find:
Code: Select all
initCarousel: function () {
      this.createCarousel();
      this.fillCarousel();
      if (this.options.carouselPreloader)
         this.preloadThumbnails();
   },

replace with
Code: Select all
initCarousel: function () {
      this.createCarousel();
      this.fillCarousel();
      if (this.options.carouselPreloader)
         this.preloadThumbnails();
     this.showCarousel();
   },


4) last, if you want to remove Featured Content button, since with these changes this button lost its functionality, find:
Code: Select all
textShowCarousel: 'Featured Content',

replace with:
Code: Select all
textShowCarousel: '',
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: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Thumbnails always displayed

PostBy NickyP on Tue Mar 17, 2009 12:59 am

Many thanks for your quick reply - much appreciated. That has worked brilliantly. Can I change their position i.e. if I want them to appear under the main picture and text?
NickyP
 
Posts: 2
Joined: Mon Mar 09, 2009 10:34 am

Re: Thumbnails always displayed

PostBy admin on Wed Mar 18, 2009 8:07 am

you are welcome. It is probably possible...I just do not have time to get into it..
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: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Thumbnails always displayed

PostBy samovarious on Tue Jul 21, 2009 1:00 pm

Does this all still apply for v3.2.0?

I have not been able to find

textShowCarousel: 'Featured Content',

I can only find

textShowCarousel: '<?=$fcg_button ?>',

In addition to this, even once I've changed the other three pieces of code, it doesn't work for me.

Any advice?
samovarious
 
Posts: 1
Joined: Tue Jul 21, 2009 12:55 pm

Re: Thumbnails always displayed

PostBy admin on Tue Jul 21, 2009 1:04 pm

it is the same for latest version,
but small change
Code: Select all
textShowCarousel: '<?=$fcg_button ?>',

replace with
Code: Select all
textShowCarousel: '',
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: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Thumbnails always displayed

PostBy mkastner on Wed Mar 03, 2010 4:07 pm

I actually just got this setup to work for myself this weekend. Thumbnails are always on and are at the bottom of the gallery. Works really well. Can't honestly recall what I changes, but I was using firebug and narrowed down the css call that way. Simply a matter of margins if memory serves me. Here is how it looking in action: http://stlinvestmentrealty.com
mkastner
 
Posts: 2
Joined: Wed Mar 03, 2010 4:04 pm

Re: Thumbnails always displayed

PostBy golf4lefties on Wed Mar 17, 2010 9:37 am

Great looking website, good job. Do you by any chance know the line of code you edited to have the thumbnails appear on the bottom of the gallery. This would be very helpful. Thanks
golf4lefties
 
Posts: 4
Joined: Wed Mar 17, 2010 9:34 am

Re: Thumbnails always displayed on the bottom of the page

PostBy admin on Tue May 18, 2010 11:08 am

this fix will work only if you already followed the instructions in previous posts
1) in fcg options page set the text overlay height to 0;
2) jd.gallery.css.php find style
Code: Select all
.jdGallery a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active

and set the height property from
Code: Select all
height: 20px;
to
Code: Select all
height: 0px;

3) jd.gallery.css.php find style
Code: Select all
.jdGallery .carousel

and play with property
Code: Select all
top: 0;

Code: Select all
top: XXXpx;
, where XXX is a number, which depends on the height of your gallery, just try numbers..100,200,etc. until you find the perfect value for your carousel to be on the bottom
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: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Thumbnails always displayed

PostBy james.mcgill on Thu Feb 24, 2011 7:09 am

I would also like to echo my thanks for the Featured Content Gallery plug-in. As a relatively new WordPress user, I have been very impressed by the quality of this and other plug-ins.

I really like the effect of the http://thresholdstl.com/st-louis-investment-realty web site with the gallery always displayed at the bottom. The modifications suggested do not seem to give this same effect as the featured content does not appear. What modifications do I need to make to get the same effect?

Also, as a suggestion for development, I would suggest having a Carousel section in Settings in which the user can set the following:
    If the carousel is always displayed
    If the carousel text is shown
    If the carousel overlays the image
    If the carousel is on top or bottom.

Thanks again!
james.mcgill
 
Posts: 2
Joined: Thu Feb 24, 2011 7:04 am

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest