kangomedia
Forum Replies Created
-
This is a workaround, but it worked for me. You will have to access the plugin files through FTP, and this can be overwritten if there are any future updates. But it’s a simple enough thing.
1) In your FTP client, go to /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails
2) Open the index.php file to edit.
3) Add this code just before ‘<?php if (!empty($slideshow_link)): ?>’ around line 10
<input type="button button-small" value="« Go Back" onclick="history.back(-1)" />Hope that helps.
This is a workaround, but it worked for me. You will have to access the plugin files through FTP, and this can be overwritten if there are any future updates. But it’s a simple enough thing.
1) In your FTP client, go to /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails
2) Open the index.php file to edit.
3) Add this code just before ‘<?php if (!empty($slideshow_link)): ?>’ around line 10
<input type="button button-small" value="« Go Back" onclick="history.back(-1)" />Hope that helps.