Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ebaskin
tagDiv Member

I have made a very hacky approach inspired by OP, I am hiding the numbering of the list elements and make the description the first element, but I hide the headline of only the first element.. if that makes sense.

.td-sml-current-item-nr{
display: none !important;
}

body:not([class*=”paged”]) .td-sml-current-item-title {
display: none !important;
}

that way the first list element becomes the description and because I have hidden the default numbering of the items I can number them myself and display what is actually the second element as the first page of the slideshow.. man I’m drunk I hope anything I write makes sense lol.

it does get the job done but very hacky.. I’m going to keep an eye on this thread in hope for a better solution.

Thanks,

  • This reply was modified 7 years by ebaskin.
  • This reply was modified 7 years by ebaskin.
ebaskin
tagDiv Member

Hi,
having the same issue. I want the first page to be a description of the smart list with a button “start slideshow” then it goes to the first element..

The code from OP helped me but it still shoes the first element on the first page, I’d really like to have only the description and then start with slide 1 on the next page.

Any way to do this?

I mean like this:

EXAMPLE

Thanks,

  • This reply was modified 7 years by ebaskin.
Viewing 2 posts - 1 through 2 (of 2 total)