Back button on slideshow

yanxing / 2014-03-21 10:49:17   

How I put the "back" text button link on each work's page which using slideshow, thanks!

arsondpi / 2014-03-21 10:55:08   

Simply insert a link that redirects to the page you want.

  1. <a href='url_of_the_page_you're_after_here'>back</a>

Alternatively you can insert some javascript solution (search the web about this) although I do not recommend it.

yanxing / 2014-03-22 09:28:42   

Hey Dear Arsondpi,thanks, but I use
"

yanxing / 2014-03-22 09:37:48   

OMG, I made a mistake, i added
"

yanxing / 2014-03-22 09:37:59   

OMG, I made a mistake, i added

yanxing / 2014-03-22 09:38:11   

OMG, I made a mistake, i added

a href='url_of_the_page_you're_after_here'>back

yanxing / 2014-03-22 09:49:12   

strange, Y I can not type?

arsondpi / 2014-03-22 10:07:16   

You need to add your code inside html code tags (with no empty paragraph returns).

yanxing / 2014-03-22 10:17:21   

Hey Dear Arsondpi,thanks, but I use code at the index.php

  1. <a href='url_of_the_page_you're_after_here'>back</a>

this code, but it seems work back to the index page, not the previous page

arsondpi / 2014-03-22 10:21:30   

url_of_the_page_you're_after_here should be... the url of the page you're after.
Don't just paste this code - use it to your needs.

yanxing / 2014-03-22 10:25:02   

OK, now I understand, but my question is: is there have the way can put any code launch the BACK button automatically for all the pages, no need to put code at every page...

yanxing / 2014-03-22 10:28:19   

I mean not for the link, but functional...for example:A-B-C-D,when anybody at C from A, they can back to A

yanxing / 2014-03-22 11:44:28   

actually I wanna more navigate for the visitors, so if you can kindly help me as"back" and "next" and "previous" that's gonna be really useful for me, I mean for the exhibits pages.....I don't want to insert the code for every page, I mean is there have the way can do it once then working all the pages?

arsondpi / 2014-03-22 13:53:01   

Check out this post - I think it's what you're after: indexhibit.org/forum/thread/15332/

This thread has been closed, thank you.