Smart Sidebar Problem & Solution

Posted in: Newsmag
Post count: 7

Hi,
Today I have updated my theme to 2.2, but shortly after that I realized that there is a problem with smart sidebars. The problem was that smart sidebars are going up more that they should. And first widget in sidebar was always hidden.

Then I have replaced tagdiv_theme.js with old js file from 2.1 and everything was working normal. Finally, I have found what is causing the problem and decided to share it with you, so you can fix it. If you want of course.

If you check row 5002 in tagdiv_theme.js, you will see this: td_affix_menu_computed_height = td_affix.main_menu_height + td_affix.menu_offset;

If you remove + td_affix.menu_offset and row 5002 become td_affix_menu_computed_height = td_affix.main_menu_height; then this problem is gone.

Regards.

Post count: 7
Post count: 6535

Hi

Thanks for reporting this, I’ve added it on our issue tracker and and we will fix it in the next theme update.

Thanks for the message!

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