Go to top not working Posted in : Responsy WP media991Participant 9 October 2012 at 08:25 #1768 hi there, we have also noticed since the update that the ‘go to top’ does not seem to work? Any suggestions? Mehmet S.Keymaster 9 October 2012 at 11:33 #1769 It is working on the demo site. ( http://themes.pixelwars.org/responsy-wp ) Also there is a plugin. ( http://www.pixelwars.org/forums/topic/recommended-plugin-dynamic-to-top-plugin ) media991Participant 10 October 2012 at 09:22 #1780 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 11 October 2012 at 13:33 #1787 We will improve the theme. osuguy81Participant 16 October 2012 at 16:46 #1879 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. joerivdsParticipant 29 October 2012 at 16:13 #2025 Go To Top does work in Chrome, does not work in IE and Firefox (also tested on demo site). Mehmet S.Keymaster 29 October 2012 at 16:16 #2026 We will improve the theme. Mehmet S.Keymaster 5 November 2012 at 16:36 #2113 There is an option to disable it. Theme Settings > Style > Disable Go To Top Link media991Participant 13 November 2012 at 05:33 #2226 Hi Again, is there a fix for the ‘go to top’ button yet? ahmetsaliKeymaster 13 November 2012 at 23:02 #2234 It is in the update list, will be fixed in the next version, thanks for the patience. Mehmet S.Keymaster 16 November 2012 at 16:14 #2271 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; }); bluecoastParticipant 23 November 2012 at 10:56 #2474 Cheers Mehmet, works a treat lecsikonParticipant 28 June 2013 at 02:07 #7038 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 29 June 2013 at 16:49 #7087 Dynamic “To Top” Plugin Viewing 14 posts - 1 through 14 (of 14 total) The forum ‘Responsy WP’ is closed to new topics and replies.