• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper

This forum is now closed to new posts

All existing content remains available to browse and search. For support, please email us at contact@tagdiv.com Our team is happy to help as soon as possible.

Home Newspaper Posting Date No Longer Showing On Posts

Posting Date No Longer Showing On Posts

Posted in: Newspaper
Post count: 60
Amari
#333781
Mar 2, 2020 at 2:17 am

After updating to the latest version of Newspaper, instead of the posting date I’m seeing star ratings. I tried flipping on and off, then back on the option in the theme panel and it isn’t working.

Post count: 60
Amari
#333782
Mar 2, 2020 at 2:20 am

Specifically, any post with “Is this a product review?” being used seems to not show the date.

Post count: 35449
Calin
#333941
Mar 2, 2020 at 3:42 pm

Hi,

Only the theme update do not change the elements from posts/articles, did you made some custom changes in them files?

Thank you!

Post count: 60
Amari
#333951
Mar 2, 2020 at 3:55 pm

No, I did not. I’m not using custom templates either.

Post count: 35449
Calin
#334056
Mar 3, 2020 at 9:49 am

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If there is still a problem, please make a full backup to your website and send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Let me know the results!
Thank you!

Post count: 500
Mark Gilbert
#334111
Mar 3, 2020 at 12:43 pm

I have the same problem since updating from 9.2.2 to 10.3 this weekend.

This post, not using product review – https://jazzjournal.co.uk/2020/03/01/obituary-jon-christensen/ – shows date.

This post, using product review, shows stars (not requested) and no date – https://jazzjournal.co.uk/2020/03/01/maria-mendes-close-to-me/

I hope this can be resolved very quickly – dates are important.

Thanks
Mark Gilbert

Post count: 500
Mark Gilbert
#334114
Mar 3, 2020 at 12:48 pm

If “no” is selected in response to “Is this a product review?”, the date returns to the top of the post and stars disappear. Can this really be a plugin conflict?

Post count: 500
Mark Gilbert
#334115
Mar 3, 2020 at 12:58 pm

Also, in blocks “SHOW AUTHOR NAME Enable or disable the author name (on blocks and modules)” appears not to work. I have “show date” and “show author name” selected but only date shows – https://jazzjournal.co.uk/category/reviews/audio-reviews/

Post count: 500
Mark Gilbert
#334116
Mar 3, 2020 at 1:10 pm

Disabled all plugins, inc. tagdiv Standard Pack and cleared cache. Still stars show but no date. Thanks

Post count: 35449
Calin
#334211
Mar 4, 2020 at 9:18 am

Hi,

Please make a full backup to your website and send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look to this problem. Include a link to this topic in the email.

Thank you!

Post count: 35449
Calin
#334247
Mar 4, 2020 at 11:26 am

Hi,

We made some deep investigations and is look that there is need to be added a second parameter for the get_date() from standard pack, so if you are using a standard post style, you need to go in wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php (loop-single-n.php edit the post styles you are using) and replace this line of code -> https://i.imgur.com/3V3Skly.png
<?php echo $td_mod_single->get_date(false);?>
with this one
<?php echo $td_mod_single->get_date(false, false );?>
-> https://i.imgur.com/7omoEqy.png if you are using the default post style you need to make this change on this file -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php

Thank you!

Post count: 60
Amari
#334555
Mar 6, 2020 at 2:59 am

What about for the other posting styles? Like Loop-single-13 for example?

Post count: 35449
Calin
#334625
Mar 6, 2020 at 11:04 am

Hi Amari_Allah,

On some standard templates as 13 the $td_mod_single->get_date(false);?> need to be set in single_template_13.php -> https://i.imgur.com/EztC4GY.png -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_13.php

Thank you!

Post count: 60
Amari
#334774
Mar 9, 2020 at 3:45 am

Following the examples, I get a fatal error each time. Also, should it be changed to true so that the date does show as opposed to false?

Post count: 35449
Calin
#334875
Mar 9, 2020 at 1:30 pm

Hi,

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.

Thank you!

Post count: 60
Amari
#335417
Mar 12, 2020 at 6:13 pm

The latest update fixed this. Thanks

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.
Amari
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo