- 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
I wanted to round the corners of all the blocks and grids of the site. I don’t know if I can do this with Theme Options, but I found a custom CSS code in the forum:
.td-module-thumb .entry-thumb{
border-radius:10px!important;
}
The results are these:
https://imgur.com/a/NvL3K
As you can see, the code works but there’s a grey color in the corner. How can I solve this?
(And, can I round a specific block with TD Composer?)
Hello fakiro,
Notice that we do not recommend to use both page builders in simultaneously mode, sorry! You should remove the Visual Composer if it is enabled. Also, try to re-create the page using the TD COmposer and check the results.
Thanks for the message!
Hello,
The images you mention are the ‘TDM’ pictures required by the new multi-purpose plugin. They will come back as the plugin needs them to show up properly on the tagdiv composer. Sorry but these few images are required by the theme and cannot be deleted.
Thank you!
I have a page-style custom post type named “guides” that I want to use with TagDiv Composer. TD Composer was working properly at one point, but after some recent updates we began seeing an error when loading TD Composer. Unfortunately, Newspaper is still very much a beta-project for us (i.e. we have not launched the website using the theme yet; the live site is still using a custom theme we built years ago), so I do not have a clear timeline of when the error first appeared (since we aren’t checking it all the time).
When loading TD Composer on any “guide” post type, a red bar appears at the top of the screen with this error:
“Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!”
The error prevents new elements from being added to the page.
TD Composer still works properly in the WordPress “page” post type. We considered just moving all our guide content to be listed as Pages instead, but there are hundreds of them. The custom post type is for organization more than anything else, and we would really like to keep it if possible. Is there a solution to this error?
The custom post types are added in function.php using the standard WordPress creation code.
I have the same error. When clicking TD composer button, black page shows on screen. I cant edit the pages from front end
I’m same error. When click in edit TD Composer button is show 502 bad gateway on screen. I can’t edit the pages. 🙁
Hi Simion,
Thanks for your reply. I don’t currently have TD Composer installed on a live installation at the moment (I tried and deleted it as a test). I have tested it again across Safari (V11.0.3), Firefox Quantum (V58.0.2), Firefox Developer Edition (V60.0b2), Chrome (V64.0.3282.186) and am still seeing the same thing.
I’ve also tried resizing by zooming in and out and it does not make a difference.
I’m thinking maybe there is a setting on my computer beyond the browser that might be affecting it. Do you think this is possible?
I’ll try to tinker around a bit more and, if no luck, I’ll reinstall on a live demo site for you to have a look.
Kind regards
Fatal error: Uncaught Error: Call to undefined method td_util::get_font_family_list() in /home2/yourqua8/public_html/wp-content/plugins/td-composer/includes/tdc_map.php:1502 Stack trace: #0 /home2/yourqua8/public_html/wp-content/plugins/td-composer/includes/tdc_map.php(1517): tdc_fill_group_fonts() #1 /home2/yourqua8/public_html/wp-content/plugins/td-composer/includes/tdc_main.php(32): require_once(‘/home2/yourqua8…’) #2 /home2/yourqua8/public_html/wp-content/plugins/td-composer/td-composer.php(35): require_once(‘/home2/yourqua8…’) #3 /home2/yourqua8/public_html/wp-includes/class-wp-hook.php(286): tdc_plugin_init(”) #4 /home2/yourqua8/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #5 /home2/yourqua8/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #6 /home2/yourqua8/public_html/wp-content/themes/ionMag/includes/wp_booster/td_wp_booster_functions.php(198): do_action(‘td_wp_booster_l…’) #7 /home2/yourqua8/public_html/wp-content/themes/ionMag/functions.php(20): re in /home2/yourqua8/public_html/wp-content/plugins/td-composer/includes/tdc_map.php on line 1502
this also appears on wordpress
I was adding elements on my page with the tagDiv, but in some moment I got this error on my homepage
Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!
I don’t know how to solve, I appreciate your help
My site don’t use cache
php 5.6
Hello mjehangir,
Check the system status parameters to be increased according to our documentation. Check the theme to be the latest version of it installed via FTP way, clear all the caches and check the results. Until now, we do not have any bad reports in this case and notice that the TD Composer should works as expected, without any problems.
A 500 error can have a bunch of causes but in usual debugging you would use such a guide: https://www.lifewire.com/500-internal-server-error-explained-2622938
Please access your files via FTP and try to rename the plugins folder and test again.
Thanks.
That is not a bug, the mobile theme will not display the same content from desktop. It will not display pages built with the composer, content for mobile pages can only be entered through the mobile editor
– https://www.screencast.com/t/6Z2evNxsXE
This mobile plugin is optional, if you want to display the same content form desktop simply deactivate it. More about the plugin here
– https://forum.tagdiv.com/the-mobile-theme/
@stanisci There seems to be some theme design missing, that is why the author name looks broken. Enter this code in Theme panel->Mobile theme->Custom CSS
header .td-module-meta-info .td-post-author-name div {
display: inline-block;
margin-right: 2px;
}
Hello tec99,
There was added a gradient and that’s why this rule was hardcoded. If you want to use another color for this section you should choose what color you want from the Composer and then add the following code to Theme panel.
The code is here ->
.td-dentist .tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-descr {
background:transparent;
}
We will fix in the near future update, sorry!
Thanks for your understanding!
I’m very disappointed with recent changes made to Newspaper theme.
Visual Composer was awesome and could apply to posts and not only pages which I absolutely need !
I read on the forum that we could continue using VC if we wanted but that following improvements will only apply on TD Composer.
Yeah… but you disabled frontend editing with VC, which is a really helpful feature when it comes to editing CSS !
Don’t mind about future improvements as I got all I need with VC so is there a way to disable TD composer and bring back the frontend use of VC ?
Hello João Pedro F.,
There was added a gradient and that’s why this rule was hardcoded. If you want to use another color for this section you should choose what color you want from the Composer and then add the following code to Theme panel.
The code is here ->
.td-dentist .tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-descr {
background:transparent;
}
Thanks for your understanding!
Hello raebild,
I have checked before your setup page and I did not saw any problem with your TD Composer Every element seems to work as expected. Provide more details and screens with the problem if this will be there. Clear all the caches and check the results.
Thanks for the message!
Hello jmedina0107,
Sorry but the TD Composer has been designed to be used only for pages and not for posts, unfortunately.
Thanks for your understanding!
Hi Alin,
It is a fresh installation on a local server using MAMP so wouldn’t be able to provide a login. I do not have any other plugins active, so that’s not a possibility. I’ve also tried it on a live installation but it’s the same thing. I already tried clearing the browser caches on Mac Safari, Chrome, Firefox, and Firefox Developer Edition with no luck. Perhaps you can provide a screenshot of what your TD Composer editor screen looks like. As I played around with it more, I can still “get by” but it’s just distracting to have the right margin cut off like that. I may just go back to WP Bakery to keep it simple. Cheers
I have also a Newsmag4 license at this page ww.acr.dk
Seems we have a problem with Add element panel in TD Composer – se file http://prntscr.com/ips8yi
I tried to reinstall TD Composer, any idea where to find this problem ?
Hello!
I have a new installation with the latest versions, using the DENTAL STUDIO theme.
Editing with TD Composer some features to change the colors is not available.
Please see the images:


Hi , when i try to edit from front end and clicked to “Edit With TD composers” only blank page shows, not my page that i have created.. why?
Fixed!
Reason: An mb_detect_encoding() error in the footer was causing the page to break hence not loading all js scripts required for td-composer plugin to load preview.
Just in case someone else has this problem in the future…
Install all wordpress required php extensions … in my case was mbstring & gd libraries …
sudo apt install php7.0-mbstring
sudo apt install php7.0-gd
And very important don’t forget to restart the apache service
sudo systemctl restart apache2
Hi Catalin
I have send the info this morning.
Just for your info – i tried today to do a fully new installation, i wanted to check if there was any problem with my installation.
Im afraid its a problem related to TD Composer, i had same result in the new installation.
Is it an idea using Visual Composer instead? Where can it be downloaded?
Thank you,
Could you please explain how to do that or direct me to instructions?
I just added the single image in TD composer on the sidebar for desktop. It comes up on the sidebar for larger tablets as well, and for a mobile phone it is at the bottom of the page without being cut off, but for smaller tablets it cuts off the image.
Hi guys,
When I use TD Composer, the right margin of the editor window pane is obscured by the left side of the rendered website. I tried resizing the browser window in Safari and Firefox, but it is the same problem. I did not see anything intuitive to resize the editor pane, but am wondering if anyone else has this same problem.
See the image I’ve included below. Hope this helps explain the issue better.
All things considered, this really makes TD Composer useless for me because I really can’t proper changes if I can’t see the entire fields. I recall trying to use TDC before and gave up on it for this reason and stuck with WP Composer (now WP Bakery).
Thanks in advance for any advice. Kind regards 🙂
Is there a way to make both post and category pages wider? I’d like to ‘Force Full Width’ as I’ve done on the home page and via the theme panel and on other pages via TD composer. I’m using the ‘Stretch container and 1400px content’ option.
