HI
I am not sure why this happens so please provide a link where we can inspect this issue. Meanwhile try to deactivate all plugins except Visual Composer, clear all caches and test again. Also make sure that you didn’t do any changes in theme files which may affect the theme functionality.
Thanks!
Hi.. I managed to get the error message:
Catchable fatal error: Object of class stdClass could not be converted to string in /wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 145
// add a persistent atts based block class (crc32 of atts + block_id)
if (is_array($this->atts)) { // double check to prevent warnings if no atts
$this->add_class('td_block_id_' .
sanitize_html_class(
str_replace('-', '',
crc32(
implode($this->atts) . $this->block_id
)
)
)
);
}
Hi,
A plugin like WPFront User Role Editor: https://wordpress.org/plugins/wpfront-user-role-editor/ can cause this, if you use it try without it, and if this is not your case please remove this code: http://screencast.com/t/tBCvgr5M87h empty all caches an test this again.
Thanks!