Hello!
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
We tested our tool on our demos, and we have such great results!
Take a look in this topic because it could help you: https://forum.tagdiv.com/topic/css-analyzer-step-by-step-and-doubts/
Thank you!
Hello,
Please follow our guide: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
For Youtube please check if you have set the Youtube API in Theme Panel -> Social Networks => https://www.screencast.com/t/sJMmQsPfd
Unfortunately, our team is working on the Instagram issue, but you can set the Instagram fixed count with tagDiv Composer => https://www.screencast.com/t/In8UL9Q92n until the issue is resolved.
Also, if the problem persists and you use a plugin cache, then clear all cache and check the results.
Normally without a cache plugin, it should update ones per day, with a cache plugin it can take some more time.
Hope this helps you!
Thank you!
Hi,
Today, our website is too slow. We use GTMETRIX for metrics and the results was bad.
Let’s see: https://prnt.sc/118abce
How can i resolve this case? Are there somethink in Newspaper Theme? Could you help us?
Before the last update, our results was better.
Best Regards.
Hello. My Social Counter isn’t working at http://www.theoddsbreakers.com. It doesn’t update the correct amount of followers and is stuck with numbers from 2020. How do I fix?
Thanks
K
in logo positio appers
” width=”16″ height=”18″/>
up of logo since last update that i iniciate. Please tell me whta i must due
musicatotal.net
in logo positio appers
” width=”16″ height=”18″/>
up of logo since last update that i iniciate. Please tell me whta i must due
I’ve installed the newspaper theme. I tried editing the front page with tagDiv composer, whenever I click the save button no of the updates are saved. I disabled all the plugins except the tagDiv ones but still no luck. I’ve inspected the network activity in the browser and found out “/wp-json/td-composer/save_post?uuid=a29a6079-b4ff-39ee-5970-0c0a51c3e685” returns a 404 status. I’ve not installed any firewall and caching plugin. Here is an image which will help you to understand my problem better.
Image Link: https://drive.google.com/file/d/1ypUOACqXS7WBA8_MQrrSyJSfG1sLS-l8/view?usp=sharing
Project link: https://krayonmag.com
Error Message:
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method.”,
“data”: {
“status”: 404
}
}
HI there,
We are using the newspaper theme (Version: 10.4) with tagdiv mobile, composer, standard pack and official AMP plugins.
We are using mobile + AMP theme in Transitional mode
We would like to customize the template for posts, currently the AMP pages uses the template /wp-content/plugins/td-composer/mobile/single.php
Based on documentation of AMP plugin I added the newspaper-child theme and created a folder called amp in the child theme root and copied the single.php file to this folder renamed it to blog.php and created another copy and renamed to home.php, then added the following filter in the child theme functions.php:
add_filter( 'amp_post_template_file', function ( $template, $template_type, $post ) {
if ( 'page' === $template_type && 'page' === get_option( 'show_on_front' ) ) {
if ( (int) get_option( 'page_on_front' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/home.php';
} elseif ( (int) get_option( 'page_for_posts' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/blog.php';
}
}
return $template;
}, 10, 3 );
However the amp pages still called the posts template single.php from the td-composer plugin!!
I also tried adding the following filter in child theme functions.php:
add_filter( 'amp_post_template_file', function ( $file, $type ) {
if ( 'single' === $type ) {
$file = dirname( __FILE__ ) . '/amp/blog.php';
}
return $file;
}, 10, 3 );
This also doesn’t work.
Please let me know how do I create a custom template for posts only AMP pages without modifying the single.php in the td-composer plugin because when the plugin is updated, my customization will be lost.
Thanks!
Hello!
Try to downgrade the theme version and see if it is a problem from the recent update.
If you will find out it is from the new update, then we should take a look.
You can send an email at contact@tagdiv.com and provide wp-admin, so we can easily investigate this issue. Also paste a link to this topic so we can easily identify you.
Let us know and we will gladly assist you.
Thanks!
Hello,
since the latest update our Stripe for WooCommerce plugin doesn’t work on the checkout page:
the input fields on the checkout page are empty/not working.
When changing the card form to custom form, the fields are gray and not editable.
https://ibb.co/r7J4hCD
https://metropole.at/checkout
The plugin author refers to the td-composer as the issue source:
“You have a Javascript error being triggered by your td-composer plugin.
Uncaught TypeError: Cannot read property ‘indexOf’ of undefined
at HTMLElement.<anonymous>”
https://wordpress.org/support/topic/input-fields-empty-not-working/#post-14294013
Can you help?
Hello,
The mobile theme plugin is created for the mobile version. You can use it even if you have a pro prebuilt website. As you probably know Mobile Theme has the own templates design, and can’t be edited with tagDiv Composer.
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
update: I discovered that it was a malfunction of the plugin that manages the ads following the update.
So it doesn’t depend on update, but implementing it knocked out a plugin..
Hello!
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Thank you!
Hello!
Please try to reinstall TagDiv Composer, also make sure your WordPress and plugins are up to date.
Sometimes, the issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Let us know about your results!
If you use mobile pages, then please edit the mobile page with TagDiv Composer and then you will have the same settings as desktop version.
For more information, please check this article: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hi, two editors of my site have two reports.
The problem is with the metaboxes present in new / edit post.
In one case the “featured video” and “featured audio” metabox are displayed after the article text, under “post settings”.
In another case the “post settings” metabox is displayed on the right bar, before “Featured video”.
Metaboxes are movable on their own column. It is not possible to move a metabox present on the right sidebar, in the left column (under the post text).
This problem is only present with your theme’s metaboxes and some specific users. Even after you clear your browser cache (or in incognito mode).
This problem occurred after the last update of your 10.4 theme. In the previous version I never had this problem.
I currently use WordPress version 5.6.2 (5.7 has a problem with authors, known to wp developers).
How can I solve?
Have you had similar reports?
Thank you
ok thank you for the update
Hello!
Then you should update the theme also.
First of all, please make sure you have a backup done and then you can update the theme and the TagDiv plugins also.
Please take a look for this advice before updating: https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/
I recommend you to make a backup and update plugins and the theme via file transfer, so that you don’t face any error: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
I reinstalled TagDiv Composer and it fixed some of the random pages, but the problem is still there on all profile pages. TagDiv Composer is also causing an issue with our interactive map https://travelingsession.com/interactive-map/my-traveling-sessions/. It’s causing the map to lock into one place and you can’t move the map around. I’m checking for a conflicting plugin, I think these issues a from a recent update and not a new plugin.
Any ETA?
We are currently undergoing a design overhaul and need to decide to whether wait for the update or move on.
Thanks!
Hello,
Normally it should update automatically, but if you have a cache plugin on the server, clear all cache(also from your browser) and try again. Now for looks like this => https://www.screencast.com/t/gCj0oEv6m0d -> https://www.screencast.com/t/CKnpMNh6ag
Thank you!
Hello. Updating Newspaper messed up all my work. My design is broken. Templates are no longer taken into consideration.
Since we updated to version 10.4 and updated all the plugins, our cloud template pages, we cannot add or modify anything.
when activating the debug we see that when editing the page with
tagDiv Composer gets the error Undefined index: social_rel in /var/www/vhosts/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php on line 954, any change is impossible the editor crashes.
We have increased the resources for the correct operation as specified in the version update
Yes, I’m talking about a post template. This kind of filter editing would be very usefull.
I hope you’ll consider it for future updates.
Enzo
Hello,
Please make sure that the update procedure is done correctly: https://forum.tagdiv.com/how-to-update-the-theme-2/
Also, for the shortcodes, you need to have the tagDiv Standard Pack plugin activate.
Thank you!
Please help!!
When I share the articles on Social Media, Feature Image doesn’t show. (It’s happened after I update Newspaper Theme to version 10.4)
How can I fix it?