Featured Content Gallery | WordPress Plugin | iePlexus

External carousel breaks slideInfoZone

Customizing the FCG plugin and more

External carousel breaks slideInfoZone

PostBy whatsthebigidea on Wed Aug 26, 2009 11:18 am

I successfully (sort of) created a vertical thumbnail carousel at http://www.architecturalwebdesign.com/ via changing the the css and variables in smoothgallery:

Code: Select all
<div id="contenu">

<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
useReMooz: false,
embedLinks: true,
useExternalCarousel: true,
carouselElement: 'carouselBox',
carouselHorizontal: false,
showCarouselLabel: false,
showArrows: true,
showCarousel: true,
activateCarouselScroller: true,
});
myGallery.showCarousel();
}
window.addEvent('domready',startGallery);
</script>       

<div id="diapo">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?></div>
<div id="carouselBox"></div> 
</div>


Unfortunately, the slideInfoZone only appears when the gallery first loads up (initial image) and subsequent images appear but without the InfoZone. I searched around and found PROBLEM with EXTERNAL CAROUSEL (v2.0) (disappearing InfoZone) - http://smoothgallery.jondesign.net/forums/viewtopic.php?id=229 which suggested changing:

In jd.gallery.js, find the following (on/around Ln 207):

if (this.options.showCarousel)

and change it to:

if (this.options.showCarousel && this.carouselBtn)

However, no luck for me. Any suggestions? BTW, thanks for a great plugin!!
whatsthebigidea
 
Posts: 8
Joined: Mon Jul 20, 2009 3:41 am

Re: External carousel breaks slideInfoZone

Thank you for using the Featured Content Gallery Forum
 

Re: External carousel breaks slideInfoZone

PostBy admin on Wed Aug 26, 2009 11:56 am

your gallery is broken, it throws 2 javascript errors in a load time and it continues throw the error in a run time..that's why infopane is not shown
sorry I do not support modified galleries..
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

Re: External carousel breaks slideInfoZone

PostBy whatsthebigidea on Wed Aug 26, 2009 1:11 pm

I was changing the featured-content-gallery/scripts/jd.gallery.js file instead of the featured-content-gallery/scripts/jd.gallery.js.php file. Could you share [with this newbie] how they interrelate and why you would need both? Thanks for imparting any knowledge my way.
whatsthebigidea
 
Posts: 8
Joined: Mon Jul 20, 2009 3:41 am

Re: External carousel breaks slideInfoZone

PostBy admin on Wed Aug 26, 2009 2:07 pm

it still throws errors.
about other file..it was just left there for people who does not like dynamic javascript files

with this newbie

you are too smart to call yourself newbie
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

Re: External carousel breaks slideInfoZone

PostBy lisar on Fri Oct 16, 2009 2:43 am

Looking at http://www.davidminch.com/ it seems you where able to make it work.

So how did you make the vertical carousel work?
lisar
 
Posts: 7
Joined: Fri Mar 06, 2009 8:03 am


Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 1 guest