Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220305
    lightspeed2016
    Participant

    Hello!

    I just need to move a navigation element on one of my site pages. When you visit this page, you will see ‘prev’ and ‘next’ navigation at the bottom of the page below the yellow bar:

    http://perfectpromos.wpstagecoach.com/portfolio-item/als/

    I would love to have these navigation buttons show up underneath the title “ALS” and above the large image of the people holding the check.

    Here is my site’s login information. Thanks!

    A dropdown menu will appear requesting authentication; the login and password for that is the same:
    ppstage2016

    #1220387
    Paul R
    Moderator

    Hi,

    Please change all your username and password as you have posted it publicly in the forum.

    To move your entry navigation, you can add this under Custom > Edit Global Javascript in the Customizer.

    
    jQuery(function($) {
       $('.single-x-portfolio .wp-post-navigation-next').insertAfter('.blktitle');
    });
    

    Hope that helps.

    #1221118
    lightspeed2016
    Participant
    This reply has been marked as private.
    #1221139
    Rahul
    Moderator

    You’re most welcome!

    Let us know if we can help with anything else.

    Thanks for using the X-theme!

  • <script> jQuery(function($){ $("#no-reply-1220305 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>