- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
Salut!
1. Aici: https://demo.tagdiv.com/newspaper/category/tagdiv-technology/ -> este folosit Style 3, la voi face display doar la subcategoriile din Technology, respectiv:
| Gadgets | Mobile | Phones | Photography | Reviews |
La mine arata toate categoriile, cum fac sa nu mi le arate pe toate, ci doar subcategoriile, iar daca nu exista subcategorii sa aratate doar categoria? (am incercat toate setarile si nu reusesc).
2. Paginile unde este tdComposer primesc avertisment in consola, interesant ca la voi pe website (demo) nu exista acest avertisment. Cum rezolv:
http://tinypic.com/view.php?pic=oa0lfd&s=9#.WoIW6OeYNPY
I sent you images of the screens. First image blockcategoryview is view from “edit with TDcomposer” window as you can see from there in block categoryfilter you can see the categories until third sublevel. 4th sub level Categories such as devecili, mandacılık ca not be seen in the drop down category menu. So We can not choose these categories from “edit with TD composer” window. on the other hand as you can see from categorywindowcategoryview screencapture these 4th sub level categories exist. What I want, I want to be able see these 4th level sub categories in “edit with TD composer”.
the adress for my portak is
turkiyetarimi.org/wp-admin
username is tunc26gm
password is sifre1234
When to open a edit with td composer window and try to assign a category from drop down categoryfilter menu youwill not be able see 4th level sub categories.
I would appritiate also if you provide me information how can set my portal so that if a visitor opens a page from menu it opens in new section in browser.
Thank you.
TDS
Hi,
First please check the theme system status parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed. Then try the composer on a new page.
Also it could be the issue similar to this topic
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Take a look yourself or ask your hosting provider to check if that is the case.
Let us know the results.
Thanks
I get the “Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!” error message when opening a page in Composer and cannot drag&drop elements to page.
None of the here mentioned solutions work:
https://forum.tagdiv.com/topic/tagdiv-issue-2/
I already deactivated all plugins, deactivated Cloudflare, cleared Browser Cache, checked system status… error remains.
Can you please login my website and try to fix it? Where can I safely provide you my login credentials?
Hello everyone. I recently installed Newspaper on my wordpress site. However, I am running into 2 issues – one is that whenever i try to use the TD composer, each block that i drag never loads. It shows an infinitely long loading cycle. The second issue is that I am unable to access any of the pages i create – whenever I try to do that , it tells me that there is no such page “The requested URL /about-cin/ was not found on this server.”
Can you help me with some guidance on how to fix this?
7.2 is ‘recommended’ by WP, but not ‘required.’
Most sites are still running 5.6x and some are now on 7.1x; many are testing 7.2, but a lot of WP stuff not compatible (e.g., I did 7.2 test, and one WooCommerce plugin for MailChimp won’t work without 7.2, but the PDF invoice plugin from Woo, won’t work with 7.2 … which I think they are working on …)
Try setting your PHP version to 7.1 vs 7.2 for now.
A new version of NP coming soon with updated TD Composer.
( I don’t work here. )
Also good to check the THEME compatibility info, not the WP compatibility info.
Hello,
I’m having some “problems” with the Speed Booster plugin. I state that i’m not a newbie to this template and its plugins.
Said that, what follow is my problem: as you can see from the screenshot below, if i run the Google Page Speed for my articles, there’re two files that delay the render of the page (above-the-fold) only on the mobile version (i’m not using the dedicate mobile plugin because the theme is already mobile friendly).
I’ve added those files in my Speed Booster config file, but seems that isn’t working.
The second problem is: why the mobile pages needs 5 round trip to be loaded? (0 on desktop version)

Here’s my speed booster code for CSS and JS (not complete for security reasons):
function css_mover() {
//if ($this->td_theme_name == 'Newspaper') { }
// wp 011 - Newspaper 6
$this->move_style_to_footer_queue('bbp-default-bbpress'); //bbpress old
$this->move_style_to_footer_queue('bbp-default'); // bbpress
$this->move_style_to_footer_queue('contact-form-7');
$this->move_style_to_footer_queue('cookie-notice-front');
$this->move_style_to_footer_queue('ewww-image-optimizer');
$this->move_style_to_footer_queue('disqus-comment-system');
$this->move_style_to_footer_queue('yoast-seo-adminbar');
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
$this->move_style_to_footer_queue('cookie-consent');
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
}
//@todo test on newsmag
$this->move_style_to_footer_queue('woocommerce_prettyPhoto_css'); //on product page
$this->move_style_to_footer_queue('woocommerce_frontend_styles'); //old woocommerce?
$this->move_style_to_footer_queue('woocommerce-layout');
$this->move_style_to_footer_queue('woocommerce-smallscreen');
$this->move_style_to_footer_queue('woocommerce-general');
//$this->move_style_to_footer_queue('bp-legacy-css');
//google fonts
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');
$this->move_style_to_footer_queue('google_font_roboto_cond');
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google-font-ubuntu');
//move revolution slider css
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('genericons'); //still rev slider
//$this->move_style_to_footer_queue('js_composer_front');
}
/**
* move javascript to footer
*/
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('vc_woocommerce-add-to-cart-js');
$this->move_js_to_footer('contact-form-7');
$this->move_js_to_footer('cookie-notice-front');
$this->move_js_to_footer('disqus-comment-system');
$this->move_js_to_footer('ewww-image-optimizer');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('tp-tools');
$this->move_js_to_footer('jquery');
$this->move_js_to_footer('comment-reply');
$this->move_js_to_footer('js_files_for_plugin_live_css');
$this->move_js_to_footer('js_files_for_live_css');
$this->move_js_to_footer('js_files_for_ace_ext');
$this->move_js_to_footer('js_files_for_ace');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('td-site');
$this->move_js_to_footer('cookie-consent');
//print_r($wp_scripts);
// replace comment-reply.min.js with inline version
}
https://www.homenaturalcures.com/wp-admin/post.php?post_id=1212&td_action=tdc
Above is the link, when I try to open the tagdiv composer and it’s only white screen which tries to load and load and load, but NOT loading.
Kindly guide.
@Chris – Thanks and I agree it’s pretty easy to use if you know HTML, but I have a lot of authors on these websites whose minds would explode if I showed them this code they had to use every time they wanted to create an accordion. They have gotten pretty used to using the easy drag and drop tools of Visual Composer. Just click the button for the element and add in the content. The reason we went with Newspaper in the first place (over 3 years ago) was it had all these great drag and drop tools, was easy to use, and looked fantastic and professional. It was an easy sell to my school district to go with Newspaper.
Now it looks like I need to do research again on plugins and themes… hopefully just a plugin this time that will give me the functionality of adding accordions and tabs easily without the use of HTML and shortcodes PLUS+ work with TD Composer. I’ll share if I find something.
Hello there! I need some help.
I already checked the page How to use custom post type and taxonomy, and downloaded the suggested plugin td-custom-post-type. It seems to me that this is a “plugin way” to add CPTs other than my “child theme way” to add them.
I’m working with a Newspaper’s child theme, the files cpt-events.php and cpt-photos.php are required from functions.php. Then I rebuild the permalinks from /wp-admin/options-permalink.php whenever I add or remove the require lines.
The issue is that, upon adding these CPTs, TagDiv Composer no longer loads after clicking the button that links to /wp-admin/post.php?post_id=SOME_ID&td_action=tdc
Both CPT files were generated from Generate WP and everything else (other than TagDiv Composer) works flawlessly.
To make things even stranger, after removing cpt-events.php and cpt-photos.php require lines from functions.php, and rebuilding permalinks, TagDiv Composer continues not loading. It will only work if I restore a database backup saved right before activating the CPTs.
I don’t have an URL so that you could login in wp-admin. I’ve been testing it on my local development environment.
I’d like to know if you could take a look in the linked php files. I’m not aware of any CPT setting in those files that could trigger this behavior (composer not loading), perhaps you can spot it.
When opening the tagDiv composer on my home page, I am met with a blank screen and my browser “blocking unsafe scripts”, when I tell my browser to load the unsafe scripts, I am met with the page loading, however, the editor being unresponsive and the error at the top of the page:
Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!


I have tried uninstalling the tagDiv plugin and reinstalling it but to no avail.
Hello thirdimedia,
You should use the IOS Slider or Big Grid Slider element from TD Composer and add it at the very top of your page. Please check here -> https://demo.tagdiv.com/newsmag/slider/
Thanks for the message!
Totally understand you not wanting to make a copy of visual composer and be your own plugin, however it puts me in a difficult position to transition to TD Composer if I don’t have the ability to create accordions and tabs in the same manner.
Do you know of any compatible plugins that can give me those elements in combination with TD Composer?
That’s what I thought. Do you guys have any plans of adding CSS animations (such as bounceinup), accordions, and tabbed content to the elements selection in TD Composer? One of my websites has a lot of pages that use accordions and tabbed content elements.
Hello emadhavis,
Here is talking about Author box on 3 columns which can be added using TD Composer, like this -> https://www.screencast.com/t/XLdRqkaIA Please notice that option is not available for posts but only for pages.
Thanks for your understanding!
Hello nirv1,
Please notice that the TD Composer works but it seems that on your homepage that plugin does not work. This is an error on your homepage and you should create it another one from scratch. Maybe your homepage has been created with another page builder and that’s why you cannot edit it with our composer, sorry! Please create another one.
Thanks for the message!
Hello gbouquet,
When you use an element from our Td Composer, notice that on the bottom of the editor, you have a button with allows you to Save the shortcode. After this element has been configured by you and save it, this one will appear in the list of elements from here -> https://www.screencast.com/t/gEpPIM4VWP -> https://www.screencast.com/t/KjvlJ1R5 and you can use that personalized item yourself.
Thanks for your understanding!
In primul rand “Felicitari pentru tema”!
Totul functioneaza foarte bine, o sa folosesc tema voastra si in proiectele viitoare.
#Am anumite intrebari:
Am instalat demo-ul vostru default (https://demo.tagdiv.com/newspaper/)
1. Pot sa afisez si ora postarii, nu doar data? (pentru un website de stiri este important cine a publicat primul ca si ora si minut). WordPress implicit la postare are: data, ora si minut.
2. De unde customizez “author box” sa aiba poza si descriere?
3. Unde setez ca la articolele postate icoanele de share sa fie vizibile in mod automat si nu doar apasand icoana + (la voi in demo sunt afisate automat).
4. Pe fiecare poza este scrisa categoria. Are default background color negru si la mouse hover este albastra. Se pot schimba aceste culori din meniu fara custom CSS?
5. Cand editez demo-ul vostru cu TD Composer nu pot edita si “LATEST ARTICLES”, de unde incarcati aceste articole? Din ce locatie le customizez?
6. In footer de unde incarcati EDITOR PICKS si POPULAR POSTS? Din ce locatie le customizez?
7. Se poate ca la o postare care este adaugata in categoria “Featured” sa faca display pe homepage in loc de poza un videoclip Youtube? Demo-ul vostru de aici: https://demo.tagdiv.com/newspaper/td-post-after-effects-guru-tracking-and-stabilizing-footage/ nu este incarcat atunci cand instalezi tu ca si client demo-ul, astfel puteam edita si vedeam ce block foloseati.
8. De unde customizez “popup-ul” cu “mai multe articole” care apare in dreapta jos atunci cand accesezi un anumit articol?
#Sugestii:
1. Logo: Atunci cand ai facut ceva scroll pe pagina si dai scroll sus apare din nou meniul website-ului. Aici ar fi bine daca ar incarca logo-ul din mobile, sau alta varianta. Explicatie: Daca in logo ai un motto, cum aveti voi de exemplu: “the art of publishing” acel text nu mai este lizibil la scroll sus cand reapare meniul (asa este si in cazul meu).
2. Clasa “td-adspot-title” care face display la textul “- Advertisement -” este deja declarata de cei de la Adblock in “spam ads”, acesta clasa ar trebui “schimbata” la fiecare update de tema, sau mai ingenios generata in functie de un parametru unic pentru fiecare client, astfel sa le fie aproape imposibil sa o declare “spam ads” asa usor. Daca verificati cu Adblock plus inclusiv demo-ul vostru o sa vedeti ca “- Advertisement -” nu apare.
Apropo: Tema voastra functioneaza perfect cu Wordfence (antivirus, firewall cu +1 milion instalari active).
Hello Jerrard,
Please keep in mind that we focus our attention on our page builder which is TD Composer and this plugin will be improved with some features which have to be exclusively for this builder. Notice that further, you can use the Visual Composer but there will be no major improvements, sorry!
Thanks for the message!
Am I missing something… I have the same question… i am running Newspaper 8.6. In TD Composer when I select a row or element, then navigate to the CSS tab I do not have an option for Display. The last option I have in the panel is Color 2 overlay. The a link to “Clear CSS”
Hi guys!
I purchased the Newspaper 8.6 lately.
How come I don’t have “Edit with TD Composer”
Iwant to edit the home page of my newspaper.
Thanks a lot.
Hi everyone
Yesterday I update my theme via Plugin. Now my site design is broken. (beycank.com) I found that, tagdiv composer is deleted. So I tried to install again but I got this problem:
Installing Plugin: tagDiv Composer
The plugin does not have a valid definition section.
Installation package downloaded, download location: http://beycank.com/wp-content/themes/Newspaper/includes/plugins/td-composer.zip…
Opening package …
Installing plugin …
The destination folder already exists. /var/www/vhosts/beycank.com/httpdocs/wp-content/plugins/td-composer/
Attachment setup failed.
So, What should I do now? where can I found this folder. Should I delete it and try again to install it? Thank you so much. Please help me 🙂
Thank you.
One thing – how do I add a contact form to this page? http://moneyoak.com/contact/
Can I do this thru TD Composer?
Hi, I recently upgraded to Newspaper 8.5 and started using the new TD Composer. I really like it, however I’m not sure if all the features are working. When I go to put in an icon for example the default icon appears, however then when I go to change the icons nothing appears under any of the icon styles. It’s just blank
Question: For the Image Box element in TD Composer, what CSS would I add and where would it add it to move the title box to the bottom of the image? And also change the background color of the title box?
Or, is there a different element I could use that would have the title at the bottom (or top, I suppose)?
If there is not a way, I suppose I can edit each image individually and add the title myself at the bottom. But, thought I would ask first. Thanks!