1- Why am I getting duplicate page numbers on Smart List8 drop down pagination? http://dietrend.com/places-get-married/2/
2- Can it show on the drop down 1 of 10, 2 of 10…or 1-10, 2-10…
3- Can I make the Back and Next buttons from Smart List 8 like the the Smart List 7? with a background color and text in Bold?
Tks
Marcelo
Hello medeiros7,
1) In your case, your page numbers are duplicated because you have two numbering, the first numbering is made by you on each title and the second is made by smart list. If you have on your title the number, this will appear in the numbering made by smart list. If you do not want to have doubled numbering, you have to change your title and leave these without numbers.
2)Unfortunately, our theme does not have such an option for smart list pagination number, sorry! For achieving that require customization services and we cannot provide this type of service at the moment, sorry!
3)Unfortunately, our theme does not have such an option to change the functionality to the smart list without custom services. For achieving as you wish it is necessary some additional customization in HTML/CSS that involves custom work. The core file corresponding to this type of smart list is td_smart_list_8.php, like this -> http://screencast.com/t/QNjDEWGR4 Please notice that it is not a simple task and if you are not an advanced user with solid knowledge for PHP/HTML/CSS you can break the layout of the theme.
If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you.
Thank you for your understanding!
Hello medeiros7,
If you want to change the background-color for Next/Prev button for your smart list 7, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_smart_list_7 .td-smart-list-button {
background-color: red;
}
The result you should see here -> http://screencast.com/t/ORCLV1JLE5Z
Thank you for the message!