Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I want to be able to remove this links as per the title, to stop users browsing through albums – I have specific requirements to make them use the menus.
Breadcrumbs are disabled in my theme, but these still show up in Gmedia Album pages.
Gmedia Albums page use your theme’s template to show the gallery. These links are from your theme and plugin can’t disable them. If your theme doesn’t have option to disable Next/Prev Post links or if you don’t want to disable them for all Posts, then it can be done with the CSS code on specific pages.
I need a link to one of your Album pages, so I can provide you a CSS code for hiding that links.
The site is hidden behind an “under construction” page at the moment, but if you PM me I can provide a login so you can view the required page?
Many thanks
Add code below to your theme’s style.css OR to Custom CSS in Theme Customizer:
.single-gmedia_album nav#nav-below {
display: none;
}
Awesome! Many thanks for your help, and keep up the great work, really love this plugin :)