Website not working when using tagdiv widget

Posted in: Newsmag
Post count: 27

Hi..

When I place any of the tagdiv widgets on my website the frontend stops working as soon as it reaches the widget.

I’m using the latest version of NewsMag

Please advise.

Post count: 6535

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!

Post count: 27

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
)
)
)
);
}

Post count: 6535

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!

Post count: 27

I disabled all plugins excelt VC, but the error is still there. Removing the codes works.

Will this problem be fixed in the next release or do I have to make these changes over and over again?
Let me know if I can help fixing it.

Post count: 6535

Hi

This issue it’s already in ours attentions and we will try top find a solution in shortest time possible.
Thanks for your massage ans sorry for any inconvenience.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.