Go to top not working

  • Posted in : Responsy WP
  • media991
    Participant

    hi there, we have also noticed since the update that the ‘go to top’ does not seem to work? Any suggestions?

    Mehmet S.
    Keymaster
    media991
    Participant

    Hi There, i just tested the ‘go to top’ via the demo site and it doesnt work there either? I’m using firefox 15.0.1

    Mehmet S.
    Keymaster

    We will improve the theme.

    osuguy81
    Participant

    I have also noticed this not working, It seems that any go to top plugin I use will cause some other functionality not to work on top of that. Hopefully you will be able to fix in the next update.

    joerivds
    Participant

    Go To Top does work in Chrome, does not work in IE and Firefox (also tested on demo site).

    Mehmet S.
    Keymaster

    We will improve the theme.

    Mehmet S.
    Keymaster

    There is an option to disable it.

    Theme Settings > Style > Disable Go To Top Link

    media991
    Participant

    Hi Again, is there a fix for the ‘go to top’ button yet?

    ahmetsali
    Keymaster

    It is in the update list, will be fixed in the next version, thanks for the patience.

    Mehmet S.
    Keymaster

    There is a fix:

    – Open main.js file with a code editor,

    – find the lines below at the end of the file:

    $( 'footer .go-to-top' ).click( function()
    {
    	$( 'body' ).animate( { scrollTop: 0 }, 1000 );
    	
    	return false;
    });
    

    – Add a new line right this:

    $( 'footer .go-to-top' ).click( function()
    {
    	$( 'body' ).animate( { scrollTop: 0 }, 1000 );
    	
    	$( 'html' ).animate( { scrollTop: 0 }, 1000 );
    	
    	return false;
    });
    
    bluecoast
    Participant

    Cheers Mehmet, works a treat

    lecsikon
    Participant

    Hi,

    this black arrow which is working fine on your example site of the theme for me but it isn´t yet activated on my website.

    Can I activate it somewhere? Would like to have the GO ON TOP – Button, but I do not know how to get it and I didn´t find a solutio for it.

    THXs

    Mehmet S.
    Keymaster
Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘Responsy WP’ is closed to new topics and replies.