- NewspapertagDiv Composer Tutorial
- NewspaperCredit System
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperSocial Sharing
- NewspaperSingle Post Shortcodes
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspaperCustom Post Type Support
- NewspaperCloud Library Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspaperAd Box Element and Ads Overview
I’ve updated to the latest version of Newspaper and now my custom code for rewriting ad div class doesn’t work anymore.
I want to rename the custom_ad_x part to custom_new_x and the code below used to work just fine in /wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php in the function render_ads, line 1937
$buffy = ”;
$check_css_name = array(‘custom_ad_1’, ‘custom_ad_2’, ‘custom_ad_3’, ‘custom_ad_4’, ‘custom_ad_5’);
if (in_array($spot_id, $check_css_name)){ $spot_id = str_replace(“ad”, “new”, $spot_id); }
$buffy .= ‘<div class=”td-a-rec td-a-rec-id-‘ . $spot_id . $align . ‘ ‘
Any idea why the replace function isn’t working anymore, or how I could go about changing the output of the custom_ad css in ad boxes?
From Simion,
I have created a forum and wanted to display some of the forum links in the main page via TD Composer. Please suggest me how can I do this?
Please take a look at this:
Hello !
In order to activate the demos with content you will have to go into Dashboard – Newspaper – Install Demos and check the box where it says install demo with content like here: https://www.screencast.com/t/j3DdenQvog5 After you installed your demo you will be able to find a EDIT WITH TD COMPOSER button near on the top: https://www.screencast.com/t/j3DdenQvog5. If you want to edit the post pages you will have to go on cloud library and add a single post template. You can find out more here: https://tagdiv.com/customize-articles-with-single-post-templates/
Thank you !
Hi orcn,
In the latest version of the theme was changed the root theme files and added in the td-composer folder. If you want to edit the loop.php, now, you will find it here -> https://www.screencast.com/t/PhhE1ke0NzP
Thank you!
OK, I have made some progress with creating a header but still have some issues, basically I am trying to recreate what we have in Newspaper 8.8.2 using Newspaper 9.7.3 and the Header Builder. My issues are:
1. I can’t set my submenus to use “background” as the hover style, I only have Default and Underline. Not sure why background appears for the main menu but not for the submenus.
2. I cannot see a way to set the height of a menu. My top menu is twice as high vertically as it needs to be but I see no way to adjust that. I even tried creating a custom class for the menu in the TD composer and then adding CSS to set the height but that did not work either.
3. The logo and header ad elements I have in the Header Builder appear to be positioned correctly, but when I preview them the header ad (728×90) shrinks way down and the logo moves far to the left.
4. I have the live search in the header menu, but I had to create a 3/4 + 1/4 column and put the menu in the 3/4 and the live search in the 1/4, but now there is way too much space between where the menu ends and the search starts. Not sure how I can close that up. You can’t seem to click and drag to adjust sizes or spacing in the builder.
I have created three images to show what I am describing above. One is the view of the new header in the header builder, one is the wya it previews, and the third is the header I have on our live site, which is using Newspaper 8.8.2. Thanks for any guidance you can provide.
https://cdn.starnewsgroup.com/viewed-in-header-builder.png
https://cdn.starnewsgroup.com/preview-in-header-builder.png
https://cdn.starnewsgroup.com/header-on-live-site.png
Hi, I’m migrating from WPBakery to TD Composer. Everything seems to work well – with a little work and imagination you can overcome the obstacles. However, there is something that I find impossible: save the text in Text with Title. No ‘save’ button appears when the editor opens and, if I close it without saving, all the edited content is lost.
The site meets all the technical requirements of Newspaper and I have disabled all the plugins to see if it was solved, but there is no way.
Second, I’d like to know how could I have a different header style on the home page and another for the rest of the site.
Finally, I also do not find the way to insert a shortcode in the pages. There is no module for it, although I have seen that it can apparently be done by inserting the shortcode in Text with Title, but, of course, for that first I should solve the first of the points.
Thanks in advance.
This is new path for mobile version code
/wp-content/plugins/td-composer/mobile/
Hi,
Yes, the header.php is overwrite by the tdc_header.php that can be find in wp-content/plugins/td-composer/includes/panel/tdc_header.php this is working in this way because was inserted the header manager that need to be implemented using tagDiv Composer and tagDiv Cloud Library.
Thank you!
Hi again – I found the solution and will post it for others.
The modules are now in wp-content/plugins/td-composer/legacy/Newspaper/includes/modules
From there, this instruction can be applied:
https://forum.tagdiv.com/topic/how-to-write-different-post-titles-on-homepage-or-categories/#post-162352
Hi,
If you have the last version ( v9.7.x ) of the Newspaper theme you can not longer build template according to our documentation https://forum.tagdiv.com/custom-post-type-support/ , if you have a prev version ( for example v9.6.x ) these implementation will still work.
The code for template 12 in the last version of the theme can be found in wp-content/plugins/td-composer/legacy/Newspaper/parts/single/single_template_12.php
Thank you!
Hi,
You can achieve this only using tagDiv Composer or custom css -> https://www.screencast.com/t/zNEFOQIFGcT
.single .td-main-sidebar{
background-color: lightgray;
}
Thank you!
Hello !
All the files are now located in the TD Composer Plugin – Legacy – Newspaper like here: https://www.screencast.com/t/6HvUhZ57JWj
And there you will find the category.php.
Thank you !
Hi,
If you are using the last version of the Newspaper theme ( v9.7.3 ) there was implement some new conditions for a better compatibility with WPBakery, therefore, some elements will not be available in the tagDiv composer. This was made to prevent issues with the respective elements. The single image, widgets element, raw html… are some of them.
If you want to still have theme you need to deactivate the WPBakery plugin or replace the tdc_map.php from wp-content>plugins>td-composer>includes>tdc_map.php withe tdc_map.php from the previous version of Newspaper theme.
Thank you!
Hi Calin,
yes, I read through the WP codex Child themes section (https://developer.wordpress.org/themes/advanced-topics/child-themes/) and it seems still the old way: I could potentially copy the header.php file from the parent theme (let’s say in our case: Newspaper) and could modify header.php.
My question is: After the change from Newspaper v9.7.2. to v9.7.3 that doesn’t seem to work anymore, at least not without removing the first few code lines from header.php where tdc_header is called.
It seems that everything after that code in header.php is ignored? Is that correct?
If so, how would I make a child theme’s header.php work in Newspaper? Eliminating the call for tdc_header doesn’t do it because, as you said, all the functionality had been moved to the tagdiv composer plugin.
In v9.7.2 it was not a problem to make changes to header.php — in v9.7.3 it seems difficult — any pointer how to make a child theme’s header.php or footer.php work?
Thanks,
Frank
Hi,
If you are using the last version of the Newspaper theme ( v9.7.3 ) there was implement some new conditions for a better compatibility with WPBakery, therefore, some elements will not be available in the tagDiv composer. This was made to prevent issues with the respective elements. The single image, widgets element, raw html… are some of them.
If you want to still have theme you need to deactivate the WPBakery plugin or replace the tdc_map.php from wp-content>plugins>td-composer>includes>tdc_map.php withe tdc_map.php from the previous version of Newspaper theme.
Thank you!
The comments.php in the Child-Theme-Folder is ignored. How can we override this File comments.php ?
Here seems to be the master /wp-content/plugins/td-composer/legacy/common/wp_booster/comments.php.
I’ve noticed that the sidebar appears if I switch the Homepage from static to ‘show the latest articles’ but directly with TD Composer, not in wordpress.
You know, I’ve been happy this time (thus far) around in my working with this theme. (My third time).
But gotta mention how much of a pain it is to have so much work done and have it reversed with disappearing soft returns. Nobody likes having to do the same work repeatedly so’s to fix these problems.
Right now, I’m having to convert a page with TD composer into one without it so’s to avoid this hassle.
‘and please don’t ask me to share the page URL since what use is it? I’m fixing my current problem right now.
Hello! My website is https://savoriurbane.com/ After the last theme update (I did it today) some of the widgets on the sidebar disappeared so I had to put them back one by one. OK. Everything seemed fine until I edited the Homepage with TD Composer and modified only the content of some blocks (I changed the recipes according to season). When I hit save the sidebar disappeared from my Homepage but it exists on all other pages or posts (articles). See here https://www.screencast.com/t/6ZTPIGWK the empty column. How do I put the Default Sidebar here? Here are the other examples: https://www.screencast.com/t/AyMMwPb56 and https://www.screencast.com/t/vkTcSoTYNiV
In the Newspaper Theme settings all the pages, posts and the homepage have the same setting: with the sidebar on the right. See here https://www.screencast.com/t/RaVH15aC7dz9
Please give me a solution because I have to put back my ad-boxes on Homepage’s sidebar!
Hello,
We are having trouble editing our home page: https://saraacarter.com/
Our need is edit the homepage to remove the bottom section here:
http://cld.publisherdesk.com/368e67856bd0
And replace this with a unit that does not include pagination. I cant seem to delete that section from the TD Composer tool.
Please let me know how we can accomplish this and thank you for your help.
Jeff
As usual, I am optimizing my pages for faster loading. Something that is benefiting me in the latest Google updates.
I found this and honestly, I don’t know what it is….
“Elements.png” from https://soyungato.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png
This is causing a significant delay in data loading. In addition, it has a status of 403
Can you help me solve this problem please?
https://gtmetrix.com/reports/soyungato.com/LshNmssW <— Click “Waterfall” and see this problem.

https://fotos.subefotos.com/cd32d45f4eb9aa1579b755987201c507o.jpg
Then, if it is forbidden (403) How can I prevent it from being loaded?
URL I have tested in gtmetrix for this error: https://cutt.ly/FoOowI
thanks
I can’t activate theme, because after td-Composer plugin I get error: “This site is experiencing technical difficulties”
I took the backup of my website and restored it but these errors are happening.
First, There is no option to customize Newspaper. There are only three options. I have attached the screenshot of the same.
Second, I am not able to install the plugin, whenever I am installing, there is a Ajax error.
Third, after trying to install the plugin, when i open my website, i am getting this error.
And then when i rename the td-composer in file manager, website is working but at the top, am getting this error.
Help, please.
I have created a custom post type (Ideas) and there are three custom fields associated with it.
I would like to
a) display the CPT using template 12 of the post templates
b) display the 3 custom fields above the post content
I don’t need the TD Composer to work with the CPTs, and can add the 3 custom fields manually into a template. But where?
What is the best way to do that?
Thanks,
How I can edit the Home pege with TD Composer because it didn’t show in the home page?