Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11016
    James
    Participant

    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.

    #11038
    Rattus
    Keymaster

    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.

    #11040
    James
    Participant

    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

    #11042
    Rattus
    Keymaster
    This reply has been marked as private.
    #11043
    James
    Participant
    This reply has been marked as private.
    #11044
    Rattus
    Keymaster

    Add code below to your theme’s style.css OR to Custom CSS in Theme Customizer:

    .single-gmedia_album nav#nav-below {
        display: none;
    }
    #11045
    James
    Participant

    Awesome! Many thanks for your help, and keep up the great work, really love this plugin :)

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