Hi,
The pages are not able to render the featured image and also pages cannot display as posts. They are 2 very different things. A post is customized from the post settings by selecting a predefined post template, but pages can be edited in visual composer so you have access to lots of elements that posts cannot display like blocks, big-grids, sliders and all visual composer elements.
https://forum.tagdiv.com/how-to-use-visual-composer/
Thank you!
I found out what the error is. Your tagDiv Mobile Theme plugin couses the error. If i disable it then the composer will work.
cant activate visual composer either
Hi Guys,
I am having troubles with VC. All plugins installed then while editing pages, I don’t see the templates and VC elements as shown in the demo videos. I just see the templates in a drop down way, not in a visual way, but even if I select any template, it then just keep ‘loading….’ forever.
Then I uninstalled, deleted all the plugins. I didn’t have any other 3rd party ones. So then I only installed VC and I get – Warning: Error while sending QUERY packet. PID=328024 in /home/mostwa7/public_html/wp-includes/wp-db.php on line 1813
Plugin activated successfully.
Edit: Now my VC seems working but I still don’t see templates in a visual form. Only text drop down.
Any tips?
Thanks Bogdan,
I’ve tried doing as you’ve said on this page at the top of the sidebar (text block component in Visual Composer): http://bestforcats.co.uk/about/
Unfortunately it’s still not displaying, could it be a plugin causing the issue?
Thanks in advance!
I have Visual Composer 4.11 . In the “post Grid” , I want to delete a post ID and reappears the same post . If I can move them and add . How can I solve that? But not dlete.
Thanks for the incredible Theme.
Hi Bogdan,
Fixxed the problem already. It was the visual composer which was still connected to my old theme.
Cheers!
Hi,
i have a fresh install of WP with your Theme. I tried to set up the home page. But nothing happens when i click on the Visual composer button. I just changes from Backend Editor to Classic Mode.
thanks,
Syd
I’ve just updated Newspaper to 7.1 and tagDiv Social Counter to 4.0, and social counter shows 0 fans.
Again: I had the same issue a couple of month ago, solved with Newspaper 6.6.5 and td social counter 3.2.
I’ve also deleted the old Facebook App and I’ve created a brand new one, no changes.
Can you please help me? Am I doing something wrong? Please notice that Now I’ve set display:none to td-social-info class.
You can see the problem on http://www.psicopoli.com/ (js composer block) and on all other site pages (widget).
On this site http://www.saporedivaltellina.it (newspaper 6.7.2 and tagDiv Social Counter 3.2) everything works, and I’m waiting before applying the updates.
thanks in advance, Luca Pecchi
not able to add post or use visual option in add post text option is only working fine.
add media option from add post page is also broken.
in console debug i got errors related to tinymce like,
“Failed to load: http://siename.in/wp-includes/js/tinymce/plugins/hr/plugin.min.js” tinymce.min.js:4:9803
“Failed to load: http://siename.in/wp-includes/js/tinymce/plugins/wplink/plugin.min.js” tinymce.min.js:4:9803
“Failed to load: http://siename.in/wp-includes/js/tinymce/plugins/media/plugin.min.js” tinymce.min.js:4:9803
using latest worpress 4.5.2
latest visual composer 4.11.2
newspaper 7.1
Hi
I am no longer active in this forum, but another person appears to have tweaked/updated the remove VC code for functions.php, which is outlined here:
https://forum.tagdiv.com/topic/disabling-visual-composer-makes-my-website-go-error-500/
and you can always ask TagDiv for the best way to do that with latest versions of themes, which continue to evolve.
Chris
I think my code was from over a year ago, and was actually used initially when I had visual composer on, but only for home page; then that got replaced by using the “shim” BETA, and then I moved to NewsMag for most sites … sadly I’m no longer really participating here, but I pop in from time to time after a theme update to see whassssup 🙂
I will link to this post in my old thread. 🙂
This makes no sense to me.
http://codex.wordpress.org/Function_Reference/query_posts
I just want a list of post and category IDs because of how Visual Composer works.
Hello nycinsider,
Please try to disable all the active plugins, leave just Visual Composer to active, clear all your cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, please ensure that you do not have caching…check your server in this regard and also, please try to purge your CDEN files if you are using the CDN sistem. Please notice that we have tested the uninstall button and this works as expected. So, if your problem is still there after this advice, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also, please provide the link of this topic so we can know who you are and what the issue is.
Thanks for your understanding!
Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files. You may have a plugin conflict affecting the demos. If you still have trouble with this, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue.
Thank you!
Hi,
please disable all plugins excepot visual composer, clear cache and reset cdn files if you use it. Then check the images again. If they are not back to their proper resolution, you may have to regenerate the thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Image optimization tools usually create this issue but other plugins can cause it as well.
Let us know how it goes.
Thank you!
Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files. if the problem is still there, please send us an email at contact@tagdiv.com and provide wp-admin so we can login to your site. Also include a link to this topic so we can identify you.
Thanks.
Hi
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme, also older version of VC won’t work with it. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at current version available on themeforest, also update Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi,
In this case, it;s exactly as I described above. The mobile theme does not use visual composer so the shortcodes will not work on the mobile theme. You can either remove them from the desktop as well or not use the mobile theme and disable the plugin. This way you will have the old responsive version for mobile. (the new menu will still be present)
If you want to place an ad above the next prev section, you can edit the post template files and use a do_shortcode function (this will also not work in the mobile theme) like so: http://screencast.com/t/7hnVgai7s
You have to do this for every post template that you use.
Thank you!
Ok so I have identified the issue by checking out those files and actually reading the error instead of panicking.
/*remove visual composer
add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
/*remove Visual Composer CSS from “post” pages
function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style('js_composer_front');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);
/*change post order
add_action('wp_head', 'custom_change_posts_order');
function custom_change_posts_order() {
global $query_string;
if (is_category(array(10,11,12,13,14,15,34,35,36))) {
$posts = query_posts( $query_string . '&orderby=date&order=asc' );
}
}
*/
It was the optimization from Chris. If you read this Chris, I guess it would be wise to add an ” if function exists” to that code :P.
Crisis averted.
Hi there I am running Newspaper Version 6.6.3. My Installatron automatically updated Visusal Composer, but it was not loading. The website was unaffected but I wanted to adjust the frontpage.
Today I needed to change the frontpage. So I downloaded the latest newspaper package so I could re-install the visual composer manually. When I went to plugins and disabled wp bakery visual composer the website displayed error 500. Now the entire website has crashed.
Any thoughts on how to fix this?
I have root access so httpd log:
[Mon May 23 15:12:29.873142 2016] [proxy_fcgi:error] [pid 3346:tid 140512614889216] [client 83.82.170.196:59885] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:12:45.470177 2016] [proxy_fcgi:error] [pid 3346:tid 140512667338496] [client 83.82.170.196:59903] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:12:47.208747 2016] [proxy_fcgi:error] [pid 6708:tid 140512604399360] [client 83.82.170.196:59905] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin.php(31): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/wp-admin/index.php(10): require_once(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:12:50.246849 2016] [proxy_fcgi:error] [pid 3346:tid 140512100886272] [client 83.82.170.196:59912] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:00.543908 2016] [proxy_fcgi:error] [pid 3346:tid 140512352642816] [client 83.82.170.196:59920] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:00.864341 2016] [proxy_fcgi:error] [pid 3346:tid 140512163825408] [client 83.82.170.196:59922] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:13:00.995235 2016] [proxy_fcgi:error] [pid 6708:tid 140512447051520] [client 83.82.170.196:59923] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.186471 2016] [proxy_fcgi:error] [pid 6708:tid 140512226764544] [client 83.82.170.196:59925] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.350611 2016] [proxy_fcgi:error] [pid 6708:tid 140512835868416] [client 83.82.170.196:59926] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.536382 2016] [proxy_fcgi:error] [pid 6708:tid 140512572929792] [client 83.82.170.196:59927] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
I already renamed the js_composer directory to .js_composer to effectively disable it. I also reverted to PHP 5.6 legacy mode instead of PHP 7.0. So far no joy.
Hi
The mobile theme is tested and works fine. I am not sure why this happens on your site but you can try to deactivate all plugin except Visual Composer, clear the cache again then enable mobile theme and check if the problem is still there.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thinks!
Hi,
The element is created custom for the dark demo version. In order to re-create it you need to create a tab element in visual composer and only use grids with style 1. Then you ned to add an extra class to the tab element: td-tab-color
Once you did this, you need to copy over the css from the black version into the main style.css file: http://screencast.com/t/2A3bCsQF
Thanks.
Hi
I am jot sure why this happens but you can try to deactivate all plugins except Visual Composer, clear all caches then test again. Also if you’re using a caching plugin make sure you have enabled ajax post view: http://screencast.com/t/8anKCOsg
Try to replicate the configuration from your localhost also on your live server as the sorting should work the same.
Thanks!
Hi,
This could be a caching issue or a plugin conflict. Please try to disable all plugins except visual composer clear cache and reset cdn files if you use it.
Let us know how it goes.
Thank you!