Blue bar appears in the top of my site after update

Posted in: Newspaper
Post count: 4

Greetings.

After update to 12.6.5 from 12.5.4 a blue bar appears in the top of my site.

This is the code:

<div class=”td-scroll-up td-hide-scroll-up-on-mob” data-style=”style1″><i class=”td-icon-menu-up”></i></div>

bar

This appears also on non-logged users, mobile and normal site.

Already deleted cache from redis and cloudflare. So i supose this is a bug from code.

How we can fix this ?

  • This topic was modified 2 years by victor.gz.
  • This topic was modified 2 years by victor.gz.
  • This topic was modified 2 years by victor.gz.
Post count: 4

btw the site is sysadm.es
This blue bar appears always on mobile and only in PC if you scroll up suddenly.

  • This reply was modified 2 years by victor.gz.
Post count: 4

I added the following javascript to the custom javascript in the theme config, but as i understand, this is not a solution. just a fix.

var elementToRemove = document.querySelector('.td-scroll-up.td-hide-scroll-up-on-mob');

if (elementToRemove) {
elementToRemove.remove();
} else {
console.log('The element cannot be removed.');
}

  • This reply was modified 2 years by victor.gz.
  • This reply was modified 2 years by victor.gz.
Post count: 4

Hello.

This issue was caused by other cached system.
Thanks.
Regards

Post count: 27744

Hello,

Please delete the code that you added. You just need to resave the settings from the theme panel without any changes.

Thank you!

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