Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have, I am waiting on XF 1.5 (first Have you seen was posted today for xf 1.5). Also, that bottom image, the banner is no longer an image, its all CSS, so it should now work fine (you'd need to test on xf 2.4.0 RC 2)Please @Bob consider these issues to be implemented if you have time
.canTransform .thumbnailContainer span.featured
{
left:-2px !important;
float:left !important;
}
.canTransform .thumbnailContainer span.featured:after
{
left: -25px !important;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.canTransform .showcaseItemThumb span.featured
{
left: 0 !important;
}
.canTransform .showcaseItemThumb span.featured:after
{
left: -25px !important;
/*text-shadow: 1px 1px 1px @secondaryDark;*/
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
I don't think that Gallery supports RTL. I am planning to phase that Gallery out in favor of FotoRama (or another modern responsive gallery).Hi,
Both in desktop and mobile version, its not moving while using RTL style.
View attachment 2309
Any idea will be appreciated
(Hope to see full support of RTL in new releases)
Waiting for a fully compatible with RTL gallery.I don't think that Gallery supports RTL. I am planning to phase that Gallery out in favor of FotoRama (or another modern responsive gallery).
There are 3 Gallery's that you can use. Try using the custom gallery (same as the RM / THread posts) or FotoRama Gallery (just added today).Waiting for a fully compatible with RTL gallery.
Our language is RTL and we have no way but using our language.
Hope to see in near future.
Thanks Bob
I used FotoRama and it was supporting more.There are 3 Gallery's that you can use. Try using the custom gallery (same as the RM / THread posts) or FotoRama Gallery (just added today).
It's marked unsupported because it's unsupported. See this post:But you wrote next to it: unsupported.
Will you support them in near future? Or at least FotoRama.
To solve Showcase Gallery problem with RTL, just the code below need to be added to "EXTRA.css":I don't think that Gallery supports RTL
.es-carousel
{
direction: ltr !important;
}