woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.91k stars 1.69k forks source link

smoothHeight height "miscalculates height", covers text. #1608

Closed bfrisch1 closed 8 years ago

bfrisch1 commented 8 years ago

Hi there!

Having, what I hope is, a minor issue with FlexSlider.

You can see the issue here: https://thefreshplan.com/menu-test-page/

The first slide is fine, but pay attention when you click next slide, you can see the smoothHeight, actually covers up the bottom 20%ish of the slide.

Here's my settings if that helps (sorry about the weird formatting, had issues with insert-code 'ticks':

`(function($) {
    $(window).load(function() { 
   $('.flexslider-test').flexslider({
        animation: 'slide',
        slideshow: false,
        controlsContainer: $(".custom-controls-container"),
        customDirectionNav: $(".custom-navigation a"),
        pauseOnHover: true,
        controlNav: false,
        direction: 'horizontal',
        smoothHeight: 'true',
        itemWidth: 300,
        itemMargin: 50,
        minItems: 1,
        maxItems: 2,
        startAt:0,
    });
});`

thanks in advance!

bfrisch1 commented 8 years ago

Can anyone chime in here please? Thx

bfrisch1 commented 8 years ago

I did leave a ticket with woocommerce and they we're sort of helpful. But it didn't fix my issue. Here is their response below:

We don't actually support FlexSlider itself here, but we do support the paid version WooSlider. I've seen a similar issue with heights before (in WooSlider) which is due to the zindex display attributes.

For example, these two lines in jquery.flexslider.js were changed from

to

jeffikus commented 8 years ago

Hi there

We reverted those changes in 2.6.3 due to a few issues with 'fade' - if you can update to 2.6.3 that should be resolved.

Reopen if that doesn't solve the issue.