Page 1 of 1

Latest news block page numbers

Posted: 31. March 2016 18:37
by sw2000
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.

Image

Re: Latest news block page numbers

Posted: 31. March 2016 19:52
by Kirk
Hi
Open: root/styles/yourstyle/theme/responsive.css
Find:

Code: Select all

.row .pagination .ellipsis + li {
	display: none !important;
}
Replace with:

Code: Select all

.row .pagination .ellipsis + li {
	display: block;
}

Re: Latest news block page numbers

Posted: 31. March 2016 21:40
by sw2000
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 :?

Re: Latest news block page numbers

Posted: 1. April 2016 13:29
by Kirk
Find the code in the style prosilver.

Re: Latest news block page numbers

Posted: 1. April 2016 15:46
by sw2000
Thanks a lot Kirk! That did it, really appreciate the help! :)