kiviniar May 30, 2015 · 10:09 pm #1660 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
kiviniar May 30, 2015 · 10:25 pm #1661 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.
Andrew Misplon Puro May 30, 2015 · 10:38 pm #1662 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
kiviniar May 30, 2015 · 10:49 pm #1663 This reply has been marked as private.
Andrew Misplon Puro May 31, 2015 · 1:42 pm #1664 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.
kiviniar May 31, 2015 · 2:29 pm #1666 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
Andrew Misplon Puro May 31, 2015 · 2:53 pm #1668 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.
kiviniar May 31, 2015 · 3:01 pm #1669 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
Andrew Misplon Puro May 31, 2015 · 3:14 pm #1670 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.