[Resolved] Navigation links not showing on mobile devices

  • Author
    Posts
  • #1660

    kiviniar
    Participant

    Hi Andrew,
    The navigation links for the pages at the bottom [1] [2]… are not showing on my mobile devices.

    I tested it on Google Chrome on my Android phone and tablet

    They show fine on my desktop browsers

    Could you please advise

    Thanks for your time

    #1661

    kiviniar
    Participant

    Just noticed that even on my desktop browser, when I resize my browser and the responsive template kicks in, the navigation links at the bottom go missing.

    #1662

    Andrew Misplon
    Keymaster

    Hi kiviniar

    Sorry to hear about the hassle. Please send a link to your site and I’ll take a look. If you’d like to keep the link private, use the Private Reply check box below the comment field.

    Thanks

    #1663

    kiviniar
    Participant
    This reply has been marked as private.
    #1664

    Andrew Misplon
    Keymaster

    Awesome 🙂 Thanks for the wait.

    Menu

    Please check that Appearance > Theme Settings > Navigation > Header Menu is enabled. If that setting is enabled then please, check your child theme. If header.php is included, make sure that the menu is still included.

    WP Polls Button

    If you’d like to render the WP Polls button like normal please, try this:

    1. Install a plugin called Simple Custom CSS.
    2. Go to Appearance > Custom CSS and insert the following:

    /* WP Polls */
    
    .wp-polls .Buttons {
      border: initial;
      background: rgba(221,51,51, 0.8);
    }

    Let me know how you come along. Thanks.

    #1666

    kiviniar
    Participant

    Hi Andrew,

    Thanks for the reply

    Menu

    When I enable “Appearance > Theme Settings > Navigation > Header Menu”, I get my pages as navigational links at the header, below the logo.

    My original problem still exists, wherein, the footer navigational links to my next pages [Page 2] [Page 3] are missing in my mobile browser and also if I resize my desktop browser. The problem seems to arise as soon as the responsive template is activated.

    I have attached a picture of the navigational links I am referring to: http://i.imgur.com/rXAsrdi.png

    WP Polls Button

    Thanks for the fix the button looks beautiful

    #1668

    Andrew Misplon
    Keymaster

    Thanks so much for bringing this up. I can see where I went wrong. Apologies for the hassle!

    Please try this at Appearance > Custom CSS:

    /* Paging navigation fix: remove after next theme update */
    
    @media (max-width: 64rem) {
    	.resp .paging-navigation .page-numbers {
    		display: inline-block;
    	}
    }

    Hope that helps.

    #1669

    kiviniar
    Participant

    The fix worked perfectly!

    No need to apologize Andrew. I am just so happy that I found the Puro theme, the only reason that convinced me to upgrade my WP installation 🙂

    Thanks for your prompt resolution and a beautiful theme

    #1670

    Andrew Misplon
    Keymaster

    Awesome 🙂 Really glad to hear that did the trick.

    If anything else comes up please, let me know.

    All the best with your site.

    Cheers for now.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Scroll to top