Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Hi! You can do it using custom JS code in the “Custom Javascript Code” section of plugin’s settings. An example code could be:

    jQuery( function() {
        setTimeout( function() {
            jQuery( "#scrollUp" ).hide()
        }, 5000 );
    } );
    Thread Starter catmaniax

    (@catmaniax)

    Thanks, I’ll try it out.
    Also, is there a way to change the position and size shown only on mobile devices?

    Thread Starter catmaniax

    (@catmaniax)

    Hey I pasted the code and it does disappear, however it does not reappear when I continue to scroll.

    That would be awesome – I love that idea.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Any way to disappear?’ is closed to new replies.