- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
I am fully aware you are saying in the TagDiv Composer update guide not to use the TagDiv Composer on an excising page build in Visual Composer. Regardless this, I tried to do it on the homepage of my test blog. I open the page in TagDiv Composer, edited something and saved it. I looked about 90% fine; I had to remove and add Revolution slider and do some smaller adjustments adding empty spaces. Is this shortcut totally stupid to do, even if the page looks OK after some small adjustments using TagDiv Composer?
If I cannot use the shortcut described above, I need to re-build all 10 pages build in Visual Composer. That will take some time. You also recommend not to have TagDiv Composer and Visual Composer installed at the same time, but if I am really careful regarding which page opened in which composer, is this OK? Or is the problem related to technical issues having two different composers installed at the same time?
If I have to re-create all pages; how do I set a page as the homepage? When originally creating it using Visual Composer I did a copy of the content in my demo, and edited the existing one, so I have never created a homepage from scratch.
How is the use of shortcode in Tagdiv Compser? I could not understand
for example (Visual Composer ) :
Use in WordPress text
[gallery id="123" size="medium"]
okay. I need your help
Thank you bogdan,
i am trying to add a short code [ninja_form id=1] using TD composer within Raw HTML but the form doesnt show up. it simply shows the short code [ninja_form id=1]. this short code works normal in any other page or post.
May i know how to use a short code within composer.
Hi!
But anyway with that I only change the name home for blog, but the url is still for the home page. Maybe I didnt explain well.
I have my home page. And I have a blog page different from my home page.
So in the blog page, it is the page I have the categories and articles. So the problem is that the breadcrumbs appears home>categorie>article and I would like home>blog>categorie>articles or just blog>categorie>articles, cause blog is different page.
But, the bread crumbs is automatic and the blog page I have is built with tagdiv composer, so I think is the reason they dont recognise it.
So, I don´t know if there is some code or something to add this page in bread crumbs.
Thank you
I have tried to set up a Menu using the TagDiv and the Appearances tab. In the composer I can I see the menu and the window works but when I save and go to preview the menu does not show up. Same with setting it in the appearances tab. I click save and the menu disappears.
Hi,
why there are a div in my homepage with this code? I’m not logged-in on wordpress, what this need?
<div id="tdw-css-writer" style="display: none" class="tdw-drag-dialog tdc-window-sidebar"> <header> <a title="Editor" href="#">Edit with Live CSS</a><div class="tdw-less-info" title="This will be red when errors are detected in your CSS and LESS"></div> </header><div class="tdw-content"><div class="tdw-tabs-content tdw-tab-editor tdc-tab-content-active"> <script>(function(jQuery, undefined) {
jQuery(window).ready(function() {
if ( 'undefined' !== typeof tdcAdminIFrameUI ) {
var $liveIframe = tdcAdminIFrameUI.getLiveIframe();
if ( $liveIframe.length ) {
$liveIframe.load(function() {
$liveIframe.contents().find( 'body').append( '<textarea class="tdw-css-writer-editor" style="display: none"></textarea>' );
});
}
}
});
})(jQuery);</script> <textarea class="tdw-css-writer-editor td_live_css_uid_1_5a75e0c2a3b33">.home-boxo-mini .td-custom {
border:2px solid #ececec;
}</textarea><div id="td_live_css_uid_1_5a75e0c2a3b33" class="td-code-editor"></div> <script>jQuery(window).load(function (){
if ( 'undefined' !== typeof tdLiveCssInject ) {
tdLiveCssInject.init();
var editor_textarea = jQuery('.td_live_css_uid_1_5a75e0c2a3b33');
var languageTools = ace.require("ace/ext/language_tools");
var tdcCompleter = {
getCompletions: function (editor, session, pos, prefix, callback) {
if (prefix.length === 0) {
callback(null, []);
return
}
if ('undefined' !== typeof tdcAdminIFrameUI) {
var data = {
error: undefined,
getShortcode: ''
};
tdcIFrameData.getShortcodeFromData(data);
if (!_.isUndefined(data.error)) {
tdcDebug.log(data.error);
}
if (!_.isUndefined(data.getShortcode)) {
var regex = /el_class=\"([A-Za-z0-9_-]*\s*)+\"/g,
results = data.getShortcode.match(regex);
var elClasses = {};
for (var i = 0; i < results.length; i++) {
var currentClasses = results[i]
.replace('el_class="', '')
.replace('"', '')
.split(' ');
for (var j = 0; j < currentClasses.length; j++) {
if (_.isUndefined(elClasses[currentClasses[j]])) {
elClasses[currentClasses[j]] = '';
}
}
}
var arrElClasses = [];
for (var prop in elClasses) {
arrElClasses.push(prop);
}
callback(null, arrElClasses.map(function (item) {
return {
name: item,
value: item,
meta: 'in_page'
}
}));
}
}
}
};
languageTools.addCompleter(tdcCompleter);
window.editor = ace.edit("td_live_css_uid_1_5a75e0c2a3b33");
// 'change' handler is written as function because it's called by tdc_on_add_css_live_components (of wp_footer hook)
// We did it to reattach the existing compiled css to the new content received from server.
window.editorChangeHandler = function () {
//tdwState.lessWasEdited = true;
window.onbeforeunload = function () {
if (tdwState.lessWasEdited) {
return "You have attempted to leave this page. Are you sure?";
}
return false;
};
var editorValue = editor.getSession().getValue();
editor_textarea.val(editorValue);
if ('undefined' !== typeof tdcAdminIFrameUI) {
tdcAdminIFrameUI.getLiveIframe().contents().find('.tdw-css-writer-editor:first').val(editorValue);
// Mark the content as modified
// This is important for showing info when composer closes
tdcMain.setContentModified();
}
tdLiveCssInject.less();
};
editor.getSession().setValue(editor_textarea.val());
editor.getSession().on('change', editorChangeHandler);
editor.setTheme("ace/theme/textmate");
editor.setShowPrintMargin(false);
editor.getSession().setMode("ace/mode/less");
editor.setOptions({
enableBasicAutocompletion: true,
enableSnippets: true,
enableLiveAutocompletion: false
});
}
});</script> </div></div><footer> <a href="#">Save</a><div class="tdw-more-info-text">Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.</div><div class="tdw-resize"></div> </footer></div>
As a fix has been found, and as it had nothing to do with hosting or other plugins, perhaps the advice I was given on how to avoid td-composer breaking (by not saving shortcodes until the next update) should be posted for people to see, and also what the temporary fix was? I can’t imagine I’m the only person to be affected by this.
Thanks to your tech support for finding the bug and fixing it.
Hi,
I could not find the TD-Mobile_plugin when I look in map “Include”
I onle have:
– TD-composer
– TD-Multipurpose
– TD- Social counter
Were could I find plugin TD-mobile?
Regards,
Patric / Internetfoto
I recently purchased the Newspaper theme and have not yet been able to use it for the purposes it was purchased for.
Being non-technical I have employed the services of those that are and yesterday they advised the following:
“Your login issues are being caused by the “td_composer” (tagDiv Composer) plugin. If that is disabled, then you can login and out no problem. Unfortunately, it seems quite important for the site to function properly, so I suggest you ask their support team why it might be giving you problems”
All the usual tests have been carried out.
Please advise as to potential solutions.
Kindest regards
Ron Robinson
I just did so!
The longer the more I think it has something to do with the Visual Composer because all or most of the pages that are concerned are done with it. It seems to me that you guys are not aware of that problem with the Visual Composer.
You can’t use TD Composer to edit posts; use the built-in WP post editor for posts. Then use TDC for custom ‘pages’ such as about us, landing page, services, fancy stuff.
Sorry if that didn’t help. I don’t work here.
I have changed every font in the Newspaper Theme panel and managed to change it in certain areas like the menus, blog titles and text etc. However, I CANNOT change the font style using TagDiv Composer for the rest of my elements under the Multi Purpose short-codes (text with image, Icon box, inline text etc). How can I change the font in these other areas?
TD composer is not working properly. When we try to edit using TD composer, the entire code is shown. Also, unable to edit using code. It was working properly earlier. Can you please help, it is urgent.
I also noticed the following errors in the console:
Uncaught SyntaxError: Unexpected token <
at eval (<anonymous>)
at load-scripts.php:2
at Function.globalEval (load-scripts.php:2)
at Ha (load-scripts.php:3)
at a.fn.init.prepend (load-scripts.php:3)
at Object.takeSnapshot (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:13)
at Object.changeData (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:210)
at Object._moveDraggedElement (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:54)
at Object.deactiveDraggedElement (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:35)
at HTMLDivElement.<anonymous> (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:108)
But unexpected token is in this <!doctype html>
-
This reply was modified 8 years by
jmr.
Hello, i need help.
The big grid slide doesn’t works fine. I try to add it through the tagDivcomposer, but it just keeps loading on the screen. So I tried to put it manually so it worked, but the slide does not happen.
The code:
[vc_row][vc_column][td_block_big_grid_slide category_id=”844″ td_grid_style=”td-grid-style-1″ autoplay=”01″][/vc_column][/vc_row]
Link to: https://leiagora.com.br/testando/
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!
Hi,
Now that is an unusual issue you are having. So the social counter is not present neither as a composer element or widget
– https://www.screencast.com/t/f4Ll3FBe4iJG
There was no issue similar to this brought to our attention before, the social counter works properly in the theme. So the problem would be specific to your case.
If this element is not present in the composer you are using (seems to be an older version of Visual composer) and the widgets section, than there is a problem.
Either the theme is not installed properly, modifications have been made or maybe there is a plugin conflict.
You could start by deactivating all plugins except theme plugins, update the Visual composer you are using with the one in the theme package you downloaded (seems you have 8.5).
Ultimately try a theme re-install by FTP (either same version you currently, or download the latest version)
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know the results.
Thanks
Hi,
I have a question related to breadcrumbs. My page is like a blog of news, but the home page is not the main page for the articles of my website, it is like a home-presentation page.
I have a page called blog, and there is the main page for the news and articles, and I have several categories inside blog, so the question is the breadcrumbs appears like: home>categorie>articles, and I would like to have home>blog>categorie>article, or blog>categorie>article.
As the blog is not a categorie, even not the main categorie, is a page, because I created with several items from tagdiv composer, I don´t know how to add it to the breadcrumbs, maybe with code or something.
Thank you so much in advance.
Chris, are you tag div tech support? With 8000 posts, I guess you are that, or just marketing.
If you look at the emails sent to you weds, yesterday and today, you’ll find they include site logins, ftp logins and feedback from hosting, who spent a lot of time looking into this yesterday.
Fairly obvious catch-alls like disabling all plugins, removing and reinstalling td plugins, all that sort of stuff was done on wednesday. It was repeated by hosting yesterday, who took the time to also visit wponion.com to see what they could find there.
1. https://www.wpion.com/members/system-status/
>>>> The system status parameters guide given by ‘tagdiv’ support has been already configured on the server. The current PHP Handler set is fcgi, which can be changed to suphp (the default handler set for PHP 5.6 and PHP 5.5) is the only remaining configuration to be checked to check whether the error resolve or not.
(currently on php7)
2. https://www.wpion.com/members/topic/tagdiv-composer-not-working/
>>>>> TagDiv support states: You can try to disable all the plugins except tagdiv composer and check again.
(done on multiple occasions to no effect)
https://www.wpion.com/members/topic/tagdiv-composer-doesnt-work-anymore/
>>>> TagDiv fix in the forum: Usually recommend folks put the explicit https path for website and plugins folder into the wp-config.php file, while adjusting the amount of RAM allocated to WP.
(server has 5gb ram, php setup as below)
[PHP]
max_execution_time = 300
max_input_time = 600
max_input_vars = 5000
memory_limit = 128M
post_max_size = 8M
session.gc_maxlifetime = 1440
session.save_path = “/var/cpanel/php/sessions/ea-php70”
upload_max_filesize = 8M
https://www.wpion.com/members/topic/tagdiv-composer-not-working-3/
>>>> Same solutions mentioned above.
They pointed out that there is nothing else they can do or try, that none of my other wp sites have issues and that the error in any case only exists when a user tries to open td-composer.
Your own tech people have logged into the site twice today. I know they opened and tried to edit a couple of pages and looking also in my hosting files I can see they also accessed newspaper/includes/wp_booster/wp-admin/panel/td_view_system_status.php which I’m guessing gives them a rundown of the system, so they already know it is set up correctly.
The issue seems clearly related to td-composer. I’ve seen posts in various places about it, not just here, and it seems quite a few people have had and are having problems with td-composer not working for them. What I haven’t seen anywhere is a solution, which is very, very frustrating. I have been unable to continue working on my site for two whole days now.
I simply placed the shortcode in a Visual composer page text element, and added the function in the child theme functions file
– https://www.screencast.com/t/owFJ6Kmi
– https://www.screencast.com/t/FPuc0vHVQN
The page ID used was of a different page which contained a block
– https://www.screencast.com/t/QzZESJGFz1
The result is like this – https://www.screencast.com/t/9bh39BGq0Gor
The block placed on the other page is displayed on the page with the shortcode. I did not do anything else additionally.
I couldn’t say why this is not working for you as well. You could continue testing, or maybe think of another way of doing this.
Thanks
Hi,
Usually this error is caused when the js files are not concatenated (they should be by default)
– https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
– https://www.screencast.com/t/VSkEyIYxIg
So if you disabled js concatenation, please enable it. This could cause issues to tagdiv composer functionality.
Try to add define ( ‘CONCATENATE_SCRIPTS’, true ); in your wp-config.php file and see if it works.
If it still doesn’t work, also ask your host maybe there is an option on your server which disable js concatenation or maybe they can provide another solution.
Let us know the results after you try this suggestion.
Thanks
I think my function is not calling at all. I tried below function still it is not displaying anything. I put the below function in functions.php under child theme. I have only “add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 1001);” with theme_enqueue_styles function and below function in child theme’s functions.php.
// Shortcode to output a page content in Visual Composer
function page_output_vc_shortcode() {
$test_var = “This is just for testing”;
return $test_var;
}
add_shortcode(‘my_vc_page_output’, ‘page_output_vc_shortcode’);
Do i have to put above function in other file? My shortcode is listed in VC element.
Thank you
Hello!
Thank you for your reply.
Sorry.
Screen shot missing …
I will ask again.
I want to fix it. Where to find the attachment menu
Can not be modified in ‘TAGDIV COMPOSER’.
Please reply.

My TD Composer is getting hung up loading when I try to edit my homepage. The error it’s is throwing is:
Uncaught TypeError: Cannot read property 'next' of undefined
Here’s a link with a screenshot of the full error: https://i.imgur.com/vYhmYFz.png
I have no idea how to begin to troubleshoot this. Thanks, JMR
I have spoken to my hosting support team who say there is nothing wrong with the hosting and nothing missing. Given that I don’t have issues with other sites or plugins I can only agree.
I have, as requested, added the define( ‘CONCATENATE_SCRIPTS’, true ); to wp-config and as I said, it didn’t make any difference at all.
Can you please have a look and tell me what the issue is? The login details are still valid.
Can you say what the error message that shows up in console relates to, as it still exists now, after the change you specified.
We have switched from php7 to 7.1 and also 5.6 but that makes no difference. We totally deleted your plugin and reinstalled it, without making any difference. All that my hosting could say was that the problems, as they are, are only triggered when the edit with td-composer option is clicked. That would tend to suggest the problem is within the plugin. The error message points (also now after adding the line mentioned) to the same.
I’d really like to be able to carry on working on my site.