jQuery Theme Error

Posted in: Newspaper
Post count: 8

Hello,

I have installed your theme but in the developer tools i have notice that when i scroll to bottom and to top the console have multiple error.

The error is this
———————————————————————————————————
// go in all the sidebar items
for ( var item_index = 0; item_index < tdSmartSidebar.items.length; item_index++ ) {

var cur_item_ref = tdSmartSidebar.items[ item_index ];

cur_item_ref.content_top = cur_item_ref.content_jquery_obj.offset().top; <— Uncaught TypeError: Cannot
read property ‘top’ of undefined
cur_item_ref.content_height = cur_item_ref.content_jquery_obj.height();
cur_item_ref.content_bottom = cur_item_ref.content_top + cur_item_ref.content_height;

cur_item_ref.sidebar_top = cur_item_ref.sidebar_jquery_obj.offset().top;
cur_item_ref.sidebar_height = cur_item_ref.sidebar_jquery_obj.height();
cur_item_ref.sidebar_bottom = cur_item_ref.sidebar_top + cur_item_ref.sidebar_height;
—————————————————————————————————————–

There is a fix?

Post count: 22421

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

If this does not fix it, then please try to install the theme again via ftp by following this guide: https://forum.tagdiv.com/install-via-ftp/

Thank you!

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