The change language dropdown menu, when the application was used through a mobile device or in general small screens, did not work.
Here is a workaround, the official fix will be in the next dadabik release
File /include/header.php
replace:
<form method="POST" class="css_form" style="margin:auto;" action="<?php echo $dadabik_main_file; ?>?function=change_language">
with:
<form method="GET" class="css_form" style="margin:auto;" action="<?php echo $dadabik_main_file; ?>"><input type="hidden" name="function" value="change_language">
Here is a workaround, the official fix will be in the next dadabik release
File /include/header.php
replace:
<form method="POST" class="css_form" style="margin:auto;" action="<?php echo $dadabik_main_file; ?>?function=change_language">
with:
<form method="GET" class="css_form" style="margin:auto;" action="<?php echo $dadabik_main_file; ?>"><input type="hidden" name="function" value="change_language">