- NewspapertagDiv AMP Plugin Tutorial
- 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
- NewspaperAutoptimize Plugin – install and configuration
Hello Maria!
Unfortunately, we cannot offer any preferential discounts for buying the Newspaper theme. I’m sorry! You can subscribe to our newsletter to hear about future discount campaigns – https://bit.ly/2WJ2Opv. Thank you so much for understanding.
Have a lovely day ahead!
Hello @rickyrt !
This is not AMP, but the mobile theme which has the same layout.
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use the mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Thank you!
I use the snippets plug in to run code and not modify functions.php
Just for reference since is the code that should append.
add_filter( ‘pre_get_posts’, ‘add_sby_videos’ );
function add_sby_videos( $query ) {
if ( is_home() && $query->is_main_query() )
$query->set( ‘post_type’, array( ‘post’, ‘sby_videos’ ) );
return $query;
}
@bettina but I wasn’t using a caching plugin at the time this error started. I am now using WP Supercache with the recommend settings.
I have had to turn off AMP on the homepage because there seems no solution to the error.
But this problem is now intermittently happening on other pages showing AMP on desktop.
https://livingunrefined.com/100-crazy-things-to-do-before-you-die/
If it is a caching problem – what is the solution?
Hello @elly!
Use only the mobile, so you won’t have other pages with amp. Uninstall the AMP plugin.
Thank you!
ok dear what i select for better result for SEO between Mobile – Mobile+Amp – AMP
Hello @elly!
The AMP plugin creates this kind of pages: https://styleyoudo.com/exploring-the-art-of-lip-art-creative-expression-for-your-pout/?amp=1
I suggest you do not use it anymore.
Thank you!
There are duplicate titles on your website between AMP pages and original url for example
https://styleyoudo.com/exploring-the-art-of-lip-art-creative-expression-for-your-pout/?amp=1
and
https://styleyoudo.com/exploring-the-art-of-lip-art-creative-expression-for-your-pout/
what fix that and i use both theme AMP and mobile
I added;
//Add Products to Category
function custom_post_type_cat_filter($query) {
if ( !is_admin() && $query->is_main_query() ) {
if ($query->is_category()) {
$query->set( 'post_type', array( 'product' ) );
}
}
}
add_action('pre_get_posts','custom_post_type_cat_filter');
and still can’t quite get it to filter.
Hello, I am having trouble getting the modules to recognize filters from WooCommerce taxonomies.
https://core-security.com/techservices/ will display the products and the filters on the left side work because their url is: ?tdb_tax_pa_brand=core
but the taxonomies within the module when clicked don’t work: ?taxonomy=pa_key-features&term=nda-compliance
Please assist.
Thank you!
I have the following TD Composer plugin error on the Envira Gallery pages but no on the Posts.
I have attached screenshots – |
|
Can you resolve this please?
Hello @manjunatha !
From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Unfortunately, you can not customize the amp pages so easily, because there are not so many settings and the AMP plugin that you use should be compatible with those features.
Use this CSS code:
a, .td-post-author-name a, .td-post-content blockquote p {
color: black;
}
Try to change the Accent color from Theme Panel -> Theme Color -> General Theme color -> https://i.imgur.com/gvoN3sh.png
Thank you!
its doing it again, this time i have pasted the screenshot below. No erros in the debug file
Also intermittent problems with AMP pages being displayed on desktop
Hello, I’m currently exploring methods to improve the visibility of internal and external links within AMP pages. Additionally, I’m seeking recommendations for changing the font color of the author’s name. You can find the specific page I’m referring to at this link:
https://mindfulcells.com/2023/08/unleashing-the-power-within-a-patients-guide-to-car-t-therapy/?amp=1
Here are the issues I’m facing:
1. Yoast Table of Contents: I have integrated the Yoast table of contents into the post. However, I am unable to locate the settings to change the color.
2. External Links: The color of external links is currently set to white, making them difficult to distinguish.
3. Author Name Font Color: I would also like to modify the font color of the author’s name.
Your assistance in resolving these issues is greatly appreciated.
Suddenly Chrome inspect element shows an error:
x Uncaught ReferenceError: tdBlock is not defined
at data:text/javascript;base64,dmFy…KQ==:1:18
x Uncaught SyntaxError: “undefined” is not valid JSON
at JSON.parse (<anonymous>)
at data:text/javascript;base64…0pKQ==:1:17
x Uncaught ReferenceError: tdBlock is not defined
at data:text/javascript;base64…fNzEp:1:18
x Uncaught SyntaxError: “undefined” is not valid JSON
at JSON.parse (<anonymous>)
at data:text/javascript;base64,dmFy…iOiExfSkp:1:17
I couldn’t found solution to this error. I am using lightspeed plugin enabling CSS & JS optimization. Please help to resolve the issue.
URL: https://news.cbshop.in/company-secretary-career-in-india-points-bought-to-know/
https://madeinkoreanews.com/exhibitions
I set a page/post with 3 blocks, Top/Mid and Bottom.
I tried to relocate the Bottom to mid-page by click&move with a mouse, but failed.
Any better way to relocate positions of blocks in a page?
Hello @hubcreativephil !
Edit the homepage with the Tagdiv Composer, click on that element and delete it.
You can delete any element from the whole page. For example: https://prnt.sc/xhWrkQ7GWhGR
Thank you!
Hello @rickyrt !
I recommend you to use this plugin: https://wordpress.org/plugins/imagify/
I suggest you do not use AMP without mobile theme plugin.
Thank you!
Hi, this is all I got from the error log:
[31-Aug-2023 22:02:30 UTC] PHP Notice: Function amp_is_available was called incorrectly. amp_is_available() (or amp_is_request(), formerly is_amp_endpoint()) was called too early and so it will not work properly. WordPress is currently doing the shutdown hook. Calling this function before the wp action means it will not have access to WP_Query and the queried object to determine if it is an AMP response, thus neither the amp_skip_post() filter nor the AMP enabled toggle will be considered. It appears the plugin with slug webp-express is responsible; please contact the author. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /home/livingun/public_html/wp-includes/functions.php on line 5905
I have disable views and comment count in global settings yet the icons are still there on the posts …. how do I remove these icon from all post at once
https://onemediarelated.com/marketing/icc-mastercard-cricket-worldcup-2023/
while browsing through the link above you can see those counts in the line where author name (one media related ) is displayed.
I don’t have any extra code on the site, aside from what you’ve given me. All the images are also full images. The missing space is the same for every image, and not just on this page. This happens every time I create a media & text page, for all images on mobile. Any ideas? It doesn’t seem logical to have to input CSS code every time we create a new page with media & text blocks. Thanks!
Hello!
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use the mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Thank you!
Hello @yourcryptowriter!
Yes, it is the default style of menu. The social icons from the mobile menu are coming from the Theme Panel -> Social/Apis -> Social Networks -> https://i.imgur.com/kKYIECB.png remove/edit them after your needs.
You can build a menu like this: https://forum.tagdiv.com/modal-popup/ -> example: https://demo.tagdiv.com/newspaper_chained_news_pro/
Thank you!
Hi,
With the svg code you shared also I’m facing the same issue. The link is opening when I click anywere on the column where svg icon is present.
Here is the sample link: https://simplytamil.com/simbus-new-movie-is-vijay-movie-remake-netizens-trolls/
-
This reply was modified 2 years by
Satheeshraj.


I was only able to edit the Social icons on desktop, i wasn’t able to edit it on Mobile with the composer.