Верно, так как скрипт версии для слабовидящих не устанавливался в данных модулях. Самый простой пример, удалите данную строку с шапки сайта, далее добавьте блок в правый контейнер и добавьте в него код:
<style>
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
#hpvgd {width:100%; z-index:100; border-bottom:2px solid rgb(230,230,230);}
.h-mdiv {display:none; position:relative; margin:auto; text-align:center;}
.h-mdiv2 {display:none; position:fixed; margin:auto; text-align:center; width:400px; height:200px;}
.h-ldiv {float:left; padding:7px 10px 7px 0px;}
.h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
.h-ni {display:none !important;}
a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
a.h-anl {color:#2a72cc;}
a.h-al {color:#ED664B;}
.h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
.h-background-1 {color:#fff !important; background:#000 !important;}
.h-background-2 {color:#000 !important; background:#fff !important;}
#maf{text-decoration:none;}
button.bug {
background: #fff;
color: #488BFA;
border: 2px solid #488BFA;
font-size: 15pt;
line-height: 30px;
transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
width: 100%;
font-weight: 700;
margin-top: 10px;
margin-bottom: 5px;
cursor:pointer;
}
button.bug:hover {
color: #fff;
background: #488BFA;
}
</style>
<script src="/js/uhpv-full.min.js"></script>
<script>
var uhe = 2,
lng = 'ru',
has = 0,
imgs = 1,
bg = 1,
hwidth = 0,
bgs = ['1','2'],
fonts = ['17','19','21'];
$(document).ready(function(){uhpv(has)});
</script>
<button id="uhvb" class="btn btn-succes bug" style="display:none;" onclick="uvcl()">Версия для слабовидящих</button>
после версия для слабовидящих будет работать на всем сайте.