Viewing 15 replies - 1 through 15 (of 17 total)
  • Same problem with Chrome 🙁

    Any idea ?

    EDIT : just solve it with “Use jQuery(window).load() hook:”
    despite the fact I don’t have any “other scroll oriented javascript code” 🙂

    Plugin Contributor Max Bond

    (@max-bond)

    The site is gone… Did you solve the problem?

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    Heres the new url and no I did not.

    Plugin Contributor Max Bond

    (@max-bond)

    fairmediacouncil!

    Try the following CSS trick. style.css line 2193:

    .widget {
    background: white;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
    border-top: 6px solid #5C0512;
    padding: 15px 15px 15px;
    margin: 0 0 30px 0;
    overflow: hidden;
    /*-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;*/
    }

    Disable all transition effects, especially -webkit-transition: all 300ms linear;

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    I just removed all those and that did not work.
    Is there a specific code/hack to diasble those?

    Plugin Contributor Max Bond

    (@max-bond)

    Removing – is ok!
    But I still see the code to be removed on its place!..
    Double check what you have removed!

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    Just took it out again and its still the same way on safari

    Plugin Contributor Max Bond

    (@max-bond)

    I don’t see any changes…

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    It says my changes were saved.

    }
    .widget {
      background: #ffffff;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
      border-top: 6px solid #5c0512;
      padding: 15px 15px 15px;
      margin: 0 0 30px 0;
      overflow: hidden;
    }
    .widget ul li a {
        color: #000;
    }

    Is what my css says in my editor currently.

    Plugin Contributor Max Bond

    (@max-bond)

    But on the site front there is no change.
    May be you edit wrong file?..
    Do you have cache plugins installed?

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    I edited the style.css file
    And I have W3 Total Cache installed

    Plugin Contributor Max Bond

    (@max-bond)

    Try to clear the cache!!

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    It didn’t allow me to use the option to clear the chache because I didn’t have the premium version. So, I just deactivated the plugin.

    Let me know if I should delete it.

    Plugin Contributor Max Bond

    (@max-bond)

    Deactivation is enough!
    Dut I see no change…
    I wonder… we are looking at the same site?? )

    Thread Starter fairmediacouncil

    (@fairmediacouncil)

    http://www.fairmediacouncil.org
    Yea, I’m not seeing anything change either.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Safari, widget is jumpy while scrolling’ is closed to new replies.