- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
So… I have 5 pages with the TD composer ROW video backgrounds. None of them are working now.
Help!!!
It was working and everything was fine until just all of a sudden it stopped working. I have 5 pages with row video backgrounds and they are all not working.
Help!
Hi guys,
A few days ago, one of our pages suddenly started showing this error:
“There has been a critical error on your website.
Learn more about debugging in WordPress.”
When I go to my WP dashboard and click on Pages, I can’t see any of the pages we have created and I see this message:
“There has been a critical error on your website. Please check your site admin email inbox for instructions.”
… except I haven’t received any admin emails to help resolve this.
I also tried creating a new header from a cloud template, and within minutes ran into the same problem. The rest of the site still seems to be functioning normally, but we don’t really want to meddle with it too much as we don’t want anything else to break – which is problematic as we’re in the middle of a complete site redesign…
Looking through this forum, other users have suggested that the problem lies with TD Composer. We have reinstalled the theme and re-updated all the plugins but this hasn’t fixed it. We’ve also tried the usual deactivation of plugins but the problem still exists. I’ve asked our IT consultant to have a look and he can’t fix it. Do you have any suggestions on where we need to look next?
Thanks
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
we use high end server (128g ram, ssd, 10 cores etc) and
we host a single site but with very large database (900k articles – 10.2 g).
Database (mariadb) is optimized very good as we have experience from many servers and php is 7.3.
Site nowadays have small traffic but still cpu usage is quite high (>50%)
and is from mariadb.
Investigated the issue and seems to be from a td_composer query, maybe was not designed for so big sites.
Here is the query monitor report
Query is
SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month
FROM wp_posts
WHERE post_type = ‘attachment’
ORDER BY post_date DESC
caller is
wp_enqueue_media()
and Plugin: td-composer
It seems that as it is a query without indexes and queries whole post table
is slow for a 900k articles site?
Also quering for a result with years, months for every attachment of site not sure what profit has.
Please do not post with the usual links for speeding up the site, everything is optimal at server and site level, i think
question is clear.
Thanks!
Hi,
What you want it can be achieve with some tagDiv Composer elements as title over image -> https://i.imgur.com/gY54Rtd.png or image box or other elements that can display an image and you can set a link on it -> https://i.imgur.com/4PdVRfd.png -> https://i.imgur.com/m8SEvT7.png
Thank you!
Hi,
I checked the system requirements and all are good.
We are running on a VPS with 3GB RAM, PHP 7.2 and Maria DB 10.2
Still when we click on TD composer, it shows 404 error.
I have mailed to contact@tagdiv.com with the WP admin credentials. Kindly reply to the mail as soon as possible.
Hi,
What you can do is to insert the custom code directly in the function file from wp-content/plugins/td-composer/mobile/amp/functions.php like this -> https://i.imgur.com/j5Ugu9A.png in this way the code should apply.
Thank you for your understanding!
Hi,
What you can do is to insert the custom code directly in the function file from wp-content/plugins/td-composer/mobile/amp/functions.php like this -> https://i.imgur.com/j5Ugu9A.png in this way the code should apply.
Thank you for your understanding!
Every time I try to preview a Post before publishing, I get a fatal error and the preview does not display properly. The error I get is:
Fatal error: Uncaught Error: Call to a member function format() on boolean in /home/goingf6/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:672 Stack trace: #0 /home/goingf6/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-8.php(33): td_module_single_base->get_item_scope_meta() #1 /home/goingf6/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php(89): require_once(‘/home/goingf6/p…’) #2 /home/goingf6/public_html/wp-includes/template-loader.php(98): include(‘/home/goingf6/p…’) #3 /home/goingf6/public_html/wp-blog-header.php(19): require_once(‘/home/goingf6/p…’) #4 /home/goingf6/public_html/index.php(17): require(‘/home/goingf6/p…’) #5 {main} thrown in /home/goingf6/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 672
My website is GoingFor2.com.
Hi, I have a problem with my Newspapaer.
When I write and wanted to make a preview of the article I get a code error until below which video which will not be deciphered, I already desistale all the plug ins and it still appears.
It only happens to me when I preview the article and wordpress marks me as a correct and trouble-free installation.
But I still get the error which does not load the components when a preview is done
I attach the catch
https://ibb.co/DDVvX8c

I also attached the code that appears to me
Fatal error: Uncaught Error: Call to a member function format() on boolean in /home/customer/www/pulsovideojuegos.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:672 Stack trace: #0 /home/customer/www/pulsovideojuegos.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php(796): td_module_single_base->get_item_scope_meta() #1 /home/customer/www/pulsovideojuegos.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-single.php(63): td_module_single_base->show_item_scope_meta() #2 /home/customer/www/pulsovideojuegos.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/single.php(26): require_once('/home/customer/...') #3 /home/customer/www/pulsovideojuegos.com/public_html/wp-includes/template-loader.php(98): include('/home/customer/...') #4 /home/customer/www/pulsovideojuegos.com/public_html/wp-blog-header.php(19): require_once('/home/customer/...') #5 /home/customer/www/pulsovideojuegos.com/public_html/index.php in /home/customer/www/pulsovideojuegos.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 672
After much reading I can’t believe that Cloud Templates for single posts can’t support dynamic sidebars in the way Standard Templates can. This means editors would need to stipulate a custom cloud template for every article they produce.
My workaround has been to define a custom module and block using the API Plugin which I can use in TD Composer to drop in a dynamic sidebar. The module I’ve added simply places <?php get_sidebar(”);> as a td composer block.
Not being able to have dynamic sidebar content on custom cloud templates is a big oversight in my opinion…
Great! Thank you very much.
Please let me confirm the whole process.
1. Copy single.php & loop-single.php
FROM wp-content/plugins/td-composer/legacy/Newsmag/
TO wp-content/themes/Newsmag-child/
2. Copy loop-single-1.php & single_template_1.php
FROM wp-content/plugins/td-composer/legacy/Newsmag/parts/single
TO wp-content/themes/Newsmag-child/parts/single
3. Modify the files copied to the chiled theme.
Thanks
Thanks for the reply Vlad.
So then, this means that the page(s) would have to be edited with TD Composer?
-
This reply was modified 6 years by
PuckWuck.
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
That is a posts loop element this can be from page template as Page Builder + Latest Articles + Pagination or it can be set and edit with tagDiv Composer -> https://i.imgur.com/3UZxo8P.png unfortunately for what you wan to achieve you need to use some custom css too -> https://i.imgur.com/W4bF61P.png , you can try this custom css for example -> https://i.imgur.com/t275Es7.png
.td-next-prev-wrap a{
width: 200px!important;
font-size: 16px;
padding: 16px 48px;
color: #fff;
background-color: orange;
}
.td-next-prev-wrap a i {
display: none;
}
.td-next-prev-wrap .td-ajax-prev-page:before {
content: "Prev";
}
.td-next-prev-wrap .td-ajax-next-page:before {
content: "Next";
}
.td-next-prev-wrap a:hover {
background-color: red;
border-color: red;
color: #fff;
}
.td-next-prev-wrap .td-ajax-next-page {
padding-left: 48px;
}
.td-next-prev-wrap .td-ajax-prev-page {
padding-right: 48px;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
We purchase the theme and activate it on are site.
URL: https://bfsi.eletsonline.com
Auto Scroll post is working on default permalink but
if we change the permalink to any other there auto scroll and td composer is stop working.
After changing the permalink to other( Post name, Month and name, Day and name, Custom Structure, etc) autoscroll and tag div composer is stopped working.
Save on tagdiv composer is only working on default permalink structure not on other permalink structure.
I am checking this issue but i am not found any solution. Can you please check the site and let me know the possible solution.
Consol status:
TypeError: postContent is undefined
aioseop-preview-snippet.js:129:21
Array(5) [ {…}, {…}, {…}, {…}, {…} ]
js_files_for_wp_admin.min.js:27:117
API ERROR td-cloud-library/td_cloud_proxy Error – check for php warnings: {“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}} js_files_vue_modals.min.js:18:163
ERROR: 404 not found js_files_vue_modals.min.js:17:85
TypeError: a.$refs.loadContent is undefined
this things are on edit post template section.
and Save is also not working on it (Means if we save the settings of composer this can start scroll and give above errors on consol)
Theme is Newspaper X
Example URL:
https://bfsi.eletsonline.com/asirvad-microfinance-surpasses-rs-5000-crore-in-aum/
Also Email Us: raman@elets.co.in, wdg@eletsonline.com
URL: https://bfsi.eletsonline.com
Post URL: https://bfsi.eletsonline.com/asirvad-microfinance-surpasses-rs-5000-crore-in-aum/
Auto Scroll post is working on default permalink but
if we change the permalink to any other there auto scroll and td composer is stop working.
After changing the permalink to other( Post name, Month and name, Day and name, Custom Structure, etc) autoscroll and tag div composer is stopped working.
Save on tagdiv composer is only working on default permalink structure not on other permalink structure.
I am checking this issue but i am not found any solution. Can you please check the site and let me know the possible solution.
Consol status:
TypeError: postContent is undefined
aioseop-preview-snippet.js:129:21
Array(5) [ {…}, {…}, {…}, {…}, {…} ]
js_files_for_wp_admin.min.js:27:117
API ERROR td-cloud-library/td_cloud_proxy Error – check for php warnings: {“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}} js_files_vue_modals.min.js:18:163
ERROR: 404 not found js_files_vue_modals.min.js:17:85
TypeError: a.$refs.loadContent is undefined
this things are on edit post template section.
and Save is also not working on it (Means if we save the settings of composer this can start scroll and give above errors on consol)
Theme is Newspaper X
Theme is purchased and licensed
Hi,
If you want to add in code in module ‘td_module_mob_1’ then the only way to do it is to set the code in theme plugin file -> wp-content/plugins/td-composer/mobile/includes/modules/td_module_mob_1.php -> https://i.imgur.com/kN9VXJW.png
Thank you!
Hi,
If you want to take a look to the Big Grid Flex 6 class/php file you can find it on this path -> wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_flex_6.php and also check this file -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php -> https://i.imgur.com/Km9UJiY.png
Hope this will help you!
Thank you!
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Ok, lets start again, if you want to use in child the default post style , then you need to set from wp-content/plugins/td-composer/legacy/Newsmag/ the single.php and loop-single.php files in wp-content/themes/Newsmag-child/loop-single.php/single.php like this -> https://i.imgur.com/jtcKMhz.png
So the key is to copy both files for the post templates.
Let me know the results!
Hi,
Is possible to need to set the code in a different header.php file, because there were some updates in theme core -> https://tagdiv.com/updating-the-core-of-tagdiv-themes/ , please try to set the code in the header from this path -> wp-content/plugins/td-composer/legacy/Newsmag/header.php->
Let me know the results!
Thank you!