• Resolved townman

    (@townman)


    Page to page (previous and next) links at the bottom of the page are duplicated on EMPLOYEE NO SIDEBAR page layout.

    Whilst seeking to fix this myself (attempt to edit templates) I noticed that Sydney: No sidebar Page Template?(post-templates/post_nosidebar.php) has a part formed php tag at the end of the file – line 30/31 …

    <?php
    get_footer();

    I do not know if that is relevant or of concern requiring correction.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @townman,

    You can hide the second navigation with this simple CSS code:

    #main .post-navigation:nth-of-type(2) {
        display: none;     
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter townman

    (@townman)

    Thank you for the prompt and pragmatic work around for this issue. I look forward to a proper code fix (helping everyone) appearing in an incremental update soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Employee page navigation duplicated’ is closed to new replies.