Home › Forums › Support › Woocommerce product gallery images This topic has 8 replies, 3 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts January 26, 2021 at 6:11 am #1634110 Dan I do not see the product images. I do see them in the site’s code, but the gallery seems to be off: https://npure.ca/product/npure-dry-fogging-disinfection-device/ Any thoughts? Thanks, Dan January 26, 2021 at 9:49 am #1634559 DavidStaff Customer Support Hi there, can you check for plugin conflicts – by temporarily disabling all plugins aside for GPP and Woo. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 26, 2021 at 9:51 am #1634562 Dan yes, just did that but still no go January 26, 2021 at 12:09 pm #1634740 LeoStaff Customer Support Does the issue happen if you activate a twenty series WP themes to test? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 26, 2021 at 12:28 pm #1634763 Dan Hi Leo, No, when switching to 2021 theme the gallery shows up correctly. So I’m guessing it’s something with the theme See screenshot: https://www.dropbox.com/s/45bfno24p4af7an/npure-gallery.wmv?dl=0 January 26, 2021 at 12:30 pm #1634765 Dan ok, I think I found the culprit. I’m using a replace script loaded via an external js file. If I deactivate it the gallery works. This is the script: jQuery(document).ready(function($){ $("p,h1,h2,h3,h4,h5,h6,li,dd,dt,a").each(function(){ var $this = $(this); $this.html($this.html().replace(/(<sup>)?(®|®)(<\/sup>)?/gi, '<sup>®</sup>')); }); }); Do you see anything that could cause the gallery not to work? January 26, 2021 at 12:32 pm #1634770 LeoStaff Customer Support I’m not sure unfortunately – it’s likely causing a javascript or jQuery error though. Glad it’s not a theme issue 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 26, 2021 at 12:34 pm #1634772 Dan me too, thanks for your help January 26, 2021 at 12:35 pm #1634773 LeoStaff Customer Support No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In