Если если вам вам не нужны категории инфоблока во втором уровне меню а нужны именно пункты, то содержимое данного файла типменю.menu_ext.php должно быть
Подробнее
-
bitrix menu_ext.php — вывести элементы инфоблока
-
bitrix найти товары с заполненным хотя бы одним свойством
Для нахождения товаров с заполненными хотя бы одним свойством воспользуйтесь скриптом
Подробнее -
bitrix b_sale_loc_search_chain огромных размеров
Если у вас разрослась эта табличка b_sale_loc_search_chain надо сделать переиндексацию местоположений
Подробнее -
bitrix добавить к title и description номер страницы, если пагинация
Задача
На страницах пагинации дублируются мета-теги title и description. Необходимо к таким страницам добавить «страница — %номер страницы%» для title и description
Решение
Подробнее -
jquery — Простое раскрывающееся меню (левое).
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<script>$(document).ready(function() {$('ul#my-menu li').each(function(i) {if($(this).find('ul').length>0){$(this).addClass('parrent').append('<i class="el-submenu__icon-arrow el-icon-arrow-down el-icon-arrow-top"></i>');}})$('ul#my-menu li.active_element').closest('ul').addClass('active');$('ul#my-menu li.active_element').parents('ul').addClass('active');//http://loco.ru/materials/66-javascript-expanded-collapse-menu$('ul#my-menu>li>i, ul#my-menu>li>a').click(function(e) { // Attach an event listener// debugger;e.preventDefault();var li=$(this).closest('li');var href=$(this).closest('li').find('a:first').attr('href');if(li.find('ul:first').length==0){location.href=href;}if(li.find('ul:first').is(':visible')){ li.find('ul:first').hide();li.removeClass('open');}else{li.find('ul:first').show();li.addClass('open');}// return false; // Prohibit the browser to follow the link address});//http://loco.ru/materials/66-javascript-expanded-collapse-menu$('ul#my-menu>li>ul>li>i, ul#my-menu>li>ul>li>a').click(function(e) { // Attach an event listener// debugger;e.preventDefault();var li=$(this).closest('li');var href=$(this).closest('li').find('a:first').attr('href');if(li.find('ul:first').length==0){location.href=href;}if(li.find('ul:first').is(':visible')){ li.find('ul:first').hide();li.removeClass('open');}else{li.find('ul:first').show();li.addClass('open');}});/*//http://loco.ru/materials/66-javascript-expanded-collapse-menu$('ul#my-menu>li>i').click(function(e) { // Attach an event listener// debugger;var li=$(this).closest('li');if(li.find('ul:first').is(':visible')){ li.find('ul:first').hide();li.removeClass('open');}else{li.find('ul:first').show();li.addClass('open');}// return false; // Prohibit the browser to follow the link address});//http://loco.ru/materials/66-javascript-expanded-collapse-menu$('ul#my-menu>li>ul>li>i').click(function() { // Attach an event listenervar li=$(this).closest('li');if(li.find('ul:first').is(':visible')){ li.find('ul:first').hide();li.removeClass('open');}else{li.find('ul:first').show();li.addClass('open');}});* */});</script> -
Перенести сайт на битрикс
Перенос сайта с другой cms на битрикс сложная задача. Которая иногда сложнее разработки с нуля.
Подробнее -
Все домены россии скачать
СПисок всех доменов руси можно скачать тут (текстовый формат)
Подробнее
Цены
1500 р/чБолее подробно тут: https://ftask.ru/цены