Skip to content
Home
Programs
News
About Us
Contact Us
English
Arabic
Home
Programs
News
About Us
Contact Us
English
Arabic
Play
Pause
Telegram
Whatsapp
Facebook-f
Contact Us
Contact
Us
Home
/
Contact Us
Contact Us
Send Your
Message
Share your opinions, suggestions, or inquiries with us, and we will be happy to get in touch with you.
Address
Syria - Aleppo - Al-Bab City
Call Us
+44 7495 353215
Email
albaldfm@gmail.com
Telegram
Whatsapp
Facebook-f
Name
Email
Subject
Message
Send Message
Subscribe
For The Latest Episodes
Subscribe to receive all the latest updates from Radio Al Balad
Email
Subscribe
document.addEventListener('DOMContentLoaded', function () { const wpmlItems = document.querySelectorAll( '.menu-item-wpml-ls-item.menu-item-has-children' ); wpmlItems.forEach(function (item) { const link = item.querySelector(':scope > a.has-submenu'); if (!link) return; link.addEventListener('click', function (e) { // Only change behavior on desktop if (window.innerWidth <= 1024) { return; } e.preventDefault(); e.stopPropagation(); const isOpen = item.classList.contains('wpml-click-open'); // Close other WPML language dropdowns wpmlItems.forEach(function (otherItem) { otherItem.classList.remove('wpml-click-open'); const otherLink = otherItem.querySelector(':scope > a.has-submenu'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } }); // Open this one if (!isOpen) { item.classList.add('wpml-click-open'); link.setAttribute('aria-expanded', 'true'); } }); }); // Close when clicking somewhere else document.addEventListener('click', function (e) { if (!e.target.closest('.menu-item-wpml-ls-item.menu-item-has-children')) { wpmlItems.forEach(function (item) { item.classList.remove('wpml-click-open'); const link = item.querySelector(':scope > a.has-submenu'); if (link) { link.setAttribute('aria-expanded', 'false'); } }); } }); });