Okay
  Public Ticket #2253803
fade in onload
Closed

Comments

  • rafka started the conversation

    Hi There,

    I would like to know how can I switch off the successive fade in on scrolling down. I would prefer the  see the page elements immediately .

    Thank you

    Rafka

  •  213
    Ali replied

    Hello, thank you for your purchase!

    The fade in feature is a functions by WayPoint jquery, you can disable it by remove WayPoint function in main.js.

    Go to assets\js\main.js , remove from line 70 to line 96.

    Kindly see the attached file.

    Thank you.

  • rafka replied

    Pitifully if I delete or comment out function contentWayPoint() the result will be a white page with all the elements hidden. The opposite of what I wanted. :-/

  •  213
    Ali replied

    Forgive me, I was mistakenly transferred to another of our products.

    For the HEWO template, to remove the fade-in function, you need to remove the animate-box class from the components.
    You can use an editor, such as Notepad ++ or Sublime text and use the REPLACE ALL (by press Ctrl + H on key board) function to remove all animate-box classes.
    Please see the attached file.
    Thanks.

  • rafka replied

    Thank you for your reply. For testing I prefer to disable the fading effect and maybe enable quickly later, so I want to comment  out one line or block of javacript to see how it is. When  I remove the animate-box class from all files  as you suggest  it would be hard to undo it quick and safe.