Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 4, 20204 yr Hello guys, There is a problem with the menu manager while we are trying to "edit" the dropdown menu it's redirecting to a blank page. It is not only with Hebrew language, it's associated with all the LTR Languages. Try it yourself in your community if you use RTL theme, go to AdminCP and set theme to "Right to Left". Then go to AdminCP > System > Menu Manager (app=core&module=applications&controller=menu) > Try edit dropdown menu. while using in English LTR support it will swipe left with the settings. In RTL support it will swipe a blank page, maybe it's an issue with the RTL CSS? @Rikki (something with "right: px / left: 0px" ? something with the cMenuManager used to be edited but I couldn't find the attribute of that in CSS. Edited November 4, 20204 yr by Ziv Grosu
November 4, 20204 yr If you can reproduce this easily, and on a default theme, then log a support ticket to submit this as a bug.
November 4, 20204 yr Author in LTR the code is: <div class="cMenuManager_dropdown ipsHide" data-manager="dropdown" style="display: block;left: -50%;"> then in RTL it has to be the same or right: -50%;