Hi,
1. The qoutes used shortcodes in previous version, in version 6 they were changed to html you can find them now in format – http://screencast.com/t/lG9jyFANm or center quote – http://screencast.com/t/2KDLLCgy
2. Do you refer to the social counter? It is still available just upload it from the theme files, you can find it in the /plugins folder. Just install and activate it from here – http://screencast.com/t/Nan7C5WT242
Or do you refer to the Social Icons widget? Unfortunately it is not available anymore like a widget you can add your links to Social Networks – http://screencast.com/t/pIGrTOZv and enable social icons for top menu – http://screencast.com/t/oBU33YWx and footer – http://screencast.com/t/zRyu65Nol
Result: http://screencast.com/t/jGqLT8dqVYr – http://screencast.com/t/cr2P7jGRU
Thanks!
Hi,
You need to leave the SHOW POST VIEWS on. Also if you don’t what them on the post/page can by hidden via CSS.
Use this CSS if you want to hide them:
.td-module-comments,
.td-post-comments {
display: none !important;
}
-
This reply was modified 11 years by
Marius.
Hi,
Please try this custom css in Theme Panel > Custom Css to hide post views on your articles: http://screencast.com/t/uNHBsSc0q
.td-post-views {
display: none !important;
}
Thanks!
nice ! it worked now. Two questions:
I dont have any cache plugin in my website but i use cloudflare. Should i enable the ajax view count?
I enable the 7 days post view but in the blocks its showing very old ones. Is there a way to reset the counts so i can start to see the most popular of the week ?
Hi,
The views should work without ajax enabled, if you don’t use a caching plugin. About the 7 days views, is not possible to reset the counter, but not needed, because the views are done on each day per 7 day period.
You can make some test if you want, just edit some post and see what values have each one on custom fields http://screencast.com/t/RZymfAx32j
Thanks for the message!
Hi,
Please provide more details about sidebar on video posts as I’m not sure what you mean.
Thanks!
But is it possible somehow to automatically fix all previously inserted shortcodes in posts? After update to version 6.1 my older posts with “quotes” look like this:
[pull_quote_center]Ära kahetse elus tehtud lollusi, tee uusi ja hullemaid, et vanaduses oleks, mida meenutada.”[/pull_quote_center]
Or do I really have to change them manually one by one? :/
Link: http://www.hingepeegel.ee/vaimne/afirmatsioonid-mida-endale-kunagi-oelda-ei-tohi/
Thanks!
-
This reply was modified 11 years by
Jan.
Hi,
We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided not to include them in the script.
Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVK – http://pastebin.com/NZEJsWQZ
Hope this helps!