- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Hello @estaths!
1. This request is on our improvement list.
2. Yes, the article subtitles do not work in post grids.
3. In order to have modified date, make sure you select Show date from the Layout tab.
I just test it on the latest version of the theme 11.4.2 and this is working perfectly.
For example: an article is from 11.03 and the modified date is 14.03. So, the modified date 14.03 should be displayed only when the option is on.
Please make sure it is not about cache. Deactivate the cache plugin that you use and see the results.
Thank you!
Hello,
I made a test, and for me works, I set the option for AMP -> https://i.imgur.com/jR2czu9.png and I change the fonts -> https://i.imgur.com/Krw4V63.png and works https://i.imgur.com/O6vK5QI.png.
Thank you!
Hi guys
I tried hard to get good results with WP super cache, but on mobile this solution doesn’t seem to work fine.
So I’m triyng with WP-Rocket which boosts my performance by 15 point on google page speed.
Further optimization could be done with the “remove unused css” feature, but there is a problem with loading some images.
This seem due to a feature in Style.css sheet. Can you help me ?
I paste the solution from wp-rocket support.
thank you in advance
Max
sample page: https://www.massimobasso.com/partire-per-gli-stati-uniti-le-cose-importanti-da-sapere/
—-
I reproduced the problem on my testing environment and found the root cause of the issue.
The issue was caused by Remove Unused CSS feature in WP Rocket, but it is coming from an underlying issue in one of the stylesheets.
This stylesheet: https://www.massimobasso.com/wp-content/themes/Newspaper/style.css?ver=11.4.2 contains an error.
It has a non-valid value width: auto\9;.
Please see the validation error report: https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fwww.massimobasso.com%2Fwp-content%2Fthemes%2FNewspaper%2Fstyle.css%3Fver%3D11.4.2&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en
The \9 is a hack to make the rule only readable by IE8 up to IE11.
This error is negated on the non-cached page. The browser simply removes this non-existing value.
See the screenshot: https://i.imgur.com/NpugXvX.png
When Remove Unused CSS is enabled and the stylesheet is processed, the value is parsed as width: auto; and added to the Used CSS this way. This value is valid and therefore it is preserved by the browser. But the presence of this value breaks the layout.
See the screenshot: https://i.imgur.com/kcnZ97U.png
The solution would be to resolve the underlying error in the https://www.massimobasso.com/wp-content/themes/Newspaper/style.css?ver=11.4.2
stylesheet.
Removing width: auto\9;
line from the CSS stylesheet will resolve the problem for you.
The issue will be back when you update Newspaper theme. You would need to remove the line again.
Hi Bruno Riggs,
Indeed there were a few changes and now you can get the layout that you want from the cloud and you can edit it with tagDiv Composer like you want. For example on posts now you can use single post template .
In case that you still want to us the old functionality, what you need to do is to install the tagDiv Standard pack and those old templates will be display again (the plugin can be installed from Newspaper > Plugins).
I hope this will help you!
Hi,
The newspaper theme do not have any settings for this, but like you said, you can use a seo plugin for this, for example: Configuration guide for News SEO.
Thank you!
I need to use Gutenberg & shortcodes on pages for example: Privacy page, Contact form, Donation form, but when I set page to mobile page… the content doesn’t show on mobile.
How do I set global mobile header & footer, while using Gutenberg & shortcodes on pages?
Regards
Hello I need help to fix my backgrounds because they are super stretched and the quality of the image is so bad. you can see an example here: https://enelspot.com/2022/02/18/ice-breaker-rompe-el-hielo-con-la-nueva-atraccion-de-seaworld-orlando/ My images are 1920px x 1080px.
It doesn’t get the fonts here. That’s exactly the problem.
Also I’m just using the amp version.
I´m using the defaul post template.
Example:
http://teste.brasileiros.com.br/arte/bienais/bienal-de-veneza-2022/
Use the flags below to translate to english, the first character will not be translated?
Can I send the login data to you?
Hi GP_Media,
Do you also used a child theme? Can you please provide a link to the website?
Maybe there are some theme plugins that are not enabled, for example tagDiv Standard Pack (from Newspaper > plugins).
Also, in case that you agree, we can take a close low, for this please make sure that you have a full backup for your website and contact us via email at contact@tagdiv.com and provide wp-admin access. Please include the link of this topic. we’ll check it as soon as possible!
Thank you!
Hello,
That test is quite strict, and it will find issues in almost every website tested, for example – https://blog.codinghorror.com/html-validation-does-it-matter/
Please test for example with other websites or themes.
This test is not considered essential, our theme and basically, most themes are not built in a strict way in order to pass the validation of that test. I believe very few themes and websites overall are built to pass the validation from that test.
Thank you!
Hi all,
I need to add the player live streaming below:
<!– css –>
<link rel=”stylesheet” type=”text/css” href=”https://player.streamshow.it/hosted/assets/video-js/css/player-frame-wrapper.css”/>
<!– iframe –>
<div class=”player-frame-wrapper”>
<iframe src=”https://player.streamshow.it/hosted/unotv.php?autoplay=false&muted=false&posterimage=https://” class=”player-frame” frameborder=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no” mozallowfullscreen webkitallowfullscreen msallowfullscreen oallowfullscreen allowfullscreen allow=”autoplay”></iframe>
<div class=”player-frame-wrapper-ratio”></div>
I’ve created a new page and set the rows + columns and used raw HTML to add the code and saved it.
When I open the page I experienced that the columns are not sided by side, view below:
backend: https://imgur.com/qtFmi3G
Frontend:https://imgur.com/R3yADcy
Also when I want to edit the page again, the error below comes up:
Thanks in advance
Best
Vincenzo
Hello,
For mobile theme +AMP, you can change the fonts from Theme Panel -> Mobile Theme -> Theme Fonts -> Post Content -> https://i.imgur.com/SdAOwE3.png
Thank you!
Where can I change some fonts on my amp pages? like this:> https://prnt.sc/UEngVzIxUiVz
https://www.cepkolik.com/huawei-nova-9-se-tanitildi-fiyati-ve-ozellikleri-497805/?amp=1
– Breadcrumb
– Subtitles
– Comment template
Where can I change some fonts on my amp pages? like this:> https://prnt.sc/UEngVzIxUiVz
https://www.cepkolik.com/huawei-nova-9-se-tanitildi-fiyati-ve-ozellikleri-497805/?amp=1
– Breadcrumb
– Subtitles
– Comment template
Hello @PFN365!
A workaround there to have full text on a category page is to set the excerpt length to a very high number in posts loop for example. Documentation here: https://forum.tagdiv.com/excerpts-introduction/
Hope that helps you!
Thank you!
Hello @pratiek!
It could be a plugin conflict there or something that can interfere in our theme: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/, so please make a test and deactivate ALL plugins except tagDiv ones, also deactivate the cache plugin that you use, and try again.
Enable the sharing feature on mobile theme + AMP from Theme panel -> Mobile
Theme -> Post Settings -> Sharing.
Yes, you’re right they do not appear on AMP. I’ll address this issue to our developers.
Yes, we implemented it in the new update.
Thank you!
Hello,
Please note that if you have mobile pages, amp works only with the mobile theme plugin.
So, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and choose what mobile version you want.
Thank you!
Hi,
1. About the post -> https://i.imgur.com/jWmZAbh.jpg I think that you have set on the homepage the element “homepage post” element -> https://i.imgur.com/5ACgRQE.png > https://i.imgur.com/tJazQ69.jpg remove it from the page and the first post that display the image on the full size will be removed.
2. This situation can appear from more problems.
For example it can be from a plugin conflict, for this you need to make a test using only tagDiv plugins.
Also, this problem can appear only on specific page, or it can be do to a code set in the header or footer (you can test it by setting the default header and footer -> https://i.imgur.com/VVlG7W7.png), in this case what you can do is to use the revisions for that page or cloud template -> https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/
We also made a guide, please check it: When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
If the problem persist, we can take a look at it, make a full backup for your website
and please send us an email at contact@tagdiv.com provide wp-admin access and include the link of this topic. We’ll check it as soon as possible.
Thank you!
Hello, how can I display the full text of every article on my Articles/Blog page?
An example of what I want to create: https://profootballtalk.nbcsports.com/category/rumor-mill/
Is there a block/module or special coding I can implement?
Hello,
I am using Newspaper theme and as I saw it have great mobile views… but, there is so many problems with my website. I turned off now both AMP and mobile theme plugin, but still can not adjust global theme for all posts. Few posts it have good mobile view others not… I really confused. please help me to resolve this problems.
thanks,
Irakli
Hello, team tagDiv.
The copy url button in share section isn’t working for me while logged into my admin dashboard. A button is showing but without the link icon and when I click on it, it just reloads the same page.
As soon as I logout, the icon shows up and it starts working. But there are a few issues—
1.) When logged out, on clicking, the link is indeed copied but the tick mark’s color is white which is almost invisible if the button background color is light.
2.) On amp pages, the button does not show anything. Just empty space. When clicked, same problem, it reloads the page.
3.) Apart from copy url button, the Flipboard share button also doesn’t show anything on amp pages.
Lastly, I just noticed that the WhatsApp and Telegram buttons, unlike before, are showing up on desktop as well. Is this part of the update?
Please help!
I followed the instructions for create a new mobile web page, all run like train on rails…, but when i try to see my web page in my iphone, i get a bad web page, i was try all, nothing works. =(
This is the web…see on desktop and see on amp
Try your self the web…
Hi
http://www.tuxreports.com was updated to 11.4.2 and some of the posts are not loading properly. Do you have any recommendations?
Example:
https://www.tuxreports.com/technology/whatisnew/2022/03/08/apple-march-8-2022-event-31246/
and
Error:
time_ago_txt_pos – Is not mapped in the shortcode that uses this module ( tdb_module_related)
/path/to/tuxreports.com/path/to/plugins/td-composer/legacy/common/wp_booster/td_module.php
Backtrace buttons are available on that page.
Hello,
This can be done in the theme files, but you need to edit the files for the post template that you use.
For example, if you want to edit the post template 1, edit this file -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php or it is the default template edit this file -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php
Please note that any change you make in the theme files after update will be overwritten and you have to make the changes again. Better save the code somewhere and then apply it again after every update. Or you can set them in child-theme, please take a look in the documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!