Page 1 of 1

RTL - Hebrew and JS email icon

Posted: Sun May 10, 2020 11:38 pm
by alex4orly
Hello again,

I have identified 2 problems:

1) In the Ready-to-use scripts, there is one called Sticky Email. It has a small configuration, in it - an option to specify a location on screen, where do I want it to be. It seems that whatever I do, it goes to the bottom right of the page, or if I place it inside a Layout GRid, it doesn't show up at all. Is there any trick I can use for this?

2) In this website I am working now on - I use RTL / Hebrew. But, if I specify RTL in the page properties, the page when I preview it, loads the Card container in the wrong order - from left to right, so number 1 in the picture below is starting from the left of the container and number 4 is at the right end...

Any suggestion?

Image

Re: RTL - Hebrew and JS email icon

Posted: Mon May 11, 2020 6:15 am
by Pablo
1. The script cannot be part of a layout grid or other container. It must be a direct child element of the page.
2. This is normal behavior, because the Card container is actually a simplified flex container. If you want more control then use a flex container instead.

Re: RTL - Hebrew and JS email icon

Posted: Mon May 11, 2020 7:39 am
by alex4orly
Thanks Pablo

I just let it be LTR and the boxes are staying where I want them

Cheers