- 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
Hi guys,
I have a urgent problem. The text element is missing by TD composer. I can not build any page without this element. I started to test it on a clone with the same settings as in the live version. But after updating the theme to the last version on the website I do not see this element. It is gone. It sucks, since I have thousands of visitors every day and they see a weird website …
do you have any idea why it’s missing? or is it just a bug?
On the other hand TD composer is so slow…
Hello !
If you have created your header using the tagdiv composer then you will the options to change the fonts from the STYLE Tab as you can see here: https://www.screencast.com/t/2tDMv3axi
Thank you !
Hi, I’m trying to set the fonts globally as well and it’s not working.
My WordPress and Newspaper theme installs are relatively new. I’ve created a menu from scratch and set it as “header main” and it is not a mega menu.
Inside TD Composer, also created the header menu from a blank template and added the ‘header main menu’ element. I did not set any styling.
Then, when I go to the Theme Panel > font settings > header: main menu (and also top menu, mega menu, etc. just in case), and pick a serif font, the style doesn’t work on any element. When I test on the ‘body – general font’ it works. There seems to be an issue with the menu font styles for the header.
Am I building the menu wrong?
Hi,
Yes, this is possible, you can achieve this using the mobile theme plugin -> https://forum.tagdiv.com/the-mobile-theme/ or you can use the responsive version use the TD Composer and check the mobile layout -> https://prnt.sc/olykbq
Hope this will work.
Thank you!
Hello!
1. This method was adopted ( all the theme functionality was move in td composer plugin ) seance the envato requirements to have in the theme only the WordPress basic functionality, you can check more about this in our article from here -> https://tagdiv.com/updating-the-core-of-tagdiv-themes/
2. If you are using only the td Composer there will be no conflicts with the page and templates, using both builders there can appear some incompatibilities.
3. This requirement for php7 comes from WordPress -> https://wordpress.org/about/requirements/
4. Unfortunately, we did not tested the WordPress MU Domain Mapping plugin with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins ( support policy -> https://forum.tagdiv.com/support-policy-2/ ).
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ
Thank you!
Hi.
We’re experiencing a few different errors that are breaking the Newspaper theme on okobserverorg.wpmudev.host:
—
This error shows that the NewsPaper theme breaks WooCommerce:
PHP Notice: Undefined property: WP_Post_Type::$post_type in /var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 408
[11-Aug-2019 17:07:04 UTC] PHP Notice: Undefined property: WP_Post_Type::$post_type in /var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 415
—
PHP Notice: Undefined index: SERVER_NAME in /var/web/site/public_html/wp-includes/rest-api.php on line 378
—
PHP Notice: map_meta_cap was called incorrectly. The post type scheduled-action is not registered, so it may not be reliable to check the capability “read_post” against a post of that type. Please see Debugging in WordPress for more information. (This message was added in version 4.4.0.) in /var/web/site/public_html/wp-includes/functions.php on line 4773
—
PHP Notice: Undefined index: asap_auto_post in /var/web/site/public_html/wp-content/plugins/accesspress-social-auto-post/accesspress-social-auto-post.php on line 147 **** Note – the plugin ‘accesspress’ breaks the TagDiv editor. I have also notified the plugin author ****
—
PHP Notice: Undefined property: WP_Post_Type::$post_type in /var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 408
—
PHP Notice: Inpsyde\SearchReplace\Database\Replace::recursive_unserialize_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “GoogleSitemapGeneratorStatus” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /var/web/site/public_html/wp-content/plugins/search-and-replace/inc/Database/Replace.php on line 355
—
Can you please assist?
Many thanks.
Hello my site showing this path on many post wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_324x235.png can you please let me know how to solve this.
#1, properly coded/developed themes and plugins should only write to folders directly under /wp-content/ (Caching scripts do this properly). They should never write directly to a folder inside theme or plugin folders. To allow this is to potentially invite your site to be compromised. I spent nearly 5 years at my last job hardening and securing (200+) WordPress sites. I’m doing the same for my current job (will be 100+ WP sites, soon).
#2. “Please make sure that you edit only the pages and post that was build with tagDiv Composer.” This is on a brand new page being created to replace older pages that have both WP Bakery and TD Composer.
#3. Why was support for PHP 5.x dropped? I should also note, AGAIN, that we’ve got this also in use on stand-alone sites (on the same server cluster) where we can edit via the tD Composer interface without any issues.
#4. We found the issue… “WordPress MU Domain Mapping” plugin is incompatible with tD Composer.
We have a workaround in place, however, it’s not ideal, nor preferred.
After opening the Pages section on my wp site, under Blog-Post Page, it is written that TD composer is disabled on Post Page. How do I fix this?
Hi,
1. Unfortunately if you want to link the image to post as the title, then you’ll need to make some changes in theme core because the image was made to can drag the next post; also the changes will be lost after theme update.
If you still want to make the changes, those need to be made in this file -> http://prntscr.com/oqe61x -> wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php
2. In order to make the category image to be full on mobile, you can check this code http://prntscr.com/oqe0vf
.category .tdc_zone .tdc-row:nth-child(2) {
padding-left: 0px;
padding-right: 0px;
}
The code need to be set in Theme panel > Custom code> Custom css
Thank you!
First problem: Why are you trying to write to files inside the Plugin folder? wp-content/uploads is usually web-writeable on WordPress, whereas folders in themes and plugins should NOT be web writeable, for security reasons. When I unlock our site, the error message goes away.
As a WordPress developer (plugin, theme and core WP) absolutely dialed in on securing and hardening WordPress, I am dismayed that you want to create these files inside the plugin folder.
Warning: fopen(plugins/td-composer/includes/templates/font-awesome.php): failed to open stream: Permission denied in plugins/td-composer/includes/tdc_main.php on line 902
Warning: fopen(plugins/td-composer/includes/templates/typicons.php): failed to open stream: Permission denied in plugins/td-composer/includes/tdc_main.php on line 902
Warning: fopen(plugins/td-composer/includes/templates/open-iconic.php): failed to open stream: Permission denied in plugins/td-composer/includes/tdc_main.php on line 902
Warning: fopen(plugins/td-composer/includes/templates/td-multipurpose.php): failed to open stream: Permission denied in plugins/td-composer/includes/tdc_main.php on line 902
Second, we run tagDiv Composer on a *very* large MultiSite network (24 sites, 50+ gigs of content in wp-content/uploads). When we unlock the site (see first issue), tagDiv Editor just sits there and hour-glasses all day long. We have no issues with this on single standalone sites. Health Check is below the image…

`
### wp-core ###
version: 5.2.2
site_language: en_US
user_language: en_US
permalink: /%year%/%monthnum%/%day%/%postname%/
https_status: true
user_registration: false
default_comment_status: open
multisite: true
user_count: 3195
site_count: 24
network_count: 1
dotorg_communication: true
### wp-dropins (1) ###
sunrise.php: true
### wp-active-theme ###
name: LWOS Newspaper
version: 1.9.8
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
parent_theme: Newspaper
theme_features: post-formats, post-thumbnails, automatic-feed-links, html5, woocommerce, bbpress, align-wide, align-full, editor-font-sizes, editor-style, menus, widgets
theme_path: [REMOVED]/ms.lastwordonsports.com/wp-content/themes/Newspaper
### wp-themes (2) ###
Newspaper: version: 9.8, author: tagDiv
Twenty Sixteen: version: 2.0, author: the WordPress team
### wp-plugins-active (29) ###
Advanced Database Cleaner: version: 2.0.0, author: Younes JFR.
Akismet Anti-Spam: version: 4.1.2, author: Automattic
Broadcast: version: 44.02, author: edward_plainview
Classic Editor: version: 1.5, author: WordPress Contributors
Edit Flow: version: 0.9, author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others
Email Users: version: 4.8.8, author: Mike Walsh & MarvinLabs
Force ReAuthentication: version: 1.3.1, author: Shrkey
Google Analytics Dashboard for WP (GADWP): version: 5.3.8, author: ExactMetrics
Head, Footer and Post Injections: version: 3.1.3, author: Stefano Lissa
Multisite Enhancements: version: 1.5.1, author: Frank Bültge
Multisite User Role Manager: version: 1.0.7, author: OzTheGreat (WPArtisan)
NextScripts: SNAP Pro Upgrade Helper: version: 1.5.9, author: NextScripts
NextScripts: Social Networks Auto-Poster: version: 4.3.8, author: NextScripts
Regenerate Thumbnails: version: 3.1.1, author: Alex Mills (Viper007Bond)
Richweb WP Lockdown: version: 2.6.5, author: Jordan Burch, Jacob Dunn & Doug Hazard
RSS Multi Importer: version: 3.15, author: Allen Weiss
tagDiv Cloud Library: version: 1.3, author: tagDiv
tagDiv Composer: version: 2.4, author: tagDiv
Unfiltered MU: version: 1.3.1, author: Automattic
User Role Editor: version: 4.51.2, author: Vladimir Garagulya
WordPress MU Domain Mapping: version: 0.5.5.1, author: Donncha O Caoimh
WP Crontrol: version: 1.7.1, author: John Blackbourn & crontributors
WP Dashboard Notes: version: 1.0.9, author: Jeroen Sormani
WPForms: version: 1.4.5.2, author: WPForms
WPForms Custom Captcha: version: 1.1.1, author: WPForms
WP Last Login: version: 2, author: Konstantin Obenland
WP Rollback: version: 1.6, author: Impress.org
Yoast SEO: version: 11.8, author: Team Yoast
Yoast SEO: News: version: 9.2, author: Team Yoast
### wp-plugins-inactive (2) ###
tagDiv Social Counter: version: 4.6, author: tagDiv
WPBakery Page Builder: version: 6.0.5, author: Michael M – WPBakery.com
### wp-media ###
image_editor: WP_Image_Editor_Imagick
imagick_module_version: 1673
imagemagick_version: ImageMagick 6.8.9-9 Q16 i586 2019-05-14 http://www.imagemagick.org
imagick_limits:
imagick::RESOURCETYPE_AREA:
imagick::RESOURCETYPE_DISK: -1
imagick::RESOURCETYPE_FILE: 6144
imagick::RESOURCETYPE_MAP:
imagick::RESOURCETYPE_MEMORY: 2 GB
imagick::RESOURCETYPE_THREAD: 10
gd_version: 2.1.1-dev
ghostscript_version: 9.26
### wp-server ###
server_architecture: Linux 3.16.0-8-686-pae i686
httpd_software: Apache
php_version: 5.6.40-0+deb8u4
php_sapi: apache2handler
max_input_variables: 1500
time_limit: 90
memory_limit: 300M
max_input_time: 20
upload_max_size: 72M
php_post_max_size: 72M
curl_version: 7.38.0 OpenSSL/1.0.1t
suhosin: false
imagick_availability: true
htaccess_extra_rules: true
### wp-database ###
extension: mysqli
server_version: 5.5.5-10.2.19-MariaDB-log
client_version: 5.5.62
### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: [REMOVED]/ms.lastwordonsports.com/wp-content
WP_PLUGIN_DIR: [REMOVED]/ms.lastwordonsports.com/wp-content/plugins
WP_MAX_MEMORY_LIMIT: 300M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_LOCAL_DEV: undefined
### wp-filesystem ###
wordpress: not writable (This is our security plugin, protecting the site)
wp-content: not writable (This is our security plugin, protecting the site)
uploads: writable
plugins: not writable (This is our security plugin, protecting the site)
themes: not writable (This is our security plugin, protecting the site)
Hi, I have several problems on my website after updating the theme and wordpress to the latest version. I uninstalled all the plugins that could cause conflicts, contacted my hosting service several times and we don´t longer know what might be causing the following issues:
1. There is a blank space above the site header, a space that is misaligning the header and footer social network icons.
2. When I open the theme panel, half of it is the normal color and the rest is gray, with the same white space at its top.
3. When I am editing a page using tagdiv composer, the page opens for editing, but the title fields are not editable and I cannot save any other changes made.
I have the screenshot of all the screens with the errors, but I would really appreciate if you looked at the website to try to understand what is going on (https://www.asviagensdetrintim.com.br/). I’ve been using the Newspaper theme for a few years, I’ve been using it on other websites, and I’ve never had this kind of problem.
Thank you
Getting this error:
[08-Aug-2019 05:32:21 UTC] PHP Fatal error: require_once(): Failed opening required ‘includes/tdc_version_check.php’ (include_path=’.:/opt/alt/php73/usr/share/pear’) in /home/website/public_html/wp-content/plugins/td-composer/td-composer.php on line 26
I am getting a ton of error reports, with many of them appearing to be related to TD Composer. They range from “Refused to apply style from” to ERR_Aborted 502 to “server responded with a 404.” This is my first site build, and everything was fine until a little over week ago and I am not sure where things went wrong. It is causing a lot of 502 errors when trying to load the site due to timeouts. The site is https://discussglobal.com/
Thank you for the amazing speed with your response. All sorted. I’ve only ever used Visual Composer hence wasn’t thinking of using the TD Composer at all. Thanks.
Hi!, I am trying to create or edit pages with TD Composer and when I edit or create something with “Text with title” element I cannot add text, html or shorcode. When I created the website I didnt have any problems with that element but now I cant add nothing. I have checked the error and it gives me an error with Javascript. I think it may be since the last update but I need to fix it fast for my newspaper.
Pics of error:
http://img.fenixzone.net/i/KQLYeAP.jpeg
http://img.fenixzone.net/i/pdPUqBQ.jpeg
Thanks a lot and regards
Lito Lizana, Leganés Activo
Hi Vlad,
Ok, after much head scratching and page testing, there is definitely something wrong with my theme.
1) Even if I import a page or section template in tagDiv Composer and do nothing to it, except save and view. None of the rows will display as full width. This is the case in Composer and the page itself.
2) I created a new footer page, using an imported template with a similar layout to my own (1 row/3 columns for the footer, 1 row/2 columns for the sub-footer). I did nothing to it, except set the sub-footer menu and reduce the font size.
– The result: in tagDiv Composer, the columns are stacked in both the footer and sub-footer and neither row shows as stretched. When viewed in situ on a page, the rows and columns behave as they should and align horizontally. Small win…
– For some reason, the last couple of days the import feature isn’t working properly either. When I click the button to import, the confirmation box appears behind the import modal – the only way to click OK is to add display:none to the modal via Chrome Dev Tools.
3) Unfortunately, #2 only works with pages created using tagDiv Composer and WPBakery. Any pages created using Gutenberg, seem to break the footer CSS. The page structure (for the footer section/page) is the same, but some of the same CSS is being overwritten, as it appears to come after in order of specificity. In Chrome Dev Tool, the ‘winning’ styles appear above the ones being overwritten.
– In pages created using tagDiv Composer or WPBakery, I still can’t get any rows to stretch no matter what I do (believe me, I’ve tried!).
– The only way to get stretched rows of any kind, is to build pages using Gutenberg Blocks and plugins. Which is why all of my pages are showing a broken footer, because I had to go back to basics as the other 2 methods are currently unusable.
The solution:
#ti-copyright-footer .td-pb-span6 { width: 50% !important; }
I’ve added the code to the Live CSS window for the footer page and given the row an id, so it won’t conflict with anything else (hopefully). It feels like a bit of a hack, as I’m not a developer and generally wouldn’t mess with the structure of a page, for fear it’ll mess up it’s responsiveness (media queries, etc). I haven’t tested that yet, but it’s nearly 1am, so that’s it for now…
I’m hoping this level of detail might give you a better idea of what’s going on, so that you can help me resolve it properly. I’m not convinced that’s the best fix (it was way too easy), unless you can confirm it won’t effect anything else on the site. Or perhaps you can come up with a cross device/cross platform solution?
Many thanks.
Hi Vlad,
That’s what I did, it was certainly working across the site in the beginning and it still is on one page. However, on the pages that are broken .td-pb-span6 is being overwritten by .vc_column_container: 100%, whereas on the page that is displaying properly, it applies the 50% width (I can send you screen grabs, if you like).
I’ve just checked in tagDiv Composer – the outer row is set to 1 column, stretch row and content (with padding). The inner row is set to 2 columns, full width content. Shall I recreate it, as just 1 row with 2 columns? I’m worried something will break if I start messing with it.
I don’t understand why the 50% width is being overwritten on all pages, except one. Is that not weird?
Thanks
Hi,
I already have the latest articles at the top of my site and I want to remove the block at the bottom of my site but the TD Composer isn’t working on that block. How can I manually remove it?
my site https://www.h4ck.se
Hi,
I can’t seem to make head nor tail of tagDiv Composer… I understand you’re supposed to be able to create full width rows using it, but for some reason I can’t get it to work properly. I’ve tried the different ‘stretch row’ settings, but it won’t stretch beyond the width of the site. I thought I’d try WPBakery, but I get the same result – I can set the setting, but it doesn’t make a difference in the Composer view or on the live pages. The only way I can get a full width row, is via the Gutenberg Blocks Builder, using a plugin.
I did manage to create a full width footer page, which I’ve set via the Theme panel. The only way I could get this to work as full width, was to import and customise one of the footer templates. It shows as full width on pages, but still doesn’t show as full width in tagDiv Composer. Not a problem, as long as it displays correctly. However, as of yesterday, the sub-footer (1 row, 2 columns, aligned left and right) is now displaying as 2 rows stacked – it’s overriding the .td-pb-span6 (50%) setting. I looked at the footer page in tagDiv Composer yesterday (when trying to replicate the stretch settings), but didn’t change anything or re-save it. The footer/sub-footer display correctly in composer, so have no idea why it’s showing as broken on all pages…except one.
I tried re-saving the footer page (without making any changes), but that hasn’t made any difference and I can’t see anything special about the one page where the sub-footer is showing correctly – even the sample page which came with the theme and that I haven’t touch, is showing the broken sub-footer now. To confuse things further, having re-saved the footer page and it making no difference to existing pages, I created a new page in tagDiv Composer (just a client, inline text and a couple of empty space elements), just to see the result. NOW the sub-footer in Composer is broken, but displays fine on the actual page…
What’s going on?? 🙁 Unfortunately I can’t share a live link, as I’m working locally, but if you tell me what info you need, I should be able to find it and report back/provide a screen grab.
Many thanks in advance!
Here is the URL where I am phasing error Tag div not working correctly
https://healthpulls.com/eye-diseases/
check any page of the blog there is some error and showing me this massage
Warning: require(/home3/stunnir7/public_html/healthpulls/wp-content/plugins/td-composer/legacy/Newspaper): failed to open stream: No such file or directory in /home3/stunnir7/public_html/healthpulls/wp-includes/comment-template.php on line 1510
Warning: require(/home3/stunnir7/public_html/healthpulls/wp-content/plugins/td-composer/legacy/Newspaper): failed to open stream: No such device in /home3/stunnir7/public_html/healthpulls/wp-includes/comment-template.php on line 1510
Fatal error: require(): Failed opening required ‘/home3/stunnir7/public_html/healthpulls/wp-content/plugins/td-composer/legacy/Newspaper/’ (include_path=’.:/opt/cpanel/ea-php70/root/usr/share/pear’) in /home3/stunnir7/public_html/healthpulls/wp-includes/comment-template.php on line 1510
Hi
Can you please help me I am having a problem because I can’t make the product appears in my page. I want to create a product page using td composer using shortcode. I put woocommerce shortcode in the page but the product is not displaying
Thanks
Hi,
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
That link of code is in wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php -> http://prntscr.com/oolrce
Thank you!
Hi,
All the pages, including the homepage will have in top bat this button for TD Composer -> http://prntscr.com/ooi61n also using tagDiv Composer you can edit pages and templates from tagDiv Cloud Library .
Also the pages and homepage ( front page ) can be edit like this -> http://prntscr.com/ooi6tb
Hope this will help you!
Thank you!
Hi,
The heading h3 is set in our theme for posts/pages titles, so all the blocks/widgets that you are using will show an h tag, unfortunately there is no block without a h tag.
If you want to remove it you can check this topic https://forum.tagdiv.com/topic/replace-h3-h4-on-tags/ the file that need to be edit is in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php -> http://prntscr.com/oog1yt
Hope this will help!
Thank you!