Hello,
I have two problems-
I cant set any template in template settings. I have an error when trying to access templates. Have a look at screenshot.
I already checked my system info as you mention in your documentation.
https://ibb.co/crCt6Qx
I am not able to open user registration. The membership option in settings as you mention in documentation it is missing in my wordpress. Do i need to download any plugin to start registration?
I found one more problem with theme. Theme is creating unwanted extra pages look at screenshot page url https://www.hindinzone.com/page/39/ . That page has two blocks from homepage. I dont know why that unwanted page is generated. I found it on google search and many more pages like that.
https://ibb.co/wLHMqQS
Undesired pages are too much i tried adding 410 redirect but it is not working. How can i remove them. I found them in search console. Look like this https://hindinzone.com/%7B%7Bpost_cat_link?amp
Suggest me a plugin to delete them or redirect them with 410.
Hi,
1. To can assign a a cloud template, you’ll need first to get it from tagDiv Cloud Library, only after that you’ll be able to assign it -> https://i.imgur.com/DvnBGZz.png -> https://i.imgur.com/1H1RhKR.png
2. Usually the page/39/ ( https://www.hindinzone.com/page/39/ ) is use when you are using a post loop or page template with pagination on your website
3. This is the results of the link -> https://i.imgur.com/irdWuGk.png you can try one of these plugin -> https://blog.hubspot.com/website/10-best-redirect-wordpress-plugins
4. I think that you have a very good score on mobile, if you want you can try mobile theme plugin, is possible to be some improvements, but first please check our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this will help you!
Thank you!
Hi,
I already created templates from cloud library. The problem is that, I cant set these templates in templates settings due to an error. Look at screenshot again.
https://ibb.co/2jCrPZ3 These are 2 templates
https://ibb.co/m0hKHHP Look at error again.
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>
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!
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.
Related to Template settings-
I deactivated ALL plugins except tagDiv plugins but still i can’t set templates due to an error-
https://imgur.com/a/tAfa6UO
Hi,
This is strange, these links has nofollow -> https://i.imgur.com/VCP2z2Q.png so should not be detect/index.
That code is use for live search to provide instant results.
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you!