Hello, Thank you for the reply. I made the changes but it’s still not working. even the horizontal search layout is in <div class=”select_container”></div> but it is working. Why the vertical search layout isn’t working ? So i went to the console to see if there is some error. if i select “make” with horizontal layout, there is no error in the console, but with the horizontal layout, I get this error in the console :
main.js?ver=6.0:266 Uncaught TypeError: Cannot read properties of undefined (reading 'options')
at x.<computed>.<computed>.enableLevel (main.js?ver=6.0:266:19)
at r.<computed> [as enableLevel] (core.min.js?ver=1.13.1:116:967)
at Object.<anonymous> (main.js?ver=6.0:245:28)
at c (jquery.min.js?ver=3.6.0:2:28327)
at Object.fireWith [as resolveWith] (jquery.min.js?ver=3.6.0:2:29072)
at l (jquery.min.js?ver=3.6.0:2:79901)
at XMLHttpRequest.<anonymous> (jquery.min.js?ver=3.6.0:2:82355)
Is there any fix ?