Spartan Well-known member Apr 23, 2017 #1 is the go to first unread link supposed to be hidden on mobile devices?
P Paul B XenForo moderator Staff member Apr 23, 2017 #2 Yes. It's controlled by the page_nav.css template: Code: <xen:if is="@enableResponsive"> @media (max-width:@maxResponsiveMediumWidth) { .Responsive .PageNav .pageNavHeader { display: none; } } @media (max-width:@maxResponsiveNarrowWidth) { .Responsive .PageNav .unreadLink { display: none; } } </xen:if> Upvote 0 Downvote
Yes. It's controlled by the page_nav.css template: Code: <xen:if is="@enableResponsive"> @media (max-width:@maxResponsiveMediumWidth) { .Responsive .PageNav .pageNavHeader { display: none; } } @media (max-width:@maxResponsiveNarrowWidth) { .Responsive .PageNav .unreadLink { display: none; } } </xen:if>
Spartan Well-known member Apr 23, 2017 #3 Thanks. If I want it to show up on mobile devices, do I simply delete that template? Brogan said: Yes. It's controlled by the page_nav.css template: Code: <xen:if is="@enableResponsive"> @media (max-width:@maxResponsiveMediumWidth) { .Responsive .PageNav .pageNavHeader { display: none; } } @media (max-width:@maxResponsiveNarrowWidth) { .Responsive .PageNav .unreadLink { display: none; } } </xen:if> Click to expand... Upvote 0 Downvote
Thanks. If I want it to show up on mobile devices, do I simply delete that template? Brogan said: Yes. It's controlled by the page_nav.css template: Code: <xen:if is="@enableResponsive"> @media (max-width:@maxResponsiveMediumWidth) { .Responsive .PageNav .pageNavHeader { display: none; } } @media (max-width:@maxResponsiveNarrowWidth) { .Responsive .PageNav .unreadLink { display: none; } } </xen:if> Click to expand...
P Paul B XenForo moderator Staff member Apr 23, 2017 #4 Delete the code within the template, not the template itself. You may require further CSS tweaks to get everything to display correctly. Upvote 0 Downvote
Delete the code within the template, not the template itself. You may require further CSS tweaks to get everything to display correctly.
Spartan Well-known member Apr 23, 2017 #5 Brogan said: Delete the code within the template, not the template itself. You may require further CSS tweaks to get everything to display correctly. Click to expand... That worked. Thank you. I'm curious though - I thought the script used cookies to send a user to the first unread message. Why the need for the button? Upvote 0 Downvote
Brogan said: Delete the code within the template, not the template itself. You may require further CSS tweaks to get everything to display correctly. Click to expand... That worked. Thank you. I'm curious though - I thought the script used cookies to send a user to the first unread message. Why the need for the button?
Andrej Well-known member Aug 11, 2017 #7 viper357 said: Has this been removed in XF2 ? Click to expand... Yes, unfortunately. Upvote 0 Downvote
viper357 Well-known member Aug 11, 2017 #8 That's disappointing, I use that function a lot. Last edited: Aug 11, 2017 Upvote 0 Downvote
viper357 Well-known member Aug 11, 2017 #9 How do I now go to the first unread post in a thread on XF2? Because when I click on the button in the subscription emails it just takes me to the first page of the thread? Upvote 0 Downvote
How do I now go to the first unread post in a thread on XF2? Because when I click on the button in the subscription emails it just takes me to the first page of the thread?