Product page
-
I am facing an issue when the popup the gallery image in the single page and click anywhere the outside of the popup image. and scroll the bottom of the product list.
I have checked ‘load_products.js’ this jquery effect.
If we don’t need this jquery on single product page please set this ‘load_products.js’ in if( ! is_product() ) condition.
if( ! is_product() ) { wp_enqueue_script( 'berocket_lmp_js', plugins_url( 'js/load_products.js', __FILE__ ), array( 'jquery' ), $this->info['version'] ); }
- The topic ‘Product page’ is closed to new replies.