missing shortcodes

Posted in: Newspaper
Post count: 17

i download the new newspaper 6 but two things i saw missing.

1 ) shortcode for drop cap, quote center, etc. where is it ?
2) social widget which used to be very helpful

Post count: 7909

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/jGqLT8dqVYrhttp://screencast.com/t/cr2P7jGRU

Thanks!

Post count: 17

got it thanks. Also, i wanted to ask about the popular 7 days. Do we still have to leave the page view counter on ? or just by enabling 7 popular day will work ?

Post count: 3343

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.
Post count: 17

i posted the code under custom css but it still showing. know why?

Post count: 17
Post count: 7909

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!

Post count: 17

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 ?

Post count: 3343

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!

Post count: 17

great theme by the way !! you guys are great.

Which sidebar is the one that handle the right side of the video post?

Post count: 7909

Hi,

Please provide more details about sidebar on video posts as I’m not sure what you mean.

Thanks!

Post count: 11

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.
Post count: 12

I have more then 1200 posts on my web site and every each uses [pull_quote_center] shortcode for article leads.
I have a big problem if there is no automatic solution???

Thanks!

Post count: 7909

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/OWxqEsYVKhttp://pastebin.com/NZEJsWQZ

Hope this helps!

Post count: 12

Hi,

thank you very much…it helps 🙂

Post count: 11

Yes, that helped alot. Many thanks (Y)

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