- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller – Can we add breadcrumbs with gallery name on photo details page
We like this plugin a lot. But it would help us if we could display a breadcrumb trail along the top of the photo details page, to include the gallery this photo is a child of.
We have formated the photo details page without a title and without a sidebar, because we want photos displayed at maximum size… Hence the need for a breadcrumb.
Failing this (or as well as), is there a dynamic way to add new galleries to a menu (or dropdown submenu) in WordPress?
Thank you.
Tim
Hi,
I will see what I can do about adding a breadcrumb for the photo details page.
In the meantime you can always create a menu item via the wordpress Appearance >> Menus page and add all of the individual gallery pages.
OK 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;" />
I forgot to mention that the “View Gallery” at the bottom of the photo details page is designed to always return the visitor to the referring page.