-
AuthorPosts
-
August 25, 2014 at 6:47 pm #92132
I am trying to make a button be a back button at the bottom of each page above the footer. I have tried a few different ways of doing it. Can you advise on how to do this?
August 25, 2014 at 8:55 pm #92173Hey Justin,
Please try the methods outlined at http://stackoverflow.com/questions/8814472/how-to-make-an-html-back-link
Hope that helps. 🙂
August 26, 2014 at 10:58 am #92558I did this. no dice.
Tried to wrap the button in <ahref=”#”onclick=”history.go(-1)”>, didn’t work.
I tried putting the info in the short code. Didn’t work.
I just not sure what to do with the code.
August 26, 2014 at 1:36 pm #92670Hi Justin,
Did you try this?
<a href="javascript:history.back()">Back</a>
Please also provide specific url to your site.
Thanks
August 26, 2014 at 3:05 pm #92739sorry. site for this back button is at http://kaleomovement.com/baypointetc/connect/. I’ll try the above script.
August 26, 2014 at 3:12 pm #92745Boom working! Thanks!
I’ve had one thing come up that doesn’t have to do with this thread.
I have set a featured image for all main pages at this point. However it isn’t working on these 4:
http://kaleomovement.com/baypointetc/new/
http://kaleomovement.com/baypointetc/connect/
http://kaleomovement.com/baypointetc/watch/
http://kaleomovement.com/baypointetc/contact/but is working on:
http://kaleomovement.com/baypointetc/pray/
http://kaleomovement.com/baypointetc/give/
and some other non-main pages.Why would it work on one and not the other?
August 26, 2014 at 4:25 pm #92801Hey Justin,
I am not able to view your website most probably due to your server is down. Can you please confirm this at your end?
August 26, 2014 at 7:40 pm #92880No server issues on my end.
August 27, 2014 at 12:38 am #92975Hey Justin,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
May 3, 2016 at 8:16 pm #911697Hi,
I would like to add a button with the Go Back behavior, but I am not sure where to add the code that you suggested Back.
Can you help me?
Thank you
May 4, 2016 at 2:53 am #912069Hi There,
We can add it using Text element. Depending on which page you want to add the back button, add a text element on the specific section and then add the code above. If this doesn’t work, please provide the specific URL where you want this back button and then clarify on which part of that page.
Always,
XMay 4, 2016 at 7:00 pm #913437Hi,
Add the code javascript:history.back(); to the HREF area and it works.
Thank you
May 5, 2016 at 12:03 am #913789You are welcome!
Glad that it worked. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts