- This topic has 27 replies, 2 voices, and was last updated 8 years, 4 months ago by Andrew Misplon.
Tagged: blog mobile pagination
- AuthorPosts
- July 12, 2016 at 10:51 pm #4087
xc70ParticipantWhen 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.
July 13, 2016 at 8:41 am #4093
Andrew MisplonKeymasterApologies 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.
July 13, 2016 at 10:48 pm #4120
xc70ParticipantJuly 14, 2016 at 8:22 am #4122
Andrew MisplonKeymasterPlease, 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.
July 14, 2016 at 9:33 pm #4123
xc70ParticipantSame because I’m using an official Ultra child theme and /* Pagination Hotfix */ it’s a comment.
Thanks for trying.
July 15, 2016 at 1:16 pm #4127
Andrew MisplonKeymasterApologies 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 🙂
July 19, 2016 at 1:43 am #4171
xc70ParticipantThis reply has been marked as private.July 19, 2016 at 2:04 am #4172
xc70ParticipantThis reply has been marked as private.July 19, 2016 at 11:54 am #4176
Andrew MisplonKeymasterThanks 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.
July 19, 2016 at 2:55 pm #4202
xc70ParticipantThis reply has been marked as private.July 19, 2016 at 4:34 pm #4234
Andrew MisplonKeymasterThanks 🙂 Please, increase this account of mine to Administrator and I’ll resolve these problems for you directly.
July 19, 2016 at 5:37 pm #4235
xc70ParticipantThis reply has been marked as private.July 19, 2016 at 5:49 pm #4238
Andrew MisplonKeymasterThanks 🙂 Please, check now.
July 19, 2016 at 5:59 pm #4239
xc70ParticipantThis reply has been marked as private.July 19, 2016 at 6:02 pm #4243
Andrew MisplonKeymasterSure. 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 of100%
, 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.
- AuthorPosts
You must be logged in to reply to this topic.