inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 1, 2015 23:55:24 GMT -8
Thanks for help anna12 But sadly, no, seems to be still broken It definitely works as I just stuck it on a test forum. How is it not working for you? Are the buttons there or does it just not take you to the top/bottom when clicked?
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on Nov 2, 2015 10:53:28 GMT -8
I placed this code <a class="button" href="#" onclick="scroll(0, 0); return false;">Back to Top</a> in the post list template below $[post.quote_button]
$[post.quote_button]
<a class="button" href="#" onclick="scroll(0, 0); return false;">Back to Top</a> $[post.edit_button]
$[post.likes.button]
$[post.select_options]
$[quick_reply]
Produces this Admin > Themes > Layout Templates > Thread > Post List
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Nov 3, 2015 12:59:36 GMT -8
... or does it just not take you to the top/bottom when clicked? This! (even if I try what T.C. suggest in the post up here
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 3, 2015 20:48:35 GMT -8
... or does it just not take you to the top/bottom when clicked? This! (even if I try what T.C. suggest in the post up here Are you sure you still have this part in place per the first post? I'd go check just in case. Now go to Admin > Structure > Layout Templates > Thread > Quick Reply and add
<a id="bottom"></a>
to the very bottom under </div>
One thing you could do is just create a new theme with nothing fancy on it. Then do those steps in the first post and see if it works then. That way you know it is something with your specific themes that may have modified your mini-profile and maybe messed things up.
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Nov 4, 2015 8:40:21 GMT -8
Are you sure you still have this part in place per the first post? I'd go check just in case. Now go to Admin > Structure > Layout Templates > Thread > Quick Reply and add
<a id="bottom"></a>
to the very bottom under </div>
doh! that was the problem thank you Tumbleweed !
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 4, 2015 15:34:03 GMT -8
Are you sure you still have this part in place per the first post? I'd go check just in case. Now go to Admin > Structure > Layout Templates > Thread > Quick Reply and add
<a id="bottom"></a>
to the very bottom under </div>
doh! that was the problem thank you Tumbleweed ! Yeah! Glad that fixed it!
|
|