Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Website Clone and Delete Buttons Fail
#1
Hello, just installed and working on customization... but having a problem with the Website Clone and Delete buttons

When I click them, the images turn into missing images, when I view image source, the code seems to be doubling the URL

For example, I click delete, it turns the button into a missing image... that image's URL is as follows:

http://website.com/www.website.com/themes/tes/images/loader5.gif

as you can see, it doubles the URL for some reason... any ideas?
Reply
#2
Hello,

Please provide me with cPanel access (by PM), and I'll check for you.

Best Regards!
In case you want to say thank you, we'd really appreciate and be thankful if you leave a good review on Traffic Exchange PRO page. This is the best way to say thank you to this project and support team.
Reply
#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
#4
Hello,

Well, as long as the demo works, everything works fine.

Changing the img URL won't affect the "Clone" and "Delete" buttons. Please give us access credentials to the control panel to check this for you.

Best Regards!
In case you want to say thank you, we'd really appreciate and be thankful if you leave a good review on Traffic Exchange PRO page. This is the best way to say thank you to this project and support team.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)