Git Product home page Git Product logo

Comments (8)

jaysalvat avatar jaysalvat commented on July 29, 2024

Hello,

Weird, I've updated to 1.11.1 and I see no difference.
http://vegas.jaysalvat.com/

Which browser?

from vegas.

wp-3sqrd avatar wp-3sqrd commented on July 29, 2024

Hi Jay,

I set up a test situation for you to see. It started happening with
WordPress 3.9.1 which now ships with jquery 1.11.0. When I deregister this
script and use jquery 1.10.2 it works fine.

Here's the test link, I don't see any errors being thrown, but maybe you'll
find something as this might become a problem with users on WordPress and
the Vegas script.
http://uplift.wp-3sqrd.com/demo-business/

Thanks again for your attention. This is a great background slider.

Cheers,
Darryl

W: wp-3sqrd.com

On Wed, Jun 25, 2014 at 7:48 AM, Jay Salvat [email protected]
wrote:

Hello,

Weird, I've updated to 1.11.1 and I see no difference.
http://vegas.jaysalvat.com/

Which browser?


Reply to this email directly or view it on GitHub
#62 (comment).

from vegas.

jaysalvat avatar jaysalvat commented on July 29, 2024

Ok.

I have no problem with other websites with jQuery 1.11
I'm afraid it's a conflict with a css or js conflict with your theme.

It seems something adds this to img...

-webkit-transition: opacity 2500ms ease-in-out; transition: opacity 2500ms ease-in-out; 

__

Jay Salvat
http://www.jaysalvat.com

Le 25 juin 2014 à 15:53, wp-3sqrd [email protected] a écrit :

Hi Jay,

I set up a test situation for you to see. It started happening with
WordPress 3.9.1 which now ships with jquery 1.11.0. When I deregister this
script and use jquery 1.10.2 it works fine.

Here's the test link, I don't see any errors being thrown, but maybe you'll
find something as this might become a problem with users on WordPress and
the Vegas script.
http://uplift.wp-3sqrd.com/demo-business/

Thanks again for your attention. This is a great background slider.

Cheers,
Darryl

W: wp-3sqrd.com
http://www.wp-3sqrd.com/?utm_source=emailsignature&utm_medium=email&utm_campaign=signature

On Wed, Jun 25, 2014 at 7:48 AM, Jay Salvat [email protected]
wrote:

Hello,

Weird, I've updated to 1.11.1 and I see no difference.
http://vegas.jaysalvat.com/

Which browser?


Reply to this email directly or view it on GitHub
#62 (comment).


Reply to this email directly or view it on GitHub.

from vegas.

ginsterbusch avatar ginsterbusch commented on July 29, 2024

@jaysalvat Would that really cause such a big issue? My guess its related to the fixed navigation, because thas is a very common / on-going problem with Bootstrap-based themes (for WordPress, Joomla, etc.); thou this one is not bootstrap, looks more like Responsive Grid System, thou the issue remains the same.

cu, w0lf.

from vegas.

wp-3sqrd avatar wp-3sqrd commented on July 29, 2024

Would this
-webkit-transition: opacity 2500ms ease-in-out; transition: opacity 2500ms
ease-in-out;
be added by the Vegas script with the "fade:2500"

var hslides = [];

jQuery( '.hiddenslide').each( function() {

var $this = jQuery( this );
hslides.push( { src: $this.attr('data-src'), fade:2500 } );

});

jQuery.vegas('slideshow', {
backgrounds: hslides
})('overlay', {
src:jQuery( '.hidden_overlay' ).data( 'src' )
});

I've tried to source if it is a css or other script issue, but the moment I
switch back to jquery 1.10.2 the issue no longer happens.

Please confirm that the transition above you mentioned is from the "fade:
2500".

Once you confirm this, I will continue my search to see if I can narrow
down it's source.

Thanks again.

Cheers,
Darryl

W: wp-3sqrd.com

On Wed, Jun 25, 2014 at 11:06 AM, Jay Salvat [email protected]
wrote:

Ok.

I have no problem with other websites with jQuery 1.11
I'm afraid it's a conflict with a css or js conflict with your theme.

It seems something adds this to img...

-webkit-transition: opacity 2500ms ease-in-out; transition: opacity 2500ms
ease-in-out;

__

Jay Salvat
http://www.jaysalvat.com

Le 25 juin 2014 à 15:53, wp-3sqrd [email protected] a écrit :

Hi Jay,

I set up a test situation for you to see. It started happening with
WordPress 3.9.1 which now ships with jquery 1.11.0. When I deregister
this
script and use jquery 1.10.2 it works fine.

Here's the test link, I don't see any errors being thrown, but maybe
you'll
find something as this might become a problem with users on WordPress
and
the Vegas script.
http://uplift.wp-3sqrd.com/demo-business/

Thanks again for your attention. This is a great background slider.

Cheers,
Darryl

W: wp-3sqrd.com
<
http://www.wp-3sqrd.com/?utm_source=emailsignature&utm_medium=email&utm_campaign=signature>

On Wed, Jun 25, 2014 at 7:48 AM, Jay Salvat [email protected]
wrote:

Hello,

Weird, I've updated to 1.11.1 and I see no difference.
http://vegas.jaysalvat.com/

Which browser?


Reply to this email directly or view it on GitHub
#62 (comment).


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#62 (comment).

from vegas.

ginsterbusch avatar ginsterbusch commented on July 29, 2024

Changelog for 1.11.1: http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/

from vegas.

wp-3sqrd avatar wp-3sqrd commented on July 29, 2024

Finally narrowed it down. There is some sort of conflict between Vegas and
the version of jQuery Animated Enhanced I was using.

Thanks for your help.

Cheers,
Darryl

W: wp-3sqrd.com

On Wed, Jun 25, 2014 at 11:26 AM, Fabian Wolf [email protected]
wrote:

Changelog for 1.11.1:
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/


Reply to this email directly or view it on GitHub
#62 (comment).

from vegas.

jaysalvat avatar jaysalvat commented on July 29, 2024

Ok. Thanks for the feedback.

from vegas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.