Resolved Option to add page selector on top of thread page

Status
Not open for further replies.

EagleGSU

Illustrious
I requested this on NF when they upgraded recently too and he was able to add the option.

but on mobile on multiple page length threads the only way to go to a previous page or the next page is to scroll to the bottom of the page and click there.

there should also be an option to go back and forth at the top of the page.

Not sure if this makes sense.
 

EagleGSU

Illustrious
Could you screencap or link an example so I know 100% what you want?
Sure. Here's what it looks like on fanverse on a multiple page thread

COYM6fT.jpg


Here's what it looks like here

QCpPxny.png
 

Ral

[SUBTRACTED]
Administrator
Pronouns
He/Him
@Trinity add this to the extra.less in one of the test skin dupes:

CSS:
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
    // display: none;
}
 

Ral

[SUBTRACTED]
Administrator
Pronouns
He/Him
The page selector is still not there for me. I’m on iPhone on safari if that makes a difference
Can you try now?

It was actually this piece of LESS code that did it:

Less:
// Put nav on top of thread on mobile - Ral
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
   display: initial;
}
 

EagleGSU

Illustrious
Can you try now?

It was actually this piece of LESS code that did it:

Less:
// Put nav on top of thread on mobile - Ral
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
   display: initial;
}
That's perfect! Thanks bro.
 
  • Like
Reactions: Ral
Status
Not open for further replies.
Back
Top