Xenforo on mobile?

Robert9

Well-known member
I never use a mobile to view my forum, but maybe more than 60% of my visitors do that. So i tried it yesterday and was shocked.
To many links, to many blabla, it was an absolute terrible experience - and i know what to do and where to click.

From the view of a newbie there could be only one thing to do, close the page!

Now my question: Is there any template for mobiles with a heavy reduction to two points: read and write, please?
 
Maybe I'm in a wrong thread, but I do not want to open a new.
Is it possible to set the pagenavigation (example Site 1-30) on top and on bottom of the page even for threads and posts.
Kind regards
 
Maybe I'm in a wrong thread, but I do not want to open a new.
Is it possible to set the pagenavigation (example Site 1-30) on top and on bottom of the page even for threads and posts.
Kind regards
Add this to your extra.less

CSS:
/* MOBILE PAGENAV TOP */
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
   display: initial;
}
 
Add this to your extra.less

CSS:
/* MOBILE PAGENAV TOP */
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
   display: initial;
}
Thank you, but sorry doesn't work correctly.
Don't show Pages only double navigation und 4 great Points
See attached files, on top of a page to be also shown as on bottom in mobile2
Kind regards
 

Attachments

  • mobile1.webp
    mobile1.webp
    28.8 KB · Views: 15
  • mobile2.webp
    mobile2.webp
    32.7 KB · Views: 13
Last edited:
Top Bottom