- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to Update the WPBakery Page Builder plugin
Virendra, edit the homepage with TD composer. You will see HEADER MANAGER on the right side. Click and select the template. Now here you will get desktop size and mobile size with sticky option. Click all 4 options and accordingly change logo and other settings. I hope this helps.
Hello, I don’t know why my site is always experiencing an error when I try to use TD Composer Edit Content to use HTML. It can be a new page or a simple edit, on any page I get this error. The edit page loads endlessly and never loads.
Could you help me?

Att,
Hi,
Yes, this can be achieve with our theme too, you can modify one single page and on all default post templates will appear the permalinks after the date, this file is td_module_single_base.php and can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> http://prntscr.com/onb2e0 -> http://prntscr.com/onb2nq -> http://prntscr.com/onb2te the code https://pastebin.com/DLxK3mPu
Or you can set the code only on the templates you want to show the permalinks like this -> http://prntscr.com/onb350 -> http://prntscr.com/onb4jl -> http://prntscr.com/onb4rs -> http://prntscr.com/onb4w8 this code will be apply only on page template/style 1 code https://pastebin.com/j4S5Ldzk you’ll need to set the php code in each loop-single-n.php you want to show the permalinks -> http://prntscr.com/onb5kf
Also you can check our documentation for child theme here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this will help you!
Thanks!
When I install both js_composer and td-cloud-library this message show and i cant access to my website
This page isn’t working generalvirals.com is currently unable to handle this request.
HTTP ERROR 500
Hi,
I modified a page with the TD Composer.
Then I modified the content in the Mobile Editor but it tries to save indefinitely and never really saves the modifications, even after many minutes.
I cleaned everything with WP-Optimize, emptied all caches… same!
Can you kindly help?
Thanks
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Composer
How can you own plugin be incompatible with your theme?
If you want to use one of the theme post template for a CPT, try to copy the desired single and loop single from the composer in the child theme (main folder).
So for example I have a CPT called td_book and I want to use post template 4 for it. I copied the loop-single-4 and single_template_4 PHP files from the composer in the main child theme folder – https://prnt.sc/omu5sk
The single_template_4 has to be renamed single-yourCPTname, in my case it is single-td_book.
So now the CPT uses post template 4 – https://prnt.sc/omu6r9 – https://prnt.sc/omu6vm
Should work the same for you, please give it a try and let me know.
Hi,
Please note that both elements do not appear if you have enabled both page builders, like WPBackery and TD Composer. This decision was taken to avoid the conflicts between these page builders when both are active, sorry! You will need to disabled the WPBackery if you want to use these elements from TD Composer, otherwise, you will need to use only the WPBackery to create your pages.
Thank you for your understanding!
Hi,
1)Unfortunately, the theme does not have any such an option that allows you to change the height for that Slide element, sorry! Another alternative, in this case, would be to use the banner images for this element which has a lower height size because that block uses the auto height functionality. Also, if you want to have a slider with more options you can try using a plugin with this functionality or try to use the Revolution Slider which is a more complex plugin with a lot of features.
2)You should use the Flex Block and customize it to looks like Block 7 because using this you have an option that allows you to enabled or disable the author field, like this -> https://www.screencast.com/t/EKpcOjmdk
3)Unfortunately, the theme does not have included the Flex Block inside the Widgets section, sorry! You can use the Flex Block on the sidebar if you are using the TD Composer and split the row into 2 columns. Another Alternative in this case, if you want to include the Flex Block in Widgets section, you can create and customize it into a page and then, take the code from there and add it inside a text with title element from the Widgets section, like this -> https://www.screencast.com/t/QZ7JdK2W7d
Hope this helps!
Thank you!
Hello Support,
Thanks for adding support for legacy files edit in child theme. But, still there are some files that we cannot edit eg td-composer/legacy/common/wp_booster/ files
We have customized many files from this folder in our child theme when the files were in theme folders to match our designs. Could you please also add support for the files from wp_booster folder so we can customize it via child theme.
Looking forward for your reply !
Thanks.
Hi,
Yes, you can modify the single.php file from wp-content/plugins/td-composer/mobile/single.php but this changes will be lost when you’ll make a theme update.
-> http://prntscr.com/ombev5
Thank you for your understanding!
Hi,
For mobile theme you’ll need to make those settings in wp-content/plugins/td-composer/mobile/header.php hoe this will help you!
We made a note for this requirement, hope this will be include in coming updates!
Thank you for your understanding!
I think I can edit this file? td-composer/mobile/single.php
Hi Calin,
Thanks for getting back to me. So, this can only be done via tagDiv Composer, is that correct?
I have some pages built using the standard WP Blocks Editor, presumably I can target those pages and simply hide the elements using the following code, or would this cause problems?
.tdc-header-wrap {
display: none;
}
.td-crumb-container {
display: none;
}
.td-page-header {
display: none;
}
Many thanks!
Please how do I move latest articles to the top when using the pagebuilder + latest articles + paginator template on a page. the td composer comes first before the latest articles, but I want it the other way around am using the Newspaper theme.
Thanks
It still doesn’t work, when I disabled the overlay option, it gives the same output which is a white background on other pages, when I tried adding a background to the specific page by editing through TD composer, the background gets effected on the homepage which is initially. Please, how can add a background image to pages without affecting the overlay on the homepage?
TD COMPOSER
Sorry Constantin, it already appears to me, everything is correct. Thank you
OK, so I followed your instructions, deleted the theme as well as the old td-composer plugin.
The theme installed fine (but obviously the / code was still showing as the td-composer was not installed.
I then installed the tagdiv composer and it installed fine.
But then when I went to activate the plugin an error appears saying to check the admins email for more information. No email has been sent and I can not get back into the site???
-
This reply was modified 7 years by
richwall.
Hello, I want to know if how can I manually add div tag on each Adsense ads shown on AMP pages. I tried editing the backend at plugin > tagdiv composer > mobile > includes > shortcodes > td_block_ad_box_mob.php and added this code and it worked. However, it’s not what I really wanted.
Upon checking the source code, I found that all the amp ads are now wrapped with the same tag, which is not my main goal. I want to wrap each spot of AMP ads with a different tag. One tag for each spot on AMP ads version. I want to know how can I wrap each amp ads with different tags like this.
Hi,
The count of the comments from the authors list show the comments that this author was written; also I’ve check the author name link and this is working normal, please make sure that you do not have a plugin conflict.
If you want to customize the td_block_authors.php in child theme you’ll need to do it according to our guide https://forum.tagdiv.com/the-child-theme-support-tutorial/ the author files is in wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php, in child theme you need to make two sub-folders http://prntscr.com/oldziv and set there the file.
Thank you!
Hi,
Unfortunately, this functionality was getting rid out! If you want to have any access to this functionality, you will need to use the a single template where you can add this functionality with TD Composer from the Cloud Template Library.
Thank you!
Hi,
I am using the racing theme and the footer where the copyright message goes is missing. I can see it when I edit the footer in TD composer but it is not shown on my live site.
Please show me how to fix this
Thanks
Hi Vlad (again):
I followed your instructions, only to be told that folder for the “td-composer” plugin already existed. So I FTP’d in and deleted the folder, cleared my cache and still nothing. It then occurred to me to check the plugins panel and it turned out the “Official AMP” plugin was installed but not activated. I activated it and everything was fine.
Thanks for you help,
Alejandro
Website: https://www.peopleplacesandpastimes.com/
I have three different websites using your newspaper theme. The two that are using WPBakery Page Builder look great on the desktop and on mobile devices. The website that I designed with TD Composer looks awful on mobile devices and certain things are not responsive at all and the text is huge etc. Why is this and how do I fix it.
I do not want to use the mobile theme.
Hello,
when I am using Column text block on DivTag composer I can not use Edit Content Button. The WP Editor window is shown but it is empty.
Errors on JS console are:
Uncaught ReferenceError: tdConfirm is not defined
at wpeditor.php:318
wpeditor.php:335 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:335
wpeditor.php:340 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:340
wpeditor.php:1623 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:1623
wpeditor.php:1653 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:1653
at wpeditor.php:1759
mce-view.js:762 Uncaught TypeError: Cannot read property ‘shortcode’ of undefined
at mce-view.js:762
plugin.min.js:1 Uncaught ReferenceError: getUserSetting is not defined
at i.onPostRender (plugin.min.js:1)
at i.a (plugin.min.js:1)
at dp.c.fire (tinymce.min.js:2)
at i.fire (theme.min.js:1)
at i.postRender (theme.min.js:1)
at i.postRender (theme.min.js:1)
at i.postRender (tinymce.min.js:2)
at i.<anonymous> (theme.min.js:1)
at Object.jt [as each] (tinymce.min.js:2)
at i.each (theme.min.js:1)
chrome-extension://baejfnndpekpkaaancgpakjaengfpopk/js/contentscript.js:54 <body onload=”loadIframe()”>…</body>
wpeditor.php:132 Uncaught ReferenceError: jQuery is not defined
at window.loadIframe (wpeditor.php:132)