how to change the copyrights Xpaider 1.0.6
go o your webserver and where your theme is installed and look for the js file
84c1e40ea0e759e3f1505eb1788ddf3c_main.js
var tt_c = document.createElement("a");
tt_c.innerHTML = "change this",
tt_c.setAttribute("href", "change this"),
tt_c.setAttribute("title", "change this"),
tt_c.setAttribute("id", "ttCopyright"),
tt_c.setAttribute("style", "display:block!important;visibility:visible!important;opacity:1!important;background:font-weight:400;font-size:14px!important;text-align:center;margin-bottom:10px;"),
null !== document.querySelector("#elCopyright") ? document.getElementById("elCopyright").appendChild(tt_c) : document.getElementById("ipsLayout_footer").appendChild(tt_c);
that is the best way to do this