Iconic

The Zoomed Image Has Shifted Down

Coming soon: Iconic WooThumbs is becoming part of Kadence Shop Kit. You may see both names used while we update the product, documentation, and customer experience.

Depending on your theme, you may notice the inner zoom has shifted down, revealing the original image behind. This only happens in some themes when you’re logged in and the admin bar is visible; normal customers should never see this issue.

If you’d like to fix, you can try:

  • Disabling the admin bar. Add the following code to your theme’s functions.php or a custom plugin: add_filter('show_admin_bar', '__return_false');
  • Fixing with CSS. Try the following CSS to shift it back into place: .admin-bar .zm-viewer, .admin-bar .zm-handler { margin-top: -32px !important; }
Filed under Uncategorized
Last updated: August 12, 2026
Was this page helpful?
Thanks for the feedback!