Just uploaded my local built site tonight and everything seems fine, except the slider isn’t fully working. I have tested on 3 machines. One one it works fine, on the other two I only get the spinning loader in the center of the banner. Same on my phone and tablet. I did try the “Put JS includes to body” in the Slider control panel and nada. I’m guessing this is some kind of Java or Jquery error but I’m just a WP hack…..lol
Site is here: http://www.abihomeservices.com
Any help would be greatly appreciated.
Hi!
The images are pointing to your localhost:
Regards,
Josue
LOL….like I said, I’m a hack. Why didn’t that path update when I made the switch. Could you point me in the right direction to get this fixed.. :/
Hi!
You could re-do the LayerSlider, or make a search and replace using a SQL Query, i think this may work:
UPDATE wp_layerslider SET data = replace(data, "_LOCAL_URL_","_REAL_URL_");
Cheers!
Josue