我想在我的WordPress网站上部署Orange Confort +,所以我按照the documentation中的说明进行操作:
我在toolbar.js
和toolbar-min.js
文件中进行了如下更改:
var hebergementDomaine = "https://"+window.location.hostname;
var hebergementFullPath = hebergementDomaine + "/wp-content/themes/oceanwp-child-theme-master/myconfortplus/";
我确实将dist/serveur
中的所有文件和文件夹复制到了
/wp-content/themes/oceanwp-child-theme-master/myconfortplus/
我确实使用“插入页眉和页脚”插件在页眉中添加了toolbar-min.js
文件:
<script type="text/javascript" src="https://agencescoop-eguidelisieux.pf5.wpserveur.net/wp-content/themes/oceanwp-child-theme-master/myconfortplus/js/toolbar-min.js"></script>
当我访问我的网站时,Confort +按钮没有显示,并且在控制台中出现以下错误:
GET https://agencescoop-eguidelisieux.pf5.wpserveur.net/wp-content/themes/oceanwp-child-theme-master/myconfortplus/cookie.html?hostname=agencescoop-eguidelisieux.pf5.wpserveur.net&origin=https://agencescoop-eguidelisieux.pf5.wpserveur.net/ 404
UciStorage @ toolbar-min.js:31
start @ toolbar-min.js:159
window.onload @ toolbar-min.js:159
window.onload @ waypoints.min.js:1
load (async)
(anonymous) @ waypoints.min.js:1
(anonymous) @ waypoints.min.js:1
Here is我的工具栏min.js文件
我不知道自己的工作出了什么问题,有人可以帮我找到成功部署Orange Confort +的解决方案吗?