Before you ask please READ THIS

People rotating effect

edited March 2015 in Chillout Posts: 63
Is there a way to disable the rotating effect on the clients, not only the effect, i like to have only the picture and on hover nothing should happen.

Because on IE if it rotates the text isn't shown but the image is mirrored, and on all other browsers i don't need the text.

Comments

  • Posts: 63
    Any solution for this thing?
  • Posts: 1,758
    Hi, sorry for delay
    yes, there's a solution, few of them.
    Do You want to disable this effect on work items too?
    Tim92 said: Is there a way to disable the rotating effect on the clients, not only the effect, i like to have only the picture and on hover nothing should happen.
    nothing? no icons, no texts, right?
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 63
    No problem!

    Until now i only want to disable it on the clients but its not wrong to know how to disable it on works too.
  • Posts: 1,758
    So You must do some changes in script file.
    lines 249-255 of script.js file of chillout-plugin have to removed.
    the file's path is
    ../wp-content/plugins/chillout-plugin/script.js

    those lines look like:
    
    $('.wpb_thumbnails').on('mouseenter','.g-link', function(){
     $(this).find('i').velocity({ scale: [1.3],rotateZ:'2deg'},{duration:100,easing: 'snap' }).velocity({ scale: [1.1],rotateZ:'-1deg'},{duration:300,easing: 'easeOutQuad'});
    }  ).on('mouseleave','.g-link', function(){
     $(this).find('i').velocity({ scale: [1],rotateZ:'0deg'}, {duration:100,queue: false  }).velocity('stop', true);             
    }  );
    
    just remove this piece of code
    Remember to rate our theme if you like it ;)
    All the Best.
  • edited March 2015 Posts: 63
    The line wasn't correct but it was some lines above, this removes the rotating effect on the images, but i want to remove the rotating effect on the clients "carousel" too

    btw: is there a way to make the plugin updateable with these changes?
    Bildschirmfoto 2015-03-09 um 14.59.20.png
    1129 x 820 - 205K
    Bildschirmfoto 2015-03-09 um 14.59.44.png
    861 x 497 - 30K
    Post edited by Tim92 on
  • Posts: 1,758
    Hi,
    Tim92 said: The line wasn't correct but it was some lines above, this removes the rotating effect on the images, but i want to remove the rotating effect on the clients "carousel" too
    Use this definition in Chillout Options >> Custom Style:
    .people_item.simple:hover .people_flip {
      transform: none;
    }
    
    Tim92 said: btw: is there a way to make the plugin updateable with these changes?
    We've never thought about reducing attractiveness of our theme, but... hey, why not. I'll speak to some guys and will let You know.
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 63
    The code only work in firefox and IE, Safari and Chrome didn't.

    The hover effect of the portfolio is only modified on my site not removed completely so it's still "attractive" ;)
    But it would be nice to save this modification on updates.

    The site is online at the moment if you need to check something.

    I noticed in IE the "load more" button of the Portfolio has a problem with the rotating effect.
  • Posts: 1,758
    Tim92 said: The code only work in firefox and IE, Safari and Chrome didn't.
    can't confirm that, looks OK for me on Chrome. Have You cleared cache?
    Tim92 said: btw: is there a way to make the plugin updateable with these changes?
    We're not going to implement another option that would allow to disable this effect.
    Tim92 said: I noticed in IE the "load more" button of the Portfolio has a problem with the rotating effect.
    Which version of IE?
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 63
    You are right, chrome was cache but safari didn't get the code

    IE version is in the picture
    Bildschirmfoto 2015-03-09 um 18.11.49.png
    780 x 632 - 61K
    Bildschirmfoto 2015-03-09 um 18.12.13.png
    1982 x 1212 - 178K
    Bildschirmfoto 2015-03-09 um 18.12.06.png
    2402 x 1230 - 192K
  • Posts: 1,758
    Tim92 said: You are right, chrome was cache but safari didn't get the code
    
    .people_item.simple:hover .people_flip {
     transform: none;
     -webkit-transform: none;
    }
    
    this should do
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 63
    Yes that work :)

    Will be the IE problem fixed in the next update right?
  • Posts: 1,758
    I'll take a look at it.
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!