- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Hi,
I have received an e-mail about New Coverage issue detected for site https://maewmo.com/ from Search Google Console Team
Issue of type Coverage.
Top Errors (5 maximum)
Coverage issue:
Coverage > Server error (5xx)
https://maewmo.com/wp-content/themes/Newspaper
Please advice.
Thanks & Regards,
Hi,
The latest articles has options for what you mention – https://forum.tagdiv.com/page-templates-2/
But there is currently an issue, the settings for it do not appear as they should when the template is selected
– https://forum.tagdiv.com/topic/cant-edit-some-sections-with-tagdiv-composer/
This issue will be solved in the next theme update, sorry for this inconvenience.
You could also use a post loop element in the page, the loop is similar to the latest articles section. Some loop examples you can preview and even edit here
– https://affiliate.tagdiv.com/#/load/Blocks
These can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
If you use a loop you can select the default page template instead of the latest articles template.
Thanks
Hi, I’ve installed WordPress Mobile theme plugin was not compatible with the newspaper version because it said that it was disabled. It gives me this error
Sample:
PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Mobile Theme
For update please check our
Hi,
I’m using the tag div AMP plugin. All of sudden today I got a warning from Google, stating that “Image size smaller than recommended size” for all my AMP pages.
hi~ simchris
Thanks for answers
Newsmag or Newspaper theme amp page https???
AMP requires https …
Is there a way to manually sort posts in a block? For example, on my homepage, I’d like to manually choose the three posts that appear in the first block *and* their order, so they also appear exactly where I want in the block…first post more important, so it appears in the left 50% of the block, etc.
(And I would want to change it often, to highlight exactly the posts I want, in the order I want.)
Is there some way to accomplish this? I was hoping maybe there’s a “weight”-type parameter for posts that I could rank by, or create a custom field called “post weight” or “post rank.” Then, I could set all posts to value “4”, but set it to “1” “2” and “3” for the posts I want to feature, in order at any given time. Or something like that.
Sorting by popularity, recent, etc., doesn’t help…and I gather that sorting by “featured” will sort the featured posts secondly by length or random or something.
Hi Guys,
Are there any plans to include the TD Composer on the Tag pages? Would love to have more control on the look and feel of individual tags. I have a football news website and would love to see how I could have different tag pages for clubs, players and leagues for example 🙂
Cheers for an answer
Hello,
Could you please provide me with an update regarding the AMP pages and the compatibility of the new Gutenberg editor?
Will pages created with Gutenberg editor also be AMP ready?
Regards,
Richard
Please read this.
New AMP issue detected:
Image size smaller than recommended size.
Note: After updating theme this problem was found. all warning page is an old post. Thank you.
Hi,
I just noticed I that comments are accumulating on my site, but no one has made any actual comments. They have been generated automatically from me adding posts, or links – or something. Here’s an example:
https://blockchaintrailblazers.com/5-amazingly-simple-ways-to-improve-blockchain-usability/#comment-76
Do you have any idea what’s going on?
And is there a way to turn comments on or off for pages, post or categories – in the Theme Panel?
Thanks.
Hello team,
Google just sent a notice saying that my AMP pages have an error.
I use the AMP version of the theme (tagdiv AMP plugin) and nothing like it has ever happened to me.
The error is also very strange “Image size is less than recommended”.
You know what might be going on?
Some url with this error:
https://bit.ly/2RqKUHr
https://bit.ly/2srpBXh
and 124 url more
I am aware. But it’s not doing that. It shows the same low resolution file on an iPhone X, iPad Air, Galaxy 9 and MacBook with retina screen as it does on a standard 1080p screen. As I described in the original post it does load the correct file when scrolled down. As I said; it seems the theme is not recognizing it should load the retina files. It used to show the correct files without any problems. Without any changes to for example plugins it stopped doing that. For as far as I can trace it changed after an update to the theme.
-
This reply was modified 7 years by
EnzioArdesch.
Hi,
Notice that the fusion builder, layer slider WP is not tested with the theme and also, we cannot say for sure if it will work as expected with the theme, sorry! If you want to affect the page, category page, and post page, you need to edit the theme’s core files corresponding for each other. For the post page, if you are using the post template style 1, as an example, you need to edit the loop-single-1, for page default template, need to edit the page.php and category template according to your category used by you.
Thanks for your understanding!
http://insuguid.com/
http://carloansinfor.com/
Android Phone Confirm…
1) Check mobile screen
2) amp page invisible
It is frustrating
I want a clear answer.
Hallo Tagdiv,
Im an old fan of Newsmag & Newspaper, im testing Newsmag with Php 7.2 & setup all requirements needed but Tagdiv Composer still spinning when im creating new page (https://youtu.be/CEWFbmPKU08).
Hi,
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.
-
This reply was modified 7 years by
Calin.
Hi,
The image clickable you can achieve by setting a link on image, example using tagDiv Composer -> https://www.screencast.com/t/IZ8HJhubw1dI
The “U.S Free LOcal Quote” can be set with some plugins.
Thank you for your understanding.
Yes I am aware off that documentation, and have had that enabled since I published the site. The retina files exist on the server but are not being loaded. For example; the big image (MX9) of the Big Grid loads the regular sized 741×486 image. Instead, it should load the 1482×972 image. Simply changing the source url in a HTML inspector shows the right image. (The same happens in the tagDiv composer.) It would seem that that theme is not recognizing it should load the retina files.
Hi,
If you use the classic editor it would be in the same spot, if enabled in the screen options
– http://prntscr.com/m7dvlp
If you use Gutenberg it should still be there if enabled in the options
– http://prntscr.com/m7dvz3
So in both cases it should be available. Are you using the latest theme version and WordPress? If you use for example the latest WordPress and and older theme there could be problems. The theme works properly with WordPress 5 and Gutenberg only starting from version 9.2, the changelog can be seen at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
Thanks
Hi,
I do not understand wary wall on witch functionality like “the scroll to top button” are you referring to, may be to something like Smart sidebar -> https://forum.tagdiv.com/smart-sidebar-2/ or making column to be sticky with tagDiv Composer -> https://www.screencast.com/t/6o7K3uBRr
Please provide some more details and some examples if is possible.
Thank you for your understanding.
Hi,
The wp-options table is where all the theme and all the plugin data are kept. From what I know for example after uninstalling plugins, changing themes, the data they saved there will not be removed in most cases. So it may end up being very big indeed.
You could check some optimization guides for the wp-options
– https://kinsta.com/knowledgebase/wp-options-autoloaded-data/
– https://www.webhostinghero.com/blog/how-to-cleanup-the-wp-options-table-in-wordpress/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
Be sure to make a backup before making any modifications to the database, just to be safe.
Thanks
Hi,
I have checked your website on AMP and the post page seems to returns good results as you can see here -> https://www.screencast.com/t/wl4DV430wn
Thanks.
Hi,
The composer doesn’t have elements or settings specifically for tables. You could create the table using online table generators, there are plenty of them
– https://www.tablesgenerator.com/html_tables
After the table is created, enter it in a column text for example or text with title
– https://www.screencast.com/t/xa9aedEce
This would be the way to insert a table in a page built with the tagDiv composer.
Thanks
Hi,
Some examples would be very helpful, for a better understanding of what is happening. You mean that changing the page template has no effect on the page itself?
These have to be set individually for each page, changing the template for one page will not affect the others
– https://forum.tagdiv.com/page-templates-2/
Thanks