Forum Replies Created
-
AuthorPosts
-
WebIncMember
Is there a solution for this?
I am having the same trouble trying to sort thumbnails in my galleries. Its really important for this client that they appear in the correct order. However, using the ID, Date, Name Asc or Dec options in the Gallery settings has no effect on the outcome.
I’m using vers. 2.1.7
Can you advise what I should do?
October 15, 2016 at 11:21 am in reply to: How to move the View Gallery Button to top of Details Page ? #74394WebIncMemberI know we probably shouldn’t, but we added code to your photo-details-template.php and photo-details-template-new.php pages like this, to add a ‘Back to Gallery’ link at the top of the Photo Details page.
I know it is liable to be overwritten when the plugin is updated, so would be grateful if possible, for you to include the option of a ‘Back to Gallery’ link at the top of Photo Details with future updates.
Thank you
`
<?php
echo '<a href="'.$gallery_page.'gallery'.$cached_current_gallery_id.'">«Back to Gallery</a>';
?>`
`
WebIncMemberOK Great. Thanks for that – yes it does the job nicely.
October 13, 2016 at 1:58 pm in reply to: WP Photo Seller – Can we add breadcrumbs with gallery name on photo details page #74374WebIncMemberOK thanks for that. In the meantime we’re adding a javascript button above Page Details pages which goes to the referring page (should always be the gallery) like this:
<input action="action" type="button" value="Back to Gallery" onclick="window.history.go(-1); return false;" />
-
AuthorPosts