Hi,
In the documentation there isn’t a guide that contains such information. I could try to help you if you want to know something specific about the theme.
Thanks
Hi,
You could check some pros and cons about using AMP for the website, I found some guides but there are more online
– https://www.searchenginejournal.com/do-i-need-amp/181292/
– https://moz.com/blog/amp-digital-marketing-2018
– https://medium.com/@uistephen/why-not-google-amp-cf1aeb974463
– https://www.entrepreneur.com/article/282003
– https://econsultancy.com/is-it-time-to-have-another-look-at-accelerated-mobile-pages/
Thanks
Does the plugin have a solution to implement it by code, or shortcode? If it does there would be a method to control where the comments appear.
You could also check this topic – https://forum.tagdiv.com/topic/facebook-comments-2/
Maybe the theme will have in the future an implementation for other discussion types, for the moment it uses the default WordPress comments.
We don’t have a guide I could provide you for installing Facebook comments unfortunately. Sorry for the inconvenience.
I am indeed from the theme support.
Thanks
Hi,
At the time of checking all your posts seem to return a 404 error
– https://www.screencast.com/t/mBcfyJpdMJ
If the website resources are loading slow sometimes, or are blocked for some reason (by a robots file for example), there will be warnings or the page in question will be declared not mobile friendly
– https://support.google.com/webmasters/answer/6352293?utm_source=search_console&utm_campaign=sc-mft-test
Some more topics I found and could be useful in this matter
– https://support.google.com/webmasters/answer/6153277?hl=en
– https://kb.yoast.com/kb/fix-blocked-resources-google-search-console/
– https://mor10.com/robots-txt-might-be-ruining-your-mobile-friendly-ranking-with-google/
– https://www.ostraining.com/blog/general/google-mobile-robots/
– https://moz.com/blog/why-all-seos-should-unblock-js-css
Hi,
From what I can see AMP is not active currently on the website. Maybe an AMP plugin was active previously if Google detected it, that would explain it. You can remove those URLs from Google if you don’t want to use AMP
– https://support.google.com/webmasters/answer/1663419?hl=en
– https://support.google.com/websearch/answer/6349986?hl=en
Hi,
Could be insufficient max upload size, max execution time or WP memory, there is a requirements guide you can follow
– https://forum.tagdiv.com/requirements-for-newspaper/
If needed the hosting provider should be able to increase the values of the parameters mentioned there.
Or maybe the same issue from here – https://forums.envato.com/t/wordpress-description-too-much-time-has-passed-without-sending-any-data-for-document/200719
You could also try to install them theme by FTP if possible, as an alternative to installing by WordPress
– https://forum.tagdiv.com/install-via-ftp/
Hi,
The tagDiv composer was introduced in version 8.0, the multi-purpose plugin in version 8.5. Then in version 8.7.5 the multi-purpose plugin was removed as a separate plugin, all it’s features are now included in the tagDiv composer fully.
The latest theme version is 9.1, changelog with new features and modifications here
– https://themeforest.net/item/newspaper/5489609 (bottom of the page)
If you want to install the latest version, simply download the theme package from your themeforest account. This is a guide for updating the theme
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to review the theme requirements guide, there were some modifications and additions
– https://forum.tagdiv.com/requirements-for-newspaper/
As a note, please don’t post login information in the forum, the topics are public for all the theme users. I will edit the post and remove them.
Thanks
Hi,
We are aware of this issue in the theme panel after the latest update. It will be fixed as soon as possible. A temporary solution and a quick-fix would be enter the code provided below in this file (at the end)
– https://www.screencast.com/t/c4g3SycbvA
.td-box-content-wrap {
height: auto!important;
}
Sorry for the inconvenience.
Thanks
Hi,
Maybe the plugin has settings regarding positioning, from the theme you can’t control where exactly the plugin decides to insert it’s content.
So if the plugin appears below the post content, maybe that is where the plugin author intended for it to appear when creating it.
Thanks
Hi,
1. The sidebar widgets should be moved in the inactive sidebar section
– https://www.screencast.com/t/leGAmP4U7la
Uninstalling a demo or installing a different one would be considered like changing the theme I believe. So all the sidebar widgets will be moved in the inactive section, by WordPress, not deleted. Then they have to be re-added in sidebars and the sidebars set again.
2. The menus are reset as well, menus you created won’t be deleted but you will have to set them again from the menu location management setting for example.
3. Only the categories the demo imported will be deleted, along with dummy posts, theme panel settings etc. Uninstalling a demo will remove everything the demo imported, including categories if you installed it with content. Categories you created won’t be removed.
There will be some work to be done when you switch demos, setting sidebars again, the menus etc. I can’t say if something can be done in this matter and stop this from happening.
Thanks
Hi,
The layout for the default post templates (which can be used for CPT) will be according to the sidebar position (left, right, no sidebar).
The width of the actual containers is set in the theme stylesheet in general, not just for the post templates. For example a template with a sidebar
– https://www.screencast.com/t/qQSgnWTMC
– https://www.screencast.com/t/o5UPSqysp
Modifying the values in the stylesheet will have general effects.
The content inside these containers is dependent on these values, changing them may damage the content.
However you could experiment with CSS targeted specifically for the custom post type. The CPT name will be shown as a class on the body. So for example
– https://www.screencast.com/t/TfkXRCmK
Code used in example here
.single-td_book .td-pb-span8.td-main-content {
width: 75.66666667%;
}
.single-td_book .td-pb-span4.td-main-sidebar {
width: 24.333333%;;
}
Thanks
The solution from this topic should still work
– https://forum.tagdiv.com/topic/disable-live-search-function/
Removing that function will disable the live search, you could give it a try. That will also reduce the ajax usage.
I believe there are plans to add an option in the theme for disabling/enabling the ajax live search.
Hi,
The ad box will have a margin bottom by default of 44px
– https://www.screencast.com/t/tnG25Y16
Setting a top padding of 44px would make it even
– https://www.screencast.com/t/fcgtiKUsd
Maybe create a topic in the webmasters tools forum, someone there may have an idea what the problem is in your case
– https://productforums.google.com/forum/#!forum/webmasters
Hi,
You could use a Facebook comments plugin, I haven’t tried any but try to install a few and make tests. Try this one for example
– https://forum.tagdiv.com/topic/facebook-comments-7/
Thanks
Hi,
There are a few somewhat similar topics you could follow, it will require code modifications
– https://forum.tagdiv.com/topic/separate-websitecategory-logo/
– https://forum.tagdiv.com/topic/display-different-logo-on-specific-category/
Maybe something like this will be possible in the future by a setting. There are plans to modify the current functionality of the header styles, possibly the logo.
Thanks
Hi,
Could be an image used by the demo in the theme panel. After installing the demo, go over the theme panel top to bottom and replace demo images with your own.
Be sure to check here – https://www.screencast.com/t/ooaSQxXjmN
Let us know if that solves the mixed content issue.
Thanks
Hi,
That is not possible by a setting, the post templates design is capable of 3 columns of this layout 2/3 +1/3.
For cloud library templates and default post types, the composer can be used to design the templates. This will allow more row layouts
– https://www.screencast.com/t/enAeJEC5Usi
But for the moment these cloud post templates can be used only for default post types. Sorry for the inconvenience.
Thanks
Hi,
So the page keeps loading endlessly in the composer. There are a few suggestions you could try
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/page-error-when-edit-with-td-composer/
These solutions solved similar composer problems.
Also please check to make sure the theme system status is set according to the guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Worth investigating plugins as well, could be a plugin conflict between the composer and one your plugins. Let us know what you find.
Thanks
Hi,
We could take a look, please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.
Thanks
Hi,
A code like this one will remove the border, please give it a try
.td_top_authors .td_mod_wrap,
.td_top_authors .td_mod_wrap:hover {
border: none;
}
Thanks
Hi,
Our AMP plugin does not have a menu at the moment. The design for this plugin is based on the Yoast SEO website with no menu
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
Maybe in the future a menu will be implemented in the plugin, can’t say for sure.
Thanks
Hi,
I believe this height setting among others was introduced in the latest theme update. If it’s missing for you you must be using an older version. Only if you update will the setting be available
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
That code seems to not work as I thought, it also causes the module to be impossible to click on.
I tried some other codes, seems to be quite difficult to do something like this. Maybe you can experiment more with these examples and achieve the result you want.
Hi,
I don’t quite understand the problem you are facing. What parameter are you referring to exactly? Some examples and more details would be helpful if possible.
Thanks