window.onload = readyChange;
function readyChange(){
const el = document.querySelector('#lang_choice_polylang-10');
const lang = document.querySelector('.info__language .abs-lang');
const lg = el.value;
console.log(lg);
switch (lg) {
case 'ru':
lang.style.content = 'site/ru-lang.png'
break;
case 'en':
lang.style.content = 'site/en-lang.png'
break;
case 'ro':
lang.style.content = 'site/ro-lang.png'
}
}
.info__language .abs-lang{
position:absolute;
content:url(site/ro-lang.png);
width:20px;
height:20px;
left:-24px;
}
window.onload = readyChange;
function readyChange(){
const el = document.querySelector('#lang_choice_polylang-10');
const lang = document.querySelector('.info__language .abs-lang');
// element.addEventListener("change", function() {
const lg = el.value;
console.log(lg);
switch (lg) {
case 'ru':
lang.style.content = 'site/ru-lang.png'
break;
case 'en':
lang.style.content = 'site/en-lang.png'
break;
case 'ro':
lang.style.content = 'site/ro-lang.png'
}
// });
}
.info__language .abs-lang{
position:absolute;
content:url(site/ro-lang.png);
width:20px;
height:20px;
left:-24px;
}
wp_enqueue_script('swiper-cdn', 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.7/swiper-bundle.min.js');
wp_enqueue_script('script', get_template_directory_uri() . '/assets/js/script.js', array(), _S_VERSION, true);
wp_enqueue_script('swiper', get_template_directory_uri() . '/assets/js/swiper-js.js', array(), _S_VERSION, true);
wp_enqueue_script('script', get_template_directory_uri() . '/assets/js/script.js', array(), _S_VERSION, true);
jQuery( function( $ ){
// jQuery( 'button-range-submit' ).click(function(){
console.log('Нажал в файле calculate');
jQuery.ajax({
url: 'https://maxcredit.proiectmd.com/dae/',
type: 'POST',
// data: `getoutSUM=${outSUM}&getoutVal=${outVal}&getarrDate=${arrDate}`,
data:{
getoutSUM: `${outSUM}`,
getoutVal: `${outVal}`,
getarrDate: `${arrDate}`,
},
success: function( data ) {
console.log( data );
}
});
// если элемент – ссылка, то не забываем:
// return false;
// });
});
jQuery( function( $ ){
// jQuery( 'button-range-submit' ).click(function(){
console.log('Нажал в файле calculate');
jQuery.ajax({
url: 'https://maxcredit.proiectmd.com/dae/',
type: 'POST',
data: `getoutSUM=${outSUM}&getoutVal=${outVal}&getarrDate=${arrDate}`,
success: function( data ) {
console.log( data );
}
});
// если элемент – ссылка, то не забываем:
// return false;
// });
});
- Action: Выбираем Create DataBase
- Host: Оставляем localhost
- Database: Придумываем произвольное название. Существующая база данных скопируется в эту новую!
- User and password: Оставляем так, как указанно в placeholder(root)
Далее, на следующем шаге, в админке, вставлем данные темы