- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also make sure that you are using https not http.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hi,
Most probably that is a page not a category page, also 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!
I just updated and I need to knock these errors out:
NOTICE: wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_video.php:226 – unserialize(): Error at offset 0 of 140865 bytes
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/td-standard-pack/Newspaper/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, tdc_zone->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_row->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_column->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, td_flex_block_1->render, td_flex_block_1->inner, td_module_flex_1->render, td_module->get_video_duration, td_video_support::get_video_duration, td_remote_video::api_get_videos_info, td_remote_video::vimeo_api_get_videos_info, unserialize
Hi Calin,
I cant make it work. I defenately have the child theme activated since I hace modifications in function.php that work properly. So regarding the files I want to change
the following file
wp-content\plugins\td-composer\legacy\Newspaper\parts\header\td-login-modal.php
So I create my file under
wp-content\themes\Newspaper-child\parts\header\td-login-modal.php
Modifying the file in my child theme doesn;t have any affect. I can see my changes only when I modify the original file.
Do I need to copy the whole parts/ folder or just the files I want to modify?
What happens if I do modifications to the templates from the Theme Panel inside wp-admin?
Thanks
Can I use the same code for this font and where I can find it in the Desktop-Version:
wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont/woff2?v=4.7.0
Greetings Kathrin
1)Invalid inline script
Arbitrary JavaScript is not allowed in AMP. You cannot use JS <script> tags unless they are for loading AMP components (which the AMP plugin will add for you automatically). In order for a page to be served as AMP, the invalid JS code must be removed from the page. Learn more about how AMP works. As an alternative to using custom JS, please consider using a pre-built AMP functionality, including actions and events (as opposed to JS event handler attributes like onclick) and the amp-bind component; you may also add custom JS if encapsulated in the amp-script.
If you remove the invalid markup then it will not block this page from being served as AMP. Note that you need to check what impact the removal of the invalid markup has on the page to see if the result is acceptable. If you keep the invalid markup, then the page will not be served as AMP.
Error code
DISALLOWED_TAG
Element name
script
————————————-
2) Excessive CSS
AMP allows you to style your pages using CSS in much the same way as regular HTML pages, however there are some restrictions. Nevertheless, the AMP plugin automatically inlines external stylesheets, transforms !important qualifiers, and uses tree shaking to remove the majority of CSS rules that do not apply to the current page. Nevertheless, AMP does have a 75KB limit and tree shaking cannot always reduce the amount of CSS under this limit; when this happens an excessive CSS error will result.
If you remove the invalid markup then it will not block this page from being served as AMP. Note that you need to check what impact the removal of the invalid markup has on the page to see if the result is acceptable. If you keep the invalid markup, then the page will not be served as AMP.
Error code
STYLESHEET_TOO_LONG
Node name
style
————————————–
3) Invalid script: tagdiv_theme.min.js
Arbitrary JavaScript is not allowed in AMP. You cannot use JS <script> tags unless they are for loading AMP components (which the AMP plugin will add for you automatically). In order for a page to be served as AMP, the invalid JS code must be removed from the page. Learn more about how AMP works. As an alternative to using custom JS, please consider using a pre-built AMP functionality, including actions and events (as opposed to JS event handler attributes like onclick) and the amp-bind component; you may also add custom JS if encapsulated in the amp-script.
If you remove the invalid markup then it will not block this page from being served as AMP. Note that you need to check what impact the removal of the invalid markup has on the page to see if the result is acceptable. If you keep the invalid markup, then the page will not be served as AMP.
Error code
DISALLOWED_TAG
Invalid markup
<script … >
Element attributes
type text/javascript
src https://sp24news.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
Element name
script
Parent element
body
4)
Illegal CSS at-rule: @-moz-document
Error code
CSS_SYNTAX_INVALID_AT_RULE
At-rule
-moz-document
Element attributes
rel stylesheet
id tdb_front_style-css
href https://sp24news.com/wp-content/plugins/td-cloud-library/assets/css/tdb_less_front.css
type text/css
media all
Node name
link
Thank you — this is really helpful! That leads me to another issue. The Cloud Templates library on the dashboard doesn’t have any templates listed in it; I can access and import from the composer but nothing gets saved to the library. In troubleshooting, I have checked for a plugin conflict by deactivating all plugins except the tagDiv ones, cleared browser cache and cookies, and have confirmed all the requirements/versions for WP, theme, php.ini, mySql, and php but still nothing appears. What would you suggest I do to further troubleshoot and fix? Thanks, again!
Hi,
Please make sure that you are using last version, Newspaper v10.3.4
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also make sure that you are using https not http.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hi,
TagDiv Composer can be use only on post and cloud templates from tagDiv Cloud Library, if you are using a single post template then you can edit it with tagDiv Composer.
With standard templates you can use the settings from theme panel.
The social share can be set from theme panel -> https://i.imgur.com/cqKxQB7.png unfortunately messenger is not one of them, only Facebook.
Thank you!
Hi,
Our newsletter will display only the email field, if you want to have all the checkbox as in your screenshot, please set the code with tagDiv Composer in column text or text with title in text area -> https://imgur.com/CSPcls9 also this will be auto save, that’s way is no button for save.
Thank you!
Hi,
I just checked and for me these settings -> https://i.imgur.com/z4fFMm5.png remain after I edit the page with tagDiv Composer.
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
Let me know the results!
Thank you!
Hi Calin,
This is more of a bug report than a request for page speed. Images should always be served from my CDN, but instead the TagDiv Composer modules are serving uncompressed images directly from my uploads folder, rather than the correctly compressed images from my CDN.
Hi,
Unfortunately I do not have access to your template -> https://i.imgur.com/CAo1sGW.png
TagDiv Composer can be use only on pages and cloud template from tagDiv Cloud Library.
Please provide some more details about what you want to achieve and a public link.
Thank you!
Hi aceofjames,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
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
When tagDiv Composer is not working ->https://forum.tagdiv.com/tagdiv-composer-not-working/
If the problem persists, please provide some more details and some screenshots.
Let me know the results!
Thank you!
Hi,
This is because of 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,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Please make sure that the theme is activate -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
As I can see, you have some external links that takes a longer time to be loaded then your website content, this is one factor that cause the low speed.
Also I have a suggestion that can improve the pages speed, but I’m not sure, you need to test it. Please disable the infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png
Thank you!
How do I select a Raw html module that has one line of code and no text?
There’s nothing visual to click on https://share.getcloudapp.com/04uYkqGL
Hi,
If I understand correctly you want to set the code in our theme, if is so then you can do it using tagDiv Composer, the code need to be set in column text or text with title in text area -> https://imgur.com/CSPcls9 also this will be auto save, that’s way is no button for save.
If this is not what you mean, please provide some more details and some screenshots.
Thank you!
Hi,
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 RiccardoGelli,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive
Let me know the results!
Thank you!
Hi,
You can set the files from wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php like the one from wp-content/plugins/td-standard-pack the child theme will overwrite the one that is use, in this case in file need to be set in child theme like this parts/register.php -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi,
If you choose header style 7, 8 or 10 then you can set the size you want for the logo https://i.imgur.com/7SZvpfc.png -> https://i.imgur.com/qm5LYeR.png -> https://i.imgur.com/BWZ8IkK.jpg also if you are using other header style, please make sure that the logo is set in full size.
Header styles -> https://forum.tagdiv.com/header-styles/
Logo & Favicon in Newspaper Theme -> https://forum.tagdiv.com/logo-favicon/
Also you can use cloud headers from tagDiv Cloud Library, these can be edited using tagDiv Composer and adjust after your needs.
Thank you!
Hi,
If you are using a standard demo, you can do this (edit fonts) using the settings from theme panel -> https://i.imgur.com/9PTvS0i.png
But if you are using cloud templates, PRO Demos or you want to adjust the fonts on pages, then you’ll need to edit the page/cloud templates with tagDiv Composer and set the font in Style tab or for some elements in General tab also if the font is set as default in cloud template or on page then it will be apply the one from theme panel -> https://i.imgur.com/Vjf6eZC.jpg -> https://i.imgur.com/tdA8Qty.png -> https://i.imgur.com/tdA8Qty.png
Thank you!
Hi,
If you are using a standard demo, you can do this using the settings from theme panel -> https://i.imgur.com/9PTvS0i.png
But if you are using cloud templates or PRO Demos then you’ll need to edit these cloud templates with tagDiv Composer and set the font in Style tab or for some elements in General tab also if the font is set as default in cloud https://i.imgur.com/Vjf6eZC.jpg -> https://i.imgur.com/tdA8Qty.png -> https://i.imgur.com/tdA8Qty.png
Thank you!