- 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
Hi,
In order to do that you need to use custom css
here you can see an example -> https://www.screencast.com/t/sSLrCVNOhS
.single .category-street-fashion .td-post-content a {
color: red;
}
Hope this will help you!
Thanks.
Hi,
I believe a value of 10 is set in this location – https://www.screencast.com/t/sOXriVL574s
That will be the number of loaded posts initially. Then I see the infinite loading is selected for the category, this will load the rest of the posts, that seems to be another 4 posts.
Maybe set that value to 9 or 12 for example, that will produce better results.
Thanks
Hi,
Please as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last replies.
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
https://www.screencast.com/t/Ch5RyyoF
Hope this will help you!
Thank you for your understanding.
I’m pretty sure it’s not a feature in the theme, but I want to add a clickable image that links to another page. It also scrolls with the user as they read the article on a page. For example: https://bit.ly/2RJ0BZW – like the “U.S Free LOcal Quote” seen on this page.
If you could provide advice or signpost me in the right direction that would be greatly appreciated.
Thank you
About a week ago, I noticed that whenever I access my site via mobile or desktop, it first loads the html (you can see the hyperlinks of whatever page is located at the URL) then transitions to the blue background screen that you see when you click the Search bar on mobile, then it loads the page.
I have captured screenshots – best method to share them with you?
I’ve posted examples of both:
https://imgur.com/a/7xMvkgp
Hi,
Please understand that the main functionality of the AMP plugin is to display the posts very quickly on Google’s eye. Basically, when a client in on AMP version, he is not on your website (that’s why your visits were falling down more and more ) and the main goal is to redirect it to your own website. The AMP will have to be viewed as a preview of the posts pages of your website which are delivered by the Google AMP Cache. This is a proxy-based content delivery network for delivering all valid AMP documents. It fetches AMP HTML pages, caches them, and improves page performance automatically. For more information about this case and to better understand the operating system for this plug-in, please check the following useful manual from here -> https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/
As a very good example, please check the official page of Seo Yoast and there you will see that they have not implemented the menu bar on AMP pages, as you can see here -> https://www.screencast.com/t/OfzMGTLPQk
Also, please notice that AMP will work only for pages which were made with simple text and not with some page builder elements.
For more references and for a better understanding of AMP functionality please read the plugin documentation!!!
You should press the Leave a comment button from aMP and the user will be automatically redirected to your original website -> https://www.screencast.com/t/sG5xfpdE
Thanks for your understanding!
Hello,
The back to top button is missing in only mobile. I find this strange because I see the back to top button in PC bu not in mobile.
I am not using AMP or tagdiv’s mobile plugin.
Please advise.
Thank you.
Hi,
You’ll need at add the Akismat to allowed list in speed booster, in order to do that please go in wp-content/plugins/td-speed-booster/td-speed-booster.php and add this code
'akismet/akismet.php',
You can see below an example
https://www.screencast.com/t/5ytsJTA4
Hope this will help you.
Thank you.
It doesn’t look good on my side. It’s is not particularly bad on a normal 1080p screen. But on a retina device for example it is definitely noticeable. I have already tried disabling all plugins (and regenerating all thumbnails during that time) but that doesn’t change anything.
What is the connection with WonderPlugin? I don’t use that plugin.
Any idea why I’m seeing a gap in the Category display here – http://jazzreview.co.uk/category/reviews/? Hit Reviews in menu bar to see what I mean – in the 4th row, columns 2 & 3 are empty. Thanks, Mark
Hello.
Is there a way to customize Links inside the post based on category?
Example: Category = Sports: All links INSIDE the posts will be GREEN. Category = News: All links inside the post will be RED
Thank you
Hi,
In order to have there a feature image please go in Appearance > Widgets and set for example [tagDiv] Block 7 -> https://www.screencast.com/t/yMCpAGSww4pr results -> https://www.screencast.com/t/jqZq9lYLU
The widget you set do not have feature image.
Hope this will help you.
Thanks.
Hi,
The Gossip demo is made with tagDiv Cloud Library, in order to hide the author you’ll need to edit the templates made for Gossip with tagDiv Composer , because those are overriding the settings from theme panel.
In order to edit those templates you need to go in Cloud Templates -> https://www.screencast.com/t/YeAUYOBxmw7g
For example in order to remove the author on posts, you need to edit the Single Cloud Template – Gossip -> https://www.screencast.com/t/KYGhusnpz , now click on author and pres delete after tat click ok, or click right and click delete -> https://www.screencast.com/t/u1VrtDwr26 , build the template how you want, save it and enjoy the results!
Hope this will help you!
Thanks.
how can i use user content restriction on newspaper9 theme?
i mean user permit to only see home page, for other news & blog they need to login & then they need to pay for this. for this i will going to use paypal plugin.
so help me to find content restriction how can i use? give me doc help..& steps detail
Hi,
Ensure that you have respected the below useful guide from here ->
– https://forum.tagdiv.com/system-status-parameters-guide/
Hosting providers can do this for you, most do.
Also, check what PHP version are you using (should be higher than 5.6), check in the theme system status panel for example. There was a similar case before when using an older PHP version caused problems when installing a demo.
The last step if you have made all the above-mentioned changes and the result is the same, is to contact us at the mentioned email address and provide all the necessary information (admin login, FTP access or cPanel if possible). Also, paste a link to this topic so we can identify you.
Thanks
Hi, I contact you because I have this problem with your plugin for managing the AMP.
I tried the quantcast plugin for managing the GDPR and I tried it even without the plugin taking the code from the site.
But now Google tells me that it can not index AMP pages for this problem:
<div class="td-footer-component-wrap"><aside class="td-footer-logo"><amp-img src="http://hdwzone.com/wp-content/uploads/2019/01/Senza-titolo-1-e1547027997363.png" alt="" width="200" height="151" sizes="(min-width: 200px) 200px, 100vw" class="amp-wp-enforced-sizes"></amp-img></aside></div><div class="td-footer-component-wrap"><aside class="td-footer-description"><div class="block-title"><span>CHI SIAMO</span></div><!-- Quantcast Choice. Consent Manager Tag -->
How can I delete that code string from the AMP.
Because both in the editor and on the theme panel I have deleted everything but the string continues to be present
Hi,
You can install that demo with/with out content -> https://www.screencast.com/t/WujAC0eU
Please check the row stretch -> https://www.screencast.com/t/ABItmt7YZi , in order to do that you need to open the page with tagDiv Composer -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Please check our documentation about Logo & Favicon in Newspaper Theme -> https://forum.tagdiv.com/logo-favicon/
“How to get icons in the top menu as seen in the demo.”
https://www.screencast.com/t/5h9aX1a9buXI -> https://www.screencast.com/t/ctmGdqvgg8
“How to get the gradient background color in the top menu as seen in the demo ?”
Please read this topics:
-> https://forum.tagdiv.com/topic/fast-news-newspaper-9-1/
-> https://forum.tagdiv.com/topic/fast-news-demo-header-colour-change/
-> https://forum.tagdiv.com/topic/fast-news-newspaper-9-1-main-menu-problem/
Let me know if you need more help!
Thank you.
On the homepage the thumbnails don’t show up as high-density (retina), but if I click on any of the subcategories in one of the blocks, the thumbnails are sized properly for retina displays.
For example, on this page https://glasair-owners.com the default view shows thumbnails in the first block (Glastar & Sportsman) below the big grid at 324x160px. However, if you click on a subcategory on the homepage, “All” for example, the thumbnails will be shown at 648 x 320 px (scaled to 324 x 160 px).
Also, if I edit the home page with TD composer, all of the thumbnails—including the big grid, are shown as retina-sized in the live preview.
Is this some weird caching issue, or am I overlooking some obscure setting?
Thanks!
Why would my site title show up with no space after my post title in the source code?
Site is called: Autism World News
Post is called: Autism Can Be Cured? Top 11 Ways To An Autism Cure
See Example below:
Post title is: Does Medicaid Cover Autism Therapy
Site Title is: Autistic World News
<head>
<title>Does Medicaid Cover Autism TherapyAutistic World News</title>
<meta charset=”UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
I have installed Newsmag 4.7 after Uninstalling Newsmag WITH Content
then Re-Installing Newsmag 4.7 MINUS Content
PHP 7.1.25
WP version 5.0.3
Status is all good & green
In the Newsmag Admin pages it shows that tagDiv Composer is installed
I even de-installed and re-installed tagDiv Composer after the whole reinstallation of Newsmag with Demo Content to
Newsmag without Content
tagDiv Composer is apparently the latest version
However, when I work in Add Pages the tagDiv Composer button does not show up
When I opened Options to make sure all available editors & plugins are available it doesn’t show me tagDiv Composer as an option to select to make sure it is visible
The tagDiv Video tutorial shows an Add Page environment with the tagDiv Composer Button
My environment does not
However, when WP version 5.0.3 was installed recently it promotes a new Block Composer of its own
–THAT I see
In the WP default lefthand Admin vertical menu “Plugins” does show this there, too —
tagDiv Composer – Create beautiful pages with this custom frontend drag and drop builder.
Version 2.3 | built on 13.12.2018 8:45 | By tagDiv | Visit plugin site
Are there any other reports of tagDiv Composer disappearing on WordPress 5.0.3 or earlier?
I’d like to get this going!
Hi there, I noticed a couple of times that when I looked at the site on mobile the forms don’t show.
Realised it’s the AMP version vs the normal version.
e.g. https://www.mykidstime.com/for-parents/join-us-for-the-mykidstime-21-day-fitness-challenge/amp/
should show the form like so:
https://www.mykidstime.com/for-parents/join-us-for-the-mykidstime-21-day-fitness-challenge/
What can be done about this as we don’t want forms not to show of course. Does the AMP plugin block out the forms?
Thanks
Hi, I am running a travel blog with newspaper theme. After installing newspaper theme on the website, I am facing several speed issues including cache & images.
GTMetrix shows following error-
1- Leverage browser caching
2- Serve scaled images
I checked the forum several times. The cache issue resolves temporarily but the image issue (Serve scaled images) remains same.
Please check to this & tell me how to make this clear.
Hi,
That modification will replace the publish date with the last updated date. If you wish to have both don’t replace the code, add the publish date code below the default code. Just as Bogdan mentioned in another topic.
Like this example for post template 2
– https://www.screencast.com/t/B76LhZOm3
– https://www.screencast.com/t/Isu8pBty6pAw
You can add some more design if needed.
Thanks
hi,
i wanted to use this theme for a fully Chinese content website.
i have turn on the theme panel > translation > load translation to simplified chinese.
and also wp setting > general > language to simplified chinese.
but the site is not entirely translated yet. some default words like for example the comment section and the “previous article” and “next article” and read more section are not translated.
see screen shot here https://drive.google.com/open?id=1lor-OxrVmGE6I_L4LNnXebqy7wGxMUua
please advise how can i translate the entire website into fully chinese language.
thank you.