-
AuthorPosts
-
August 16, 2013 at 4:34 am #189779
Hi,
Thanks for supporting RTL in the templates. However it seems there are some serious issue which prevent me from using Fixel for example.
In Fixel’s landing page:
1. The grid is not aligned to the right.
2. Once you click on a post to read and you are in the light box mood, you have navigation arrows. the arrows work unexpectedly as it is LTR navigation and not a RTL navigation. It will definitely confuse website users.I really hope these issue are addressed.
Thanks & Regards,
RaniAugust 17, 2013 at 8:14 am #502534anyone has answer? or update?
Wall Crasher Developer
Wall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
August 19, 2013 at 3:51 am #502628Hi rani,
Yes, I confirm the first issue. And it is easy to fix.
Just open templatesja_fixeljsscript.js online 309 and the red code below
masonry.masonry({
columnWidth: '#blank-item',
itemSelector: '.items',
isResizeBound: false,
transitionDuration: placeholder.length ? '0' : '0.4s',
isOriginLeft: !Fixel.rtl
});
For the second issue,
Please open templatesja_fixellessrtlstyle.less and add// ---------------------------------------------------------
// POPUP CONTENT
// ---------------------------------------------------------
.popupview {.popup-inner {
&.current {
.translate(0%, 0%);
}&.prev {
.translate(125%, 0%);
}&.next {
.translate(-260%, 0%);
}
}
}#popup-prev:before {
content: @chevron-right;
}#popup-next:before {
content: @chevron-left;
}to the end of file.
Then, you need to re-compile CSS to LESS. This process is heavy and take some time.
We will include those fixes in next release of this template.
Sorry for any inconvenience.
Regards
1 user says Thank You to Wall Crasher for this useful post
August 19, 2013 at 5:54 am #502639Thank you. Very helpful.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by redigma 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum