ARE YOU SERIOUS ??????????????????????????????????????
-
This reply was modified 2 years by
mdz.
But we enabled it in “Newspaper Theme Panel” -> “Layout Settings” -> “Post settings” -> “General post settings”, as it was disabled here, and now 24h and 48h views are working again.
So – you changed something with this setting after v12.4?
When we tried to use Newspaper, we turned it off, because we needed to count how many times the page has been viewed, but the page itself does not show how many views the particular page has. It didn’t help (we did it with css -> .tdb_single_post_views { display: none !important; }, because according to the description it only applies to the [shortcode] setting, but it remained turned off for us and was turned off all the time.
I really hope that it is “at last” 😀
Helllo!
In Newspaper Theme Panel -> Layout Settings -> Post settings -> We don’t have a “Post and Custom Post Types” section:
Other 2 settings are the same (enabled)
Looks like we were happy too soon.
After upgrading from 12.4 to 12.6.3 “Popular” does not work.
We use Popular 24h and Popular 48h and it says – No posts because there is no data. If we switch to “Popular” 7d, it works, but only for now, because when 7 days have passed after the update, it will no longer work because there will be no data.
We thought it was working because everything showed up, but it only showed up because previous data for 24 and 48 hours was available.
And now we are forced to roll back to the 12.4 version again, which we don’t like at all, because updating production versions is not always a painless process.
Damn …
And what do developers do??? This problem has NOT been FIXED for 9 months!!!
And I couldn’t figure out why this address shows a blank page, even though I’ve seen this link many times in the official documentation and there is a lot of scource code in this page:
https://forum.tagdiv.com/article-ads/
It turns out that if “Ad-Block” is turned on, then it shows a blank page 😀
-
This reply was modified 2 years by
mdz.
Hi,
Yes, it helped. Thank you!
Question: Why are the “Theme panel” -> “ADS” -> “Article top/inline/bottom ad” fields needed?
Hello!
When the fix will be available.
For now we are stuck with version 12.4 …. and can’t upgrade Newspaper Template.
Thank you for your answer.
Hello!
By “Auto-Ads” I mean NEWSPAPER Auto-Ads, not Google-AutoAds.
We have created 3 “In-article ads” and we want that NewsPaper Template automatically add these ads to the article – with “ARTICLE TOP AD”, “ARTICLE INLINE AD” and “ARTICLE BOTTOM AD”.
But when we placed that code in the Theme Panel – ads are not displayed.
How to debug that?
Screenshot: https://i.imgur.com/BpKAjXm.png
-
This reply was modified 2 years by
mdz.
We had to rollback to Version: 12.4
As far as I know, Newspaper 12.4 version was released in May 2023
So you haven’t been able to fix this functionality in 5 months? Do I understand correctly?
Hello!
When this next release with fix will be available?
Hello!
Newspaper
Version 12.6
Release date: September 18th, 2023
Is it fixed in this release?
Bogdan – is it possible to download all 8.x releases ?
We have cutom modifications in php files and updating via svn …
thx!
For me Weather Widget is ok.
Can you paste FULL error message ?
Which line – 238 or 483 ???
CHANGES: 8.11->8.2
Files changed:
- /style.css
- /includes/td-config.php
- /includes/wp_booster/td_js_generator.php
- /includes/wp_booster/td_weather.php
- /includes/wp_booster/wp-admin/css/wp-admin.css
- /includes/wp_booster/wp-admin/css/wp-panels/demo.less
- /includes/wp_booster/wp-admin/panel/views/td_panel_header.php
- /js/tadiv_theme.min.js
- /js/tadiv_theme.js
- /parts/header/top-menu.php
DETAILED CHANGES: see – https://pastebin.com/t1NgGYTs
CHANGES: 8.1->8.11
Files changed:
- /style.php
- /includes/td-config.php
- /includes/wp_booster/td_ajax.php
- /mobile/includes/td_ajax_mob.php
- + /includes/plugins/js_composer.zip
/style.php
5c5
< Version: 8.1
—
> Version: 8.1.1
/includes/td-config.php
7c7
< define(“TD_THEME_VERSION”, “8.1”);
—
> define(“TD_THEME_VERSION”, “8.1.1”);
/includes/wp_booster/td_ajax.php
208c208
< $td_string = $_POST[‘td_string’];
—
> $td_string = esc_html($_POST[‘td_string’]);
/mobile/includes/td_ajax_mob.php
13c13
< $td_string = $_POST[‘td_string’];
—
> $td_string = esc_html($_POST[‘td_string’]);
-
This reply was modified 8 years by
mdz.
Thx!
Yeah – my bad 🙂
Sorry about wrong file path.
It is: /Newspaper/includes/wp_booster/comments.php
There are is a lot of translated text from THEME PANEL.
f.e.:
<?php echo __td('Your comment is awaiting moderation', TD_THEME_NAME); ?>
'reply_text' => __td('Reply', TD_THEME_NAME),
'login_text' => __td('Log in to leave a comment', TD_THEME_NAME)
So, i think there is no problems to translate also ‘at’:
<time pubdate=”<?php echo $td_article_date_unix ?>”><?php comment_date() ?> <?php __td('at', TD_THEME_NAME);?> <?php comment_time() ?></time>
TY!
When you edit tag in the admin, there is a WYSIWYG editor, where you can put tag description and in that description it is possible to write not only text, but insert also the image.
If that image have caption – that shortcode is not rendered.
- Example with text: https://www.knz.lv/atslegvards/operacija-tokija/
- Example with image: https://www.knz.lv/atslegvards/egils-helmanis/
Thanks!
Will check!
Hello,
Phrase “at” must be translated. In our language we don’t use something like “at”, so i must edit comments.php and delete that phrase and remember that after update i must do the same … Also “at” is in English …
If we can translate that phrase, then there is no problems after update.
Hi!
The same here.
We have multisite – with old sites all is ok, just installed new one and “Weather API error” …
Hope you will fix that soon 😉
-
This reply was modified 8 years by
mdz.
Simion – and what about popular categories (.td_block_popular_categories li a) – to change css for that block, we also need to put css code in custom css – but thats not good, because when page is loaded it first render default font and after that render cuustom css …
I think that box css also must be configured via THEME PANEL font settings.
What u think ?
-
This reply was modified 8 years by
mdz.