How To Change post date seting to "time ago"

Posted in: Newspaper
Post count: 27

Hello guys, you know how to change the post date format to “time ago” in Newspeper, I’m tired of searching where “the_time” in this theme. Please help me friends ..

Post count: 20688

Hi,

There are some solutions in this topic
https://forum.tagdiv.com/topic/time-ago-feature-2/
You can always use the forum search function, there are many topics containing codes and theme modifications that can be useful.

Thanks

Post count: 27

Hi..

Thanks for the solution, have been resolv.

I have new problem, can i hide some block for mobile view? But not with mobile theme. Thanks

Post count: 27

One more,how to change subtitle color for post

Post count: 20688

Hiding a block/column/row is possible, with the tagDiv composer. Simply click on the block in this case, which you want to hide on mobile
https://www.screencast.com/t/2cCpRkp3s9Q
Switch to mobile view and also access the CSS tab, scroll down and the setting is there
https://www.screencast.com/t/gtvxUqN5
Then that element will not be displayed on mobile. This will not work when the mobile theme is active, the composer cannot be used on mobile pages.

The post subtitle could only be changed with CSS code, there is no color setting for it at the moment. Try a code like this in Theme panel->Custom CSs
https://www.screencast.com/t/Dvyb3sdQvwH
Use the color you want in the code

.single .td-post-sub-title {
color: blue;
}

Post count: 27

Hi..

Thanks.. all is resolve, i want use parallax effect for inline post ad, thats is posible?

Post count: 20688

Hi,

That would not be possible, the theme does not have a parallax setting for any ads entered in the theme panel, if that is what you are asking.

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