Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
У вас в файле antonkudaev.pro/bitrix/templates/ska/scripts/script.js в строках 179-180 находится это:
$('.menu-item-has-children > a').on('click', function(e) {
e.preventDefault();
....
Скорее всего у тебя навешено событие click на эти элементы, а на них отмена стандартных действий event.preventDefault().
Как вариант навесить на ссылки меню событие click
$('.primary-menu a').on('click', function() {
window.location = $( this ).attr('href');
});
The picture is with a palette, and IM converts it to RGB, adds halftones when scaling - and saves it in RGB. You need to explicitly tell him that halftones are not needed and you need to get an indexed image.
convert -resize 1400 -strip -dither None -colors 49 maxCompress-H189jMD2.png 1.png
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question