Hi,
Two questions that I couldn’t find answers to on the forum or in the documentation.
1. Is it possible to remove the numbers from the smart lists? I would like to use the features of the smart list but without it being a countdown of sorts. I don’t want to remove the numbers from every single smart list post I do, just this specific one.
2. When creating a smart list of ten slides and a visitor to the site views them all, will it count as ten pageviews? Or is a smart list post still just counted as one pageview?
Thanks for the help.
Hello 12sea,
1)If you want to remove the number of the post into the smart list, you have to use a bit of CSS to hide it and if you want for a specific post to do this, you have to target the certain post by post ID. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.postid-1209 .td-sml-current-item-nr {
display:none;
}
The result -> http://screencast.com/t/I6JLkxDg -> http://screencast.com/t/lOQx8NtT4
2)The post will be counted only once, no matter how many slides has your smart list.
Hope this helps!
If you need more assistance in this regard, please provide your website and provide a link with your smart list so I will be able to provide a more accurate code. This could be different in the case of the smart list that you are using.
Thank you for the message!
Thank you for the help. I’ll try it out and get back to you.
Also, since we can insert Adsense ads in each slide, I’m assuming that will count as a new impression for each ad/slide.
Is there a way to make each slide count as a new pageview? I wrote for a site where a 30 page list counted as 30 pageviews in google analytics. I’d really like that feature and assumed that is what smart lists would behave like.
Thanks for the help.
Hello 12sea,
If you want to have a new impression for each ad/slide, you have to use the latest’s smart lists, like this -> http://screencast.com/t/kfcZQfag8QqJ These are the latest our smart lists and were designed to request a new impression for each slide. Other smart lists do not have this feature for the ads.
Hope this helps!
Thank you for the message!