Ok, thank you.I can't comment on #2 as I don't use it and I won't add any code to support other add-ons anyway as I don't want to introduce a dependency.
Found a solution by Martok and it works: http://xenforo.com/community/threads/unread-post-count.50858/page-19#post-777867I can't comment on #2 as I don't use it and I won't add any code to support other add-ons anyway as I don't want to introduce a dependency.
@Moshe1010, can you add this to EXTRA.css and let me know if that's how you would expect it to look and work in RTL?
Code:.ctaFtSliderWrapper { direction: ltr; } .ctaFtSliderFooter { direction: rtl; }
Edit: It looks like the snippet text isn't quite right.
<xen:if is="{$pageIsRtl}">
.ctaFtSliderWrapper
{
rtl-raw.direction: ltr;
}
.ctaFtSliderFooter
{
rtl-raw.direction: rtl;
rtl-raw.text-align: right;
}
</xen:if>
Remove any max or min height or width settings in the slider SPs.My slider on mobile looks stretched (height). On desktop it's ok. What am I doing wrong?
That is what @rellect suggested, but as he noted, that's not an ideal solution since some elements are still LTR (transition effects for example, and some other things).@Moshe1010, can you add this to EXTRA.css and let me know if that's how you would expect it to look and work in RTL?
Code:.ctaFtSliderWrapper { direction: ltr; } .ctaFtSliderFooter { direction: rtl; }
Edit: It looks like the snippet text isn't quite right.
Here's my test slider. It would be great to have working BBcode inside slider (#1):
![]()
Hm, already reset settings to default...How you do that(footer to right or left)? I want too.![]()
Put it back then. The slider on my site works fine on mobile with 100% width set and any settings for max and min height or width in the SPs removed.I removed width in Image (it was 100% by default). Now it's not stretched, but too wide on mobile.
I need smaller height on mobile to look ok, but don't know how to achieve that.
Yes, just found what I've done wrong. Works now. Sorry... And thank you!Put it back then. The slider on my site works fine on mobile with 100% width set and any settings for max and min height or width in the SPs removed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.