NewsTicker not working after update to 7.2

Posted in: Newspaper
Post count: 7

Hi,
Just updated Newspaper 7.2 and lost the newticker, slider and viewcount.

Only error I get in console is;
Uncaught item.blockUid is not valid in tagdiv_theme.min.js:258

Ideas?

Post count: 23312

Hello Danny Froberg,

I have tested on my side the News Ticker block and everything seems to work as properly. Please ensure that your issue does not come from your conflicting plugins. Try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the eventual conflict.

Hope this helps!

Thanks for your understanding!

Post count: 7

It does not seem to be plugin related at all, but rather related to child themes.
Can you try replicating it by activating the standard Newspaper-child?

Post count: 23312

Hello Danny Froberg,

Yes, this could be a reason in this regard. Please notice that you will have to use the Newspaper Child theme version which comes bundled with the new update in order to achieve best results in theme. You will have to try to copy all the customization from your old child theme and then paste them in the new version of the Child theme and check the results.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Post count: 7

Did you test enabling the Newspaper-child that comes bundled?

It’s identical to the previous ones for 7.x;

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', '6.1c', 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '6.1c', 'all' );

}

Is there anything else that should be in there that is not?

Post count: 23312

Hello Danny Froberg,

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 easily identify you.

Thanks for your understanding!

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