Hi
for RTL languages it would be a nice feature to implement in bricks settings, so we’re able to set the LTR or RTL direction of the brick’s editor screen
it will be a good way to solve RTL issues too! when i install bricks, it will be RTL by default because my wordpress is RTL, but we don’t have any problem to work with bricks when its LTR!
I think it’s nice to have the ability to work with Bricks editor in LTR default layout (default bricks editor layout). At the moment we are only able to choose the editor’s language. I personally prefer to have everything on backend in English (also builder panle’s layout).
Hi
You can make the default language to English but If ur WordPress is in Arabic it runs the bricks in RTL too
Thats why i asked them to make it happens
I wasn’t sure exactly where to put those code,
So I tried to put them in Bricks settings custom code, in this scenario the front end layout changed to LTR which we don’t want that ( CSS code).
I tested to run those codes only in admin area and didn’t work, so I used WPcodebox to make them conditional to just run on page that contains “/bricks=run?”, So in this scenario the editor changes to LTR and the front end is still RTL which is ideal. However, using this make pages in editor LTR again which again is not what we want. I’ll try to find and add another css code to add RTL layout again in editor only for the canvas not for panels.
I solved the LTR layout in editor page by adding more CSS code, so now in editor mode, we have completely LTR panels structure and also have RTL layout for the main editor (iframe).
Thanks Thomas, I’m sure you’ll do it in a great way to accomplish all required implementations like needs for mixing of RTL and LTR layout in the buider.