- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- 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
Hi,
You can use a css like this one to set a global background image on header -> https://i.imgur.com/Hh9JLEh.png -> https://i.imgur.com/dEQzO54.jpg
.td-header-row {
background-image: url("set your image url from media library")
}
If you want to have a different background on homepage you can use this css
.home .td-header-row {
background-image: url("set your image url from media library")
}
on category page
.category. td-header-row {
background-image: url("set your image url from media library")
}
on articles
.single .td-header-row {
background-image: url("set your image url from media library")
}
You can achieve that block by using tagDiv Composer, edit the page -> https://i.imgur.com/5BROogz.png and add the elements you need -> https://i.imgur.com/vxEmTvt.png -> https://i.imgur.com/Wo74sVq.png => https://i.imgur.com/1coUVEh.jpg
Thank you!
I ask for help.
Newspapper TD Composer – (Content – Social Counter – Element – Header Setting)
How do I get “Behance ID” and “Behance fixed count” in there?
The widget “Social Counter” is not included either. How do I get it in.
Thank you
Hi – While I am using TD Composer to edit my pages, I can only see random characters in each of the Element blocks on my pages. I can only see what is actually in the Element blocks if I select the element and then “Edit Content.” I believe I am using Version 4.9.1 of Newsmag.
What the page looks like online – https://ibb.co/Nt0VcDH
What I see when I am using TD Composer > page editor – https://ibb.co/0qrK6zK
The behavior is the same on all of the pages of my site, not only this Home page. Am I missing an update that repairs this problem? What do I do next?
Thank you!
Just to be clear, it seems that only modifying
-> wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php -> https://i.imgur.com/wsfQ07L.png
breaks the whole site. Modifying the other version seems to have no effect on anything.
Hi there,
I just tried the Mobile Theme & AMP plugin. But on the home the post pictures are not displayed. Instead of the picutres there is just a grey field.
When I take a look at the code all posts try to load the same picture that is missing:
The theme tries to load this picture: /wp-content/plugins/td-composer/legacy/Newspaper/assets/images/thumb-disabled/td_741x486.png
Where do I change the setting that the post images are displayed on the home?
Looking forward hearing from you
All the best
For desktop post pages and category pages it works now. That’s done. Thanks for the help.
But it does not work for mobile.
wp-content > plugins > td-composer > mobile > single.php
Where do I have to copy the single.php for Mobile to? What is the correct folder structure in the child theme?
I also need the Breadcrumbs Mobile for the category pages.
Hi,
If you want to change the breadcrumbs from mobile template, you can check the files from this path -> wp-content/plugins/td-composer/mobile
Thank you!
Hi,
I’ve made some deep investigations and if you set from theme panel the login off, the option will no longer be display on website, but this will be still load in backend, that’s what is display, if you want to remove it from loading you’ll need to remove it from theme files, but this need to be done after each theme update.
-> wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php -> https://i.imgur.com/wsfQ07L.png
-> wp-content/plugins/td-composer/mobile/parts/menu-mobile.php -> https://i.imgur.com/v3ALEwx.png
Thank you!
hello I’m beginner here…please help me…
TD Composer was working but, now same problem. I did not do anything from Cpanel.. Cpanel User name and password are same… please find out the problem and fix. And teach me what is problem are. Thank you…
Login is disabled in the theme panel and there is no login element as shown in your screenshot. We are using header template 26. Nothing is visible in TD Composer. https://www.castlecrypto.gg
Hi,
The view count is a post meta.
If you want to use the view counter for your plugin, you can check the code in these files: -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php -> https://i.imgur.com/bdmzajg.png
-> wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php -> https://i.imgur.com/Ah9v3Co.png
Hope this will help you!
Thank you!
Hi Vlad,
Thanks for investigating this.
I reviewed the screen capture you provided but they do not match the queries we see.
Below is the call stack when adding a Multipurpose Shortcode “Inline Text”, which triggers the MySQL request I shared above.
I can reproduce this with a fresh install on Newspaper with a new WordPress.
Can you see it too?
WP_Query->get_posts()
wp-includes/class-wp-query.php:2994
WP_Query->query()
wp-includes/class-wp-query.php:3413
WP_Query->__construct()
wp-includes/class-wp-query.php:3522
td_data_source::get_wp_query()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php:410
td_block->render()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php:131
tdm_block_inline_text->render()
wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_inline_text.php:68
td_global_blocks::proxy_function()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
do_shortcode_tag()
wp-includes/shortcodes.php:325
preg_replace_callback()
wp-includes/shortcodes.php:325
do_shortcode()
wp-includes/shortcodes.php:199
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:198
vc_column->render()
wp-content/plugins/td-composer/includes/shortcodes/vc_column.php:119
td_global_blocks::proxy_function()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
do_shortcode_tag()
wp-includes/shortcodes.php:325
preg_replace_callback()
wp-includes/shortcodes.php:325
do_shortcode()
wp-includes/shortcodes.php:199
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:198
vc_row->render()
wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:766
td_global_blocks::proxy_function()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
do_shortcode_tag()
wp-includes/shortcodes.php:325
preg_replace_callback()
wp-includes/shortcodes.php:325
do_shortcode()
wp-includes/shortcodes.php:199
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:198
tdc_zone->render()
wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php:576
td_global_blocks::proxy_function()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
do_shortcode_tag()
wp-includes/shortcodes.php:325
preg_replace_callback()
wp-includes/shortcodes.php:325
do_shortcode()
wp-includes/shortcodes.php:199
apply_filters('the_content')
wp-includes/plugin.php:206
the_content()
wp-includes/post-template.php:253
Hi,
Yes, you apply the Yoast SEO on all style from 1 to 13, but you are using the default post style and for this one the code is not set, also the files for default post style need to be set in the root of child ( inside the child with the where is function.php file ), the file need to be copy from here -> wp-content/plugins/td-composer/legacy/Newspaper/single.php -> https://i.imgur.com/XFd8VOo.png
Thank you!
@Calin I am trying to remove all login/register code as well. Right now even though disabled in the theme panel the code appears everywhere on the page and links to pages that don’t exist (example – the privacy policy link is linking to a contact form 7 WP draft page).
In the code this begins with “<!– register/login section –>”
I am using a cloud template that I edited, but I see no way to remove it from there, since it does not appear anywhere on the front end.
Can this code be removed from TD Composer plugin, or commented out?
Also when I opened TD Composer from edit menu I’m getting the error below.
Error at zones: 5(models) : 4(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
Thank you in advance for your help
Footer — Posts Page
Edit | Quick Edit | Trash | View | TD Composer is disabled on Posts Page
First of all my internet server doesn’t let me see your examples due to they come from imgur.com. Second, there is a warning above. TD Composer is disabled on Posts Page. Is this a regular application or I did something wrong and disabled it.
Hi again,
I hacked the file wp-content/plugins/td-composer/egacy/common/wp-booster/td_instagram.php to make it work.
Now I have both : A link to our Instagram account and links to recent publications.
But I hate the idea to have a file with custom modifications with potential threat of my modifications been replaced in a future update.
:-/
Waiting for replies next week. Best,
Romain Bourgin, Cadeau Maestro
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
If I understand correctly you want to replace the comment count with post view, unfortunately this can be achieve only with custom work and this is not covered by support policy -> https://forum.tagdiv.com/support-policy-2/ all I can do is to guide you to the flex files -> wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php
Thank you!
Hi,
So if I understand correctly you do not want to have in posts the related articles -> https://i.imgur.com/pPwbOoO.png if you disable this option in theme panel ->https://i.imgur.com/s9iQAa1.png and the block is still display, that means that you are using a single post template from tagDiv Cloud Library, on the cloud templates the settings from theme panel will not apply, you’ll need to edit them using tagDiv Composer -> https://i.imgur.com/E9gc3td.png click on the element you want to remove and press delete or use the right click -> https://i.imgur.com/cuUYnG9.png
Hope this will help you!
Thank you!
Fatal error: Uncaught Error: Call to undefined function get_post_datetime() in /home/u315997999/domains/praxisrevista.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:671 Stack trace: #0 /home/u315997999/domains/praxisrevista.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-4.php(32): td_module_single_base->get_item_scope_meta() #1 /home/u315997999/domains/praxisrevista.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_4.php(52): require_once(‘/home/u31599799…’) #2 /home/u315997999/domains/praxisrevista.com/public_html/wp-includes/template-loader.php(78): include(‘/home/u31599799…’) #3 /home/u315997999/domains/praxisrevista.com/public_html/wp-blog-header.php(19): require_once(‘/home/u31599799…’) #4 /home/u315997999/domains/praxisrevista.com/public_html/index.php(17): require(‘/home/u31599799…’) #5 {main} thrown in /home/u315997999/domains/praxisrevista.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 671
I have been working with my web hosting company and I am experiencing similar issues. Google PSI indicates that I need to “remove unused CSS” and my web host provider said the following CSS were the issue. This is causing an extra 1.5 seconds load time:
/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=5a862b9d7c39671de80dd6dee389818b
/wp-content/themes/Newspaper/style.css?ver=9.8
/wp-content/plugins/td-cloud-library/assets/css/tdb_less_front.css?ver=489325fca4f12cbec6ded350cf173551
Appreciate your help.
Thanks!
please do something for me..i bought newspaper theme 2~3 weeks ago…from thats time TD COMPOSER not working… i do everything what you say…. but still TD COMPOSER dos’t work….!!! please brothers do something…
Hi,
In most cases the TD Composer is not working when is a plugin conflict or is a code set in the page that breaks the TD Composer -> functions.
Please check this article about when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
For the second problem, I can not find the -> https://www.dropbox.com/s/m3kxgx7zdlrpa5c/Screen1.jpg?dl=0 in your website -> http://www.biggolfblog.com/ please provide me a link to these blocks, in this way I will be able to provide you and working answer.
Thank you!
Hello Vlad
As you guys suggested, I have imported a pro single post template, duplicated it for secondary language. Translated the necessary texts in td composer but the translations still don’t apply.
https://pasteboard.co/ISlhec3.png
https://pasteboard.co/ISlh6qy.png