Hi,
I have a website (https://mepis.eu/) and there are links on icons MePIS UDG, MePIS RM, MePIS PDM and so on.
I have a JS code in X > Theme Options.
function slider_link_1(){
window.open("/solutions/mepis-udg/","_self");
}
function slider_link_2(){
window.open("/solutions/mepis-rm/","_self");
}
function slider_link_3(){
window.open("/solutions/mepis-pdm/","_self");
}
function slider_link_4(){
window.open("/solutions/mepis-opex/","_self");
}
function slider_link_5(){
window.open("/solutions/mepis-mes/","_self");
}
function slider_link_6(){
window.open("/solutions/mepis-lb/","_self");
}
function slider_link_7(){
window.open("/solutions/mepis-energy/","_self");
}
function slider_link_8(){
window.open("/solutions/mepis-gencode/","_self");
}
The links are updated in the code, but on the site they remain the same. I tried deleting cache via Total cache W3 and also deleted browser cache. I removed the code and refreshed the site and the links remain on the icons even when the code is not there.
Any idea what should I try?
Thanks in advance.
Best regards
Luka