Hi 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