Hey,
My favorite smart list style is smart list-2 and I usually make few nunmbered lists as big as 21 or 30 so to split the list in three pages, I tried to use <!–nextpage–>
but on every new page the counting again starts from 1 ( either ascending or descending)
Please tell me a way to create smart lists which do not rest it’s counting when using <!–nextpage–>
I really need this.
Thank you.
-
This topic was modified 9 years by
Nano.
Hello nano2408,
Unfortunately, our smart lists have not been designed to be used with post pagination tag (next–page), sorry! Please notice that the code from our smart lists features is too sensible and if you will add this tag you can break the entire layout of it. Sorry for the inconvenience, but if you want to display more levels in our theme and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! The post pagination tag can be used only for normal posts if you want to bring good results with it.
Thanks for your understanding!
Okay! I undersand. Thank you.
Though, since I want this styling only for smart list type-2 one thing I can do is to user normal post and style the numbers as it looks in smart list-2
So, can you provide me any shortcode or design code to get that same black box around numbers as we get in smart list?
I am talking about this:

If I can manage to create this or similar kind of box around number, it will be easy for me to create normal post as smart list. Thank you.
Sample Image screenshot link: https://i.snag.gy/gzcEG6.jpg if it’s not visible above.
Hello nano2408,
You can use the text high line from the post editor tool, like this -> http://screencast.com/t/KjRgPJRQQ and then, using a bit of CSS you can change the color of the text, like this -> http://screencast.com/t/D5okWkXkjtO
The code is ->
.td_text_highlight_0{
color:white!important;
}
Thanks for your message!