- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to Update the WPBakery Page Builder plugin
I have added the Youtube Video Module via TD Composer and stretch the module. The problem I am facing is that it shows an annoying white space divider in the middle. I want to remove this white with the black color. Plz fix this…
Please look at the Pic:
I am creating my newspaper theme at the moment. I wanted to install tagDiv Composer plugin but I have faced with this error:
Downloading the installation package, download location: https://onewaytwotickets.com/wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5ce136f5749f4 um
File download failed. cURL error 60: SSL certificate problem: self signed certificate
Please help,
Thanks.
Hi,
I see some of my posts are throwing the following error (I have the latest theme installed):
Uncaught ReferenceError: jQuery is not defined
https://mysite.com/wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js?ver=9.7.2:1
I wonder if you can advise on this matter please?
Hi, I want to add the custom URL of my forum page via the TD Composer and want to show some forum posts in it.
Plz look at this:
Just to be clear, when I click on the “EDIT WITH TD COMPOSER”, it goes to a 404 Page Not Found page on my website.
This trick seems to work for me, but only for the existing single post page templates. I created a cloud template and added the next/previous element in TD composer, but it seems to call from a different file, rather than “td_module_single_base.php”
If I could find and edit that file, it would really make my day.
Hey Catalin!
Thanks a mil for this prompt reply;
But I was mostly wondering which button/block/… from TD Composer to add on the Homepage.
Indeed, when an article is being read, the sidebar displays the pdf but I cant find where to put this “button/widget text” on the Homepage.
My pdf docs are already in my library.
Thanks again and regards
Best
I really need your help
After I did the theme update my posts are with unconfigured layout in the pc view. For the smartphone the layout is normal. if you want to see what happens just access through the computer http://www.investidoresbrasil.com.br and open any post.
I was also unable to activate multi-purpose tagdiv after the update.
The error that appears when I activate is: Fatal error: Can not redeclare on_tdc_init_multipurpose () (previously declared in / home / inves205 / public_html / wp-content / plugins / td-composer / td-multi-purpose / td-multi-purpose. php: 15) in /home/inves205/public_html/wp-content/plugins/td-multi-purpose/td-
Please help!
Best regards
Regiane
Hi,
For login popup you need to set the code for social sign up/ login in this file -> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
Hope this will help you!
Thanks.
Hi,
If you want to have this functionality, you need to load your PNG document to your Media Library and then, in the Sidebar, you can use a button with a link for that document. You can use the TD Composer if you want to use this functionality and if you want to add a button with a link.
Hope this helps!
Thank you!
Hi,
Yes, the new theme update comes with some changes in the root of the files. Now, all the theme’s file are located in the TD Composer plugin, especially in the legacy folder, like this -> https://www.screencast.com/t/fFCO16Co
Hope this helps!
Thank you!
Hi,
The more article box can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php also there will be in wp-content/themes/Newspaper/js/tagdiv_theme.js -> https://www.screencast.com/t/V9OmZYQuNNzL also the mobile files can be found in wp-content/plugins/td-composer/mobile
Thank you!
Hello, when I put a custom ad block in the sidebar in the TagDiv Composer, it moves down the main menu, above the highlighted content.
The custom code is from a Google Ad Manager account, I programmed it with a shortcode, I made one for the header and it works fine, but if I put it in the area that manages the TagDiv Composer it moves to the mentioned position.
The code generated by the shortcode is:
<div id = “div-gpt-ad-XXXXXXXXXXXXX-3” data-id = “Desktop_Home_300x250_1” class = “ad_300x250”>
<script type = ‘text / javascript’>
googletag.cmd.push (function () {
googletag.display (‘div-gpt-ad-XXXXXXXXXXX-3’);
});
</ script>
This code is exactly after <div class = “tdc-content-wrap”>
The class ad_300x250 is the following:
.ad_300x250 {color: #fff; width: 300px; display: block; margin: auto;}
The personalized code is in this position:
https://pasteboard.co/If2R9q7.png
And it appears in this, the leaderboard is in correct position:
https://pasteboard.co/If2Runo.png
I hope you can help me.
Thanks in advance.
Hello,
I just realised, that you can edit pages of other users by using the TD composer. Although you cannot edit the content of the page itself, it allows you to change the layout and overwrite the whole page.
If it’s meant to work that way, it would be very helpful to add an opt-out, because in a multi-user-environment this might be a mayor problem
Revolution slider alias is not working/showing in TD Composer column, any idea why? What other options I have to show it on the homepage.
Hello,
I am using TD Composer to build my website. On my website there is a plugin called OnePress Social Locker (https://wordpress.org/plugins/social-locker/). This plugin allows me to hide content before someone shares or likes my post.
However I don’t know how to add this shortcode of this plugin to TD Composer and make it work.
Also I want to add sharing button like single post, how to do it?
Thanks!
Hello !
Sorry for missunderstanding your issue.
In order to have the radius you will have to make some custom modifications:
First we will need to set an extra class to our element: https://www.screencast.com/t/Zyp5OZdsQ I named it underheader ( you can name it however you want )
Then you will need to apply this code:
.underheader .td-element-style {
border-radius: 20px;
}
Into the custom css tab located in Theme panel – Custom Code -Custom CSS: https://www.screencast.com/t/0eXhvHQlreqy
You can edit the border radius and .Underheader to the name you selected but don’t forget to add the . before the word.
To allign the text in the element you will go into the CSS tab from the composer like here: https://www.screencast.com/t/NbG9YJizK7
Thank you !
Hi,
I think that this problem can be fixed by changing a line of code in wp-content/plugins/td-composer/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>
-> https://www.screencast.com/t/Fj94HAommH
With:
<html <?php language_attributes(); ?> amp>
-> https://www.screencast.com/t/yIjgHPfpB
Thank you!
hi,
when I activate the mobile theme plugin, I get this message
Fatal error: Class ‘td_style’ not found in /home/xxxx/xxxxx.com/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title2.php on line 9
I check this code Line9,
class tds_title2 extends td_style {
It seems td_style class is missing. How can I fix this issue??
Just purchased Newspaper 9. Installed it and successfully activated it. However when it asks me to install the 3 plugins – TagDiv Composer, TagDiv Cloud Library, & TagDiv Social counter – I get Ajax Errors, on all three and then my entire WordPress shuts down. I have tried shutting down all other plugins, and still the problem persists. Please Advise and help.
In case anyone stumbles onto this… There is no way to customize without risking changes being overwritten when TD pushes updates.
Catalin L. May 8, 2019 at 7:54 am
Hi,
Most of the theme files were moved into the tagDiv Composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements, as we wrote an article on that subject. In the future, if you need to make some changes over those core files, you need to check the files from here -> https://www.screencast.com/t/Pu345nqP If you need more assistance in this case, please open a new topic at our support forum from here -> https://forum.tagdiv.com/forum/newspaper/
Thank you!
Reply
AvatarMatt Pramschufer May 9, 2019 at 3:39 pm
So does this mean that you have to edit the core plugin files directly!? I have made changes to the footer and various part of site through child theme template customizations, how are these suppose to be added now without editing the core plugin files?
Example. I have a child theme and have
childtheme/parts/footer/td_footer_template_14.php
I have added an above footer widget area to this file, and now this is gone. How would I re-add this functionality?
Reply
Catalin L.Catalin L. May 10, 2019 at 7:36 am
Hi,
Most of the theme files were moved into the tagDiv composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css, as there are very few files left in the main theme as Envato, requires all functionality to be added through plugins. From now on, if you want to make some changes over the footer theme templates, you need to edit the code from here -> https://www.screencast.com/t/RqUdpKc8 Also, if you need more assistance in this case, please open a new topic at our support forum from here -> https://forum.tagdiv.com/forum/newspaper/
Sorry for the inconvenience and thank you for understanding!
Reply
AvatarMatt Pramschufer May 13, 2019 at 4:59 pm
That does not help at all. What happens when you update the TD Composer plugin? All of the updates that were done to those would be replaced.
This is NOT going to work for continuous development using the Newspaper theme.
There are ways to incorporate locate_template() within a plugin so that you can still maintain the functionality of overriding core templates.
This is not an inconvenience this is a DEAL BREAKER for utilizing this theme going forward with new clients, the flexibility and customization of this theme just went from 90% down to 0%.
Catalin L.Catalin L. May 14, 2019 at 7:53 am
Hi,
The Newspaper theme update brings a change for the customers that use WP Bakery Page Builder with our Theme: when you’ll be updating to the Newspaper 9.7.2 version, you’ll need to activate the tagDiv Composer to keep the Newspaper theme functionality you’ve previously used. Otherwise, you will have basic WordPress functionality, complying with Envato WordPress Requirements – https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
Please note that activating the tagDiv Composer doesn’t mean that you are required to use our custom page builder on your website. You can use the WP Bakery page builder as you did before the update. We recommended you to do not use the tagDiv Composer and WP Bakery page builders on the same page though, because you cannot edit with WP Baker blocks and shortcodes created with tagDiv Composer or vice-versa. Regarding your customizations, if you have made and have affected some of the theme core files when you will make the theme update, all of these files will be overwritten. You need to make a full backup and then, all these customizations should have to be implemented again to the core files.
Thank you!
AvatarMatt Pramschufer May 14, 2019 at 9:19 pm
Catalin,
Your response has nothing to do with the issue I proposed. I did not say anything about WP Bakery.
The theme has no hooks at all to implement customizations on a plugin level, and now the functionality of customizing page/post templates has been removed without introducing a new method to make those customizations.
Your answer of just “hack the core files” is absurd. You can not really believe that your customers are going to think this “cowboy coding” way is going to fly in 2019?
Is there someone on your development team or someone higher up that you could connect me to?
I have built out over 20 media publications using the Newspaper theme, all of which have customizations. If I make changes to the TD Composer plugin and you push out an update, it is only a matter of time before all of those customizations are lost.
Catalin L.Catalin L. May 15, 2019 at 8:12 am
Hi,
Sorry for the inconvenience! In your case, if this update will affect your websites, the best solution is to keep the old theme version (9.1) for them. This can be downloaded from here -> https://forum.tagdiv.com/topic/important-new-update-newspaper-9-7/ Please notice that we try doing our best and where we find a way for this case, we will make an update with this, sorry! At the moment, there is no such thing, sorry!
Thank you!
Dear Vlad,
It would be nice if you could help me again, please. I have with your instructions, which I found see screenshots, changed the code.
The code breaks my page and then there is parse error.
Many thanks. Rick
https://www.screencast.com/t/iN3BVwVzenP
My Code:
<div class=”td-header-rec-wrap”>
<?php
if(pmpro_hasMembershipLevel(array(‘1′,’2’))){
// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’, ‘spot_title’ => $tds_header_ad_title)); ?>
}
</div>
Parse error: syntax error, unexpected end of file in /wp-content/plugins/td-composer/legacy/Newspaper/parts/header/ads.php on line 8
The site is experiencing technical difficulties.
Hi Calin,
I deactivated all plugins except for TD Composer and the ads are still not accessible.
There are no special codes in the Google or custom code areas, however many of the ads (which I can not access right now) have Ezoic ad wrappers around them. The Ezoic ad wrappers have the structure shown below. I used the Ezoic ad wrappers with my old host and Newspaper with no issues.
<!– Ezoic – ArticleSidebar – sidebar_1 –>
<div id=”ezoic-pub-ad-placeholder-102″>
(ad code goes here)
</div>
<!– End Ezoic – ArticleSidebar – sidebar_1 –>
Appreciate any other thoughts!
It still works using the standard header templates but I’m trying to build my own using the blank template option in td composer
Hi, as a result if I want to edit a file like td_module2.php, I have to edit the file directly in the td-composer plugin folder? There is not any other way ? It is therefore necessary to avoid overwriting the modified file in case of an update of the plugin. Thanks for very much your help.