- 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, i’ve deactivated the “SHOW SIGN IN / JOIN” option in my theme panel, removed all “Header login” elements from my cloud templates with TD Composer, but the modal code still shows up in my frontend and i can still use it to login, register and request a new password.
This modal is really unsafe as it has no captcha nor any other check.
In 2021 it is optimistic at the very least.
How can i prevent the modal’s code from showing up in my source code and in comments?
I can’t find any template to overwrite in my child theme to remove it .
If anyone’s interested, i’ve at least disabled the unsafe ajax calls, adding this code to my child theme’s functions.php :
add_action('wp_ajax_nopriv_td_mod_login','my_theme_disable_ajax', 0);
add_action('wp_ajax_td_mod_login', 'my_theme_disable_ajax', 0);
add_action('wp_ajax_nopriv_td_mod_register', 'my_theme_disable_ajax', 0);
add_action('wp_ajax_td_mod_register', 'my_theme_disable_ajax', 0);
add_action('wp_ajax_nopriv_td_mod_remember_pass', 'my_theme_disable_ajax', 0);
add_action('wp_ajax_td_mod_remember_pass', 'my_theme_disable_ajax', 0);
function my_theme_disable_ajax(){
die(json_encode(array('login', 0, __td('Ooops... Error 404', TD_THEME_NAME))));
}
Thanks
Hello,
If you have the mobile responsive version, then you can change the color with tagDiv Composer => https://www.screencast.com/t/0MeXw9Pp
But if you use the mobile theme plugin, then you need to use custom code CSS => https://www.screencast.com/t/uJA8F7xjLdf
.td-post-content .td_quote_box p{
color:red;
}
Set the code in Theme Panel -> Mobile Theme -> Custom Code => https://www.screencast.com/t/St204VtFl3NU
Hope this helps you!
Thank you!
Hi,
Unfortunately this can be done only manually if you set a code for reСaptcha v2 in theme files on this path -> wp-content/plugins/td-composer/legacy/Newsmag/parts/register.php
Hope this will help you!
Hi, i dont see this option when i use the “normal page” for POST:
1.https://www.screencast.com/t/Su67X6gJjUuO
2.https://www.screencast.com/t/P5TQIrATaotr
Can i edit the function file to make a custom templet and edit that one with custom html like i did with the cloud tempelets? I dont se the benefit using the cloud templets when i do all custom work (i would like to delete that plugin). I just want the ” short codes” and so other functions i get with with the td-composer(?).
Aslo the mobile theme plugin.. Why cant i edit it for mobile users? Why do i need to use the theme thats comes with it and not change it?
I would like to custom the mobile theme so it will be the same — so it gets the benefits that comes with mobile theme plugin.
Hi,
I’m having some troubles to edit some parts of the website I launched some month ago.
TD Composer is generally working, except this “Content with title” module. It enters in an endless loading and cannot edit the content.
Any hint?
Here, the screenshot.
Hi,
If that code needs to be inserted in functions.php in the mobile theme plugin, you can set it on this file path => wp-content/plugins/td-composer/mobile/functions.php
If need to add in the other file, please let us know.
Thank you!
Hi jaychawda, if you want to edit the content that is call in each template, then you can find this file in this path wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/ErTKq5c.png also this function can be find the posts templates where is called, for example for post template 1 wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php -> https://i.imgur.com/H9JBy1L.png
Hope this will help you!
I am getting an error on a category/page https://amjmed.org/category/diabetes-obesity/
Warning: Illegal string offset ‘td-multipurpose’ in /home3/amjmed/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 407
Notice: Array to string conversion in /home3/amjmed/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 407
Warning: Illegal string offset ‘font_awesome’ in /home3/amjmed/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 407
Notice: Array to string conversion in /home3/amjmed/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 407
That specific code on /td-composer/includes/tdc_main.php is:
if ( ! empty( $footer_icon_fonts ) && is_array( $footer_icon_fonts ) ) {
foreach ( $footer_icon_fonts as $font_id => $font_settings ) {
if ( ! isset( $icon_fonts[ $font_id ] ) ) {
$icon_fonts[ $font_id ] = $font_settings;
Other pages seem to work fine.. Any idea what could be the issue?
I appreciate any help you can give me.
Hi,
I believe I ran into a css glitch.
I styled some posts very much to my liking using the tagdiv composer, but the appearance is different in Safari and in Firefox/Chrome.
Please see with Safari desktop: https://test.wcta.com.br/tdb_templates/blank-single-template/
The row where the post title goes has a margin-top of -104px, and padding-top of 28px. But it displays differently in Firefox and Chrome, the row was moved up inside the slider as in Safari.
I tried to solve it with a margin-top of -76px for the element in that row, but then it displays wrong in Safari desktop.
Thank you
Another follow up:
“Another thing that can be done is to set the font-display:swap; in wp-content/plugins/td-composer/mobile/style.css -> https://i.imgur.com/kxMEzky.png”
And it worked!
Hello @marijnvdgruiter!
You need to add that code here:
wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.php
Save the file, refresh the page and it should working.
Thank you!
Hi Bettina,
The TagDiv Composer does not allow me to click on or highlight the elements of the Ecwid online shop or any of the posts that are imported via the RSS Feedzy Feed (see links below).
So I can’t select any of those elements to change the font colour.
Is there another way to change the font colour?
Hi andxtagdiv,
I think that here is a big misunderstanding.
The problem with tdc_history (tagDiv Composer history) has been passed to our developers and this has been improved/fixed in Newspaper v10.3.8 https://i.imgur.com/1cgGYSq.png -> https://themeforest.net/item/newspaper/5489609 therefore if you had a version under that you had the problem, but now that you have Newspaper v10.3.9.1 this problem should no longer appear (just for curiosity what theme version you had before theme update?). But to be sure for this you can keep an eye on it.
What Anamaria mean was that we know about this problem that theme has and she provide a link where the problem was discussed. On that time the theme version I think that was 10.3.1 or 10.3.2.
Also the suggestion to clear the database I think that was made because you said that you “cleaned it manually” and Anamaria suggested that you can use a plugin for this, is no need to do it manually (is good if you have those skills).
I hope I didn’t upset you and that I managed to express myself correctly about the above situation.
Sorry for all the inconvenience that were caused!
Hello!
Please check the list by accessing td-composer/includes/templates/td-multipurpose.php
Hope that helps you!
Thank you!
Hello,
That code needs to be set in the Theme files, maybe even in function.php => wp-content/plugins/td-composer/legacy/Newspaper/functions.php
Thank you!
Hi Support,
We just recently purchased your Newspaper theme and we also activated it on the backend when trying to put it on our website. However, when we went to activate it the site crashed and it appears the issue is related to the “td-composer” plugin. We’ve also made sure all the server settings are correctly set and we’ve also already made sure everything mentioned within this article is correctly set ( https://forum.tagdiv.com/tagdiv-composer-not-working/?fbclid=IwAR1Nmkzo4jiuKdwP291YdhdZmhmtTqPgdnJVisIwH-5kvmbZ9IRQ1BTRAqY ).
Is there any other thoughts your team might have as to why we’re not having success with getting any of your demo themes to properly load up.
Hi Calin,
thank you for your willingness. That sounds great!
My original path:
/wp-content/plugins/td-composer/legacy/Newsmag/parts/header/top-menu.php
I create new path in theme child:
/wp-content/themes/Newsmag-child-theme/parts/header/top-menu.php
But changing code isnt work in this new file. Where did I do a mistake?
Thank you Calin for your advice.
Maverick10
Hi,
You can disable the option the Auto Loading on the Sigle Post Template with tagDiv Composer -> Show site wide settings => https://prnt.sc/10bb8mr
To hide the scroll to the top, you need to use a custom code CSS =>
.td-scroll-up{
display: none !important;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Let me know the results!
Thank you!
Come on guys! We need your help!!! You call your theme the best – need to see some action behind this claim. I don’t exactly remember how I solved this the last time, but it had something to do with clearing cache – and I have cleared all my caches. And still no change. All Plugins disabled, NADA.ZIP.
I looked at the Debug.log file being created on my site and I repeatedly see the following two errors:
[08-Mar-2021 03:58:09 UTC] PHP Notice: Use of undefined constant TDC_PATH_LEGACY – assumed ‘TDC_PATH_LEGACY’ in /home/sreeiyer2017/public_html/wp-content/plugins/td-composer/td-composer.php on line 202
[08-Mar-2021 03:58:09 UTC] PHP Notice: Use of undefined constant TDSP_THEME_PATH – assumed ‘TDSP_THEME_PATH’ in /home/sreeiyer2017/public_html/wp-content/plugins/td-composer/td-composer.php on line 206
[08-Mar-2021 03:58:09 UTC] PHP Notice: Use of undefined constant TDC_PATH_LEGACY – assumed ‘TDC_PATH_LEGACY’ in /home/sreeiyer2017/public_html/wp-content/plugins/td-composer/td-composer.php on line 202
[08-Mar-2021 03:58:09 UTC] PHP Notice: Use of undefined constant TDSP_THEME_PATH – assumed ‘TDSP_THEME_PATH’ in /home/sreeiyer2017/public_html/wp-content/plugins/td-composer/td-composer.php on line 206
I don’t know why this is coming. Is this a clue?
Pl. help. My site pgurus.com looks a mess (open it from Mobile and u will see what I mean)
-
This reply was modified 5 years by
Mystic.
Hi Vlad,
Thanks for the feedback, I have cleared the cache in addition to the other steps mentioned but TD Composer still will not load. I can’t finish my website because the Composer is not loading…what can be done…since I’m building my site the link is not active so not sure how you can check it, please advise, thanks?
Cheers,
Ed
When I go to upload an image to the media library it gives me this error – “Post-processing of the image likely failed because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.”
The image is less than 1mb and after further investigation, it appears that there’s a conflict with the td-composer plugin that’s causing this.
https://share.getcloudapp.com/kpu7zG2B
The image uploads as normal when the plugin is deactivated.
Can you help, please?
Hey there,
for any reason a Google Font, which is used on my site, is called and loaded twice. First time the weights 400, 600, 900 (as defined in theme panel), second time 400, 600.
See: https://imgur.com/Y1x7GJS
and: https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C900%7CRoboto+Slab%3A400%2C600%2C900%7CRoboto+Slab%3A400%2C600&display=swap&ver=10.3.9.1
You can check here: https://www.top-magazin-frankfurt.de/news/skyliners-frankfurt-praesentieren-plaene-mega-arena-kaiserlei/
“Load default fonts” is disabled as well as “tagDiv Standard Pack”. Site is built with TD Composer.
Do you have any explanation and solution for this behaviour?
Thanks and regards
I’ve noticed that my cloud templates and certain elements are being indexed on google but I don’t want these pages searchable (just usable by me). How can I remove these from the index?
For example, Google gives me an error about the below telling me the font is too etc as if it is a regular page but this clearly should not be showing up on google or as part of my site.
https://mindfulpump.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/
It also appears that a query was made “font awesome composer” and a click through to the site because of it. Why is this happening?
I have a Yoast premium account that does noindexing but doesn’t seem to be doing the trick.
Thanks in advance!
background videos no longer works on the TD composer row?
On the page using TD Composer, there’s a bigger margin between the navigation and the top of the content. Is there a way to shorten that gap so it is consistent with default pages?
Thanks.