- 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
Hi Vlad,
Thank you for your answers. I have broken down my follow up questions separately for ease of understanding.
1 and 2. In my WordPress dashboard, I went to Pages > Home — Front Page > tagDiv Composer
But I cannot access the top menu, there’s no option for me to click and edit it. Where do I go to access and edit the top menu? https://imgur.com/dnezh3n
3. A) So if I have the mobile theme installed then the top menu and footer is black by default no matter which demo theme I install?
3. B) If I have the mobile theme installed then my website will run much faster compared to not having it installed?
3. C) To clarify my understanding, if I have the mobile theme installed then I cannot do much editing or customization to the mobile design?
4. To clarify, you would recommend that I should only do edits and customization through the tagDiv Composer, and not do them through the Theme panel?
5. A) In Appearance > Menus, How do I change the name of the menu buttons? For example, if I want to change “Tech” to “Money”. Is there a way to change it without touching the code? https://imgur.com/lQIW7ut
5. B) How do I change the menu icons in the Menu section? And where can I find other icons that are available to choose from? https://imgur.com/Gbmg7mv
6. Thank you – done
7. Instead of providing links to images, how can I embed images on these forum threads like how you did for answer 3 above?
Thank you for your help!
Related to above code-
Follow my steps- Visit https://hindinzone.com/how-to/?amp
-Open Source Code and Search for {{post_url}}?amp click on it
-A page with 404 error will open. I want to know why this link is generating by theme?
This 404 page is bad for SEO. I found 40 pages like this giving 404.
i investigated further and found that this 404 page has a canonical link.
<link rel="canonical" href="https://hindinzone.com/how-to/%7B%7Bpost_url/">
I just want to remove that unusual link from my amp pages.
Hi;
1. Newspaper internal AMP plugin is not activated. Press activation and return to blank page. how can I provide a solution
2. A category comes out in the mega menu and I could not find why I could not find it in the settings.
web site url: https://baskamecra.com/
Hi,
“This theme doesn’t have a lateral or vertical header, right?” you can use the cloud header to from tagDiv Cloud Library and it can be edited with tagDiv Composer here you can see the type of headers that you can achieve -> https://demo.tagdiv.com/select_demo/select_demo_newspaper?utm_source=live_preview&utm_medium=click&utm_campaign=demos&utm_content=demos_button#demos
For text protect you can use a custom javascript or a plugin:
8 Best WordPress Content Protection Plugin 2020 -> https://justfreewpthemes.com/8-best-wordpress-content-protection-plugin-2019/
How to Disable Right Click in WordPress
Hope this will help you!
Thank you!
Hi,
Unfortunately your screenshots are not working -> https://i.imgur.com/e0BNvDR.png
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Then you test an amp posts/page category you can test it by setting the “/?amp” parameter in url -> https://i.imgur.com/74lOoVi.png also on google amp results will look like this -> https://i.imgur.com/Qs5itbb.png
Also the above code is present in wp-content/plugins/td-composer/mobile/header-amp.php the above code is use to get the post and execute the queries that are need on it.
Thank you!
Hi
My website http://www.famousghana.com uses Newspaper X theme bought on themeforest.net
My problem is, any time I create a new page with the tagdiv composer, the page is not responsive with mobile although I enables AMP for the page.
Please help me out. Thanks
Hello !
Please make sure that you are following the AMP process as you can see here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hi,
You can use the amp option, that mean’s that the mobile template will apply only on amp version, this should solved the problem with the amp posts/pages, but you’ll need to re-index your pages/posts on google.
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache plugin, this is a free plugin an tested with our theme, also we have a guide for the settings you should do -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate theme and make a test.
Thank you!
Hi
When i am sharing any blog post to my social media account like facebook & twitter, post image/featured image is not picked up on my social media account & it is not displaying any image on my social media post sharing. kindly help. blog is http://www.gstsiteindia.com
Hi team,
Earlier i use to change the customer title & open graph accordingly in my older theme but since the time i have migrated to newspaper whatever i am adding in the header.php it is not visible despite it is still taking the values from somewhere else can you please help me on priority ?
Hi,
If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).
Thank you!
Hi,
For this you can use the mobile theme plugin with amp plugin and choose the option how you want to use the mobile theme (mobile + amp or only amp -> https://i.imgur.com/m9udZNy.png), after that the ads that you set in theme panel> mobile theme > mobile ads will be display on amp too -> https://i.imgur.com/TitkAaL.png also there is a section for auto amp ads too -> https://i.imgur.com/IiUFQ36.png
Hope this will help you!
Hi guys,
Could you please explain me how to use the post Filters?
https://imgur.com/Q4WTpl3
In the following example, I would like to choose the articles I want to display and choose the order as well:
https://imgur.com/aCce1X4
Thank you in advance.
My WordPress is installed at https://example.com/news/, I would like to display the latest posts at https://example.com/. Why is the size of each feature image thumbnail different? I have set the thumbnail image size to 320 * 240 in setting – > media > – thumbnail size
My code is as follows.
<?php
define(‘WP_USE_THEMES’, false);
require(‘news/wp-load.php’);
?>
<?php
query_posts(‘showposts=10’);
while (have_posts()): the_post();
?>
<div class=”blog_item”>
<div class=”summary”>
<p class=”blog_title”>“><?php echo mb_strimwidth(strip_tags(apply_filters(‘the_title’, $post->post_title)), 0, 200,” “); ?></p>
<div class=”blog_stats”>
<span><i class=”fa fa-user”></i><b class=”text”>Posted By:</b> <b class=”hl”><?php the_author(); ?></b></span>
<span><i class=”fa fa-clock-o”></i><b class=”text”>Published:</b> <b class=”hl”><?php the_time(‘Y-m-d’); ?> </b></span>
<span><i class=”fa fa-eye”></i><b class=”text”>Times Read:</b> <b class=”hl”>149</b></span>
<span><i class=”fa fa-comments”></i><b class=”text”>Comments</b> <b class=”hl”><?php comments_number(‘0′,’1′,’%’) ?></b></span>
</div>
<div class=”image”>“>
<?php the_post_thumbnail(‘thumbnail’); ?>
Here is the screenshot https://snipboard.io/LfSZ0y.jpg
I’m trying to find out at Google. Some posts say it’s related to the theme you use
How can I customize this page? It is created by MailPoet maillist plugin when unsubscribing user.
At least I need to make it fully blank with message only. Please help.
Hi, am looking for a way to shows ads between articles.. ads only show on the header in am.
When clicking to featured images of products, it loads the image and left the product page. I have searched and tried adding these codes into funtions.php (I hope this is the correct way to fix):

However, when clicking the image, the image pops up behind the header sections and blocked by the header & menu bar.

Is there a way to make it show at full screen like this?

Site: https://shop.seablue.hk
Thank you!
I want to know more about the code included below.
In every category page of Mobile Theme AMP version. This code is creating a 404 page url ending with
/category_name/%7B%7Bpost_cat_link?amp
Almost my every category page in AMP version has this unwanted 404 page link.
<template type=”amp-mustache”>
<h5 data-amp-original-style=”color: white” class=”amp-wp-b371fd6″>Here are the results for the search: <span data-amp-original-style=”font-weight: bold; font-style: italic;” class=”amp-wp-dffa517″>”{{td_search_query}}”</span></h5>
<div id=”td-aj-search”>
<div class=”td-aj-search-results”>
{{^td_query_posts}}
<h5 data-amp-original-style=”color: white” class=”amp-wp-b371fd6″>No results!</h5>
{{/td_query_posts}}
{{#td_query_posts}}
<div class=”td_module_mob_1 td_module_wrap td-animation-stack”>
<div class=”td-module-thumb”>
<amp-img src=”{{post_thumb_url}}” class=”entry-thumb” alt=”{{ title }}” width=”265″ height=”198″ layout=”responsive” title=”{{ post_thumb_title }}”>
</amp-img>
</div>
<div class=”item-details”>
<h3 class=”entry-title td-module-title”>
{{post_title}}
</h3>
<div class=”td-module-meta-info”>
{{post_cat_name}}
<span class=”td-post-date”>
<time class=”entry-date updated td-module-date” datetime=”{{post_date_unix}}”>{{post_date}}</time>
</span>
</div>
</div>
</div>
{{/td_query_posts}}
</div>
<div class=”result-msg”>
View all results
</div>
</div>
</template>
https://angindianews.com/?amp not working plz help me
The error comes when I check the website https://validator.ampproject.org/#url=https%3A%2F%2Fangindianews.com%2F
Hi,
The Big grid 3 module has very large text size. Where can i reduce the font size?
I’m using the WPBakery builder.
Thanks
Hi rohu2187,
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache plugin, this is a free plugin an tested with our theme, also we have a guide for the settings you should do -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate theme and make a test.
Also using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version on mobile theme -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Thank you!
Hi,
If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).
Thank you!
How to remove unused code in my website
For example- unused CSS, Script, https://www.youtube.com/iframe_api, https://s.ytimg.com/yts/jsbin/www-widgetapi-vflcS5aan/www-widgetapi.js
how to remove unused all code…
sir your providing link from another question I follow this step but not showing result in developer tool:-
please Solve it
My Website link:-
https://shayaristar.com/
Also, I meant only 125 posts are indexed as AMP content, not pages, sorry. Please, read ‘posts’ wherever I wrote ‘pages’.
Hi,
This should work, just make sure that the child theme is activate and all the files required in top-widget.php, for example set the all files from header in child theme and check the results.
Thank you!