Delay In Items Showing Up

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, Nov 14, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I want all the items on the website to show up at once...not as you scroll down. How do I change this?

    theme1.1stopnonprofitshop.com
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To turn off the animation, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .animation_started.animated {
     /*CSS transitions*/
     -o-transition-property: none !important;
     -moz-transition-property: none !important;
     -ms-transition-property: none !important;
     -webkit-transition-property: none !important;
     transition-property: none !important;
     /*CSS transforms*/
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     /*CSS animations*/
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    It almost worked. It took the animation away, but some items still take an extra second or so to load...like the 2nd and 3rd testimonial and the "Mission" section in the footer.
     
  4. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    You would be glad to know that we have fixed the issue as per your requirements.

    Now the animations from the sections you mentioned are totally removed.

    Kindly check and acknowledge us for the same.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page