Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Website Clone and Delete Buttons Fail
#3
I got it to link to the proper images by changing the following code: (my-sites.php)

var currImg = base_url + '/themes/tes/images/icons/clone.png';
var newImg = base_url + '/themes/tes/images/loader5.gif';

to

var currImg = '/themes/tes/images/icons/clone.png';
var newImg = '/themes/tes/images/loader5.gif';

however, this just changes it to a spinning arrow icon and does nothing else, no cloning or deleting is happening
Reply


Messages In This Thread
RE: Website Clone and Delete Buttons Fail - by aperfectpixel1973@gmail.com - 02-21-2020, 01:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)