xc70 Jul 12, 2016 · 10:51 pm #4087 When the breakpoint is activated (according “Responsive Menu Collapse” option in Theme Settings) the blog pagination disappears.
I see the “Post Navigation” option in Theme Settings and I have it activated and I can not find a display: none in the mediaqueries.
Is there any way to have the pagination forever?
Thanks in advance.
Andrew Misplon Puro Jul 13, 2016 · 8:41 am #4093 Apologies for this. It was a mistake that will be corrected ASAP in the next version. Please, insert the following at Appearance > Custom CSS to hotfix:
/* Pagination Hotfix */
@media (max-width: 1024px) {
.resp .pagination .page-numbers {
display: block;
}
}
Let me know how this goes.
xc70 Jul 13, 2016 · 10:48 pm #4120 Great Andrew! But works only if I add !important label. As you see in the screenshot works but now I have to make some adjustments.

Thanks a lot for the solution!
Kind regards
Andrew Misplon Puro Jul 14, 2016 · 8:22 am #4122 Please, try removing the initial snippet and instead use:
@media (max-width: 1024px) {
.resp .pagination .page-numbers {
display: inline-block;
}
}
That should do the trick. Let me know how it goes.
xc70 Jul 14, 2016 · 9:33 pm #4123 Same because I’m using an official Ultra child theme and /* Pagination Hotfix */ it’s a comment.
Thanks for trying.
Andrew Misplon Puro Jul 15, 2016 · 1:16 pm #4127 Apologies for the continued hassle. Would it be possible to send me the URL for this site so I can take a look? You can use the Set as private reply checkbox to keep it private. Thanks 🙂
xc70 Jul 19, 2016 · 1:43 am #4171 This reply has been marked as private.
xc70 Jul 19, 2016 · 2:04 am #4172 This reply has been marked as private.
Andrew Misplon Puro Jul 19, 2016 · 11:54 am #4176 Thanks for the info 🙂 Please, could you check our login details. I was unable to login and couldn’t reset either. I’ll login and check all problems ASAP.
xc70 Jul 19, 2016 · 2:55 pm #4202 This reply has been marked as private.
Andrew Misplon Puro Jul 19, 2016 · 4:34 pm #4234 Thanks 🙂 Please, increase this account of mine to Administrator and I’ll resolve these problems for you directly.
xc70 Jul 19, 2016 · 5:37 pm #4235 This reply has been marked as private.
Andrew Misplon Puro Jul 19, 2016 · 5:49 pm #4238 Thanks 🙂 Please, check now.
xc70 Jul 19, 2016 · 5:59 pm #4239 This reply has been marked as private.
Andrew Misplon Puro Jul 19, 2016 · 6:02 pm #4243 Sure. I couldn’t find the CSS fix for the pagination so I added it to the blog section in your child theme style.css file.
For the sidebar issue, I had to switch to the parent theme and edit style.css as I think that file might have been changed before. .sidebar #primary has a width of 100%, I changed it back to75% and then switched back to the child theme.
I still need to check the language switcher issue. Will come back to you on that ASAP.
xc70 Jul 19, 2016 · 6:28 pm #4244 This reply has been marked as private.