Making the last "Next" button go to the next article on smart list 6, 7 or 8

Posted in: Newspaper
Post count: 60

On a slideshow smart list 6, is there a way to make the last next button go to the next article rather than be disabled? Currently if you have something thats 3 items on a smart list 6, 7, or 8, once the user gets to item 3 the “Next” button is visible, but disabled. Is there a way to have it advance to the next post (helps with an additional pageview)?

Thanks again for all the help!

Post count: 7909

Hi,

You will need custom modification for this and try to implement Next/Prev feature of post for disabled next/back buttons of the smartlist. You can try something like this in td_smart_list.php file – http://screencast.com/t/5Q5SKJsWFS Here is the code that I have tested(replace like this) – http://screencast.com/t/plVPrSq5vNGhttp://pastebin.com/fgU7k1Zj Please make a backup of your current file so you can revert if it doesn’t work.
And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/1afLLa6Vg33bhttp://screencast.com/t/cp5Kr3C6r

.td-smart-list-pagination a .td-smart-disable {
cursor:pointer;
}
.td-smart-list-pagination a:hover {
text-decoration: none;
}

If you don’t have basic experience and you want more customization regarding this I suggest to get someone to help you as we cannto provide custom work. I have provided an example and it should work also for you.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.