View Single Post
  #1414  
Old 10-15-2019, 02:17 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

For those using the Wordpress blog, I've found a workaround for the script-loader.php issue.

In /blog/wp-content/themes/alienship/functions.php

At the end insert...
Code:
if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', '', '', '', true); }
After that, future wordpress updates should not break the blog.
__________________
xcartmods.co.uk
Reply With Quote