Your Portal Version: 2.1.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://taloforum.fi
What have you done before the problem was there?
Problem only with portal installed.
What have you already tryed to solve the problem?
No solutions found in board3.de board support threads.
Description and Message
Portal block Latest news does not show more than 5 first pages-links when using mobile view. Threads with any more than 5 pages are not accessible to any more subpages.
Latest news block page numbers
Re: Latest news block page numbers
Hi
Open: root/styles/yourstyle/theme/responsive.css
Find:
Replace with:
Open: root/styles/yourstyle/theme/responsive.css
Find:
Code: Select all
.row .pagination .ellipsis + li {
display: none !important;
}
Code: Select all
.row .pagination .ellipsis + li {
display: block;
}
Gruß Udo
Re: Latest news block page numbers
Thanks for the help and quick answer. Didn't know if this is a style related or portal related, so I guess it's style related problem.
Unfortunately there is no such code in the style we_universal. So i need to try to find an answer elsewhere or use the good old "try and error" method
Unfortunately there is no such code in the style we_universal. So i need to try to find an answer elsewhere or use the good old "try and error" method
Re: Latest news block page numbers
Thanks a lot Kirk! That did it, really appreciate the help!