Hello,
Thank you Enfold team!
I am looking for a source where I can reverse the direction of the portfolio grid to start right to left (rtl)
I see this post but is not working https://kriesi.at/support/topic/rtl-portfolio-grid/
I pos link to my website in the private content area.
TNX!
Nir
Hi nirazo!
Thank you for using Enfold.
Please look for this code around line 1313:
container.addClass('isotope_activated').isotope({
layoutMode : 'fitRows', itemSelector : '.flex_column'
});
.. replace it with:
container.addClass('isotope_activated').isotope({
layoutMode : 'fitRows', itemSelector : '.flex_column', isOriginLeft : false
});
Regards,
Ismael
Thank you,
I did what you wrote, but unfortunately it has not yet turned to RTL.
Attached file – avia.js
Thank you very much for your help!
Nir
Hi!
Did you get the code from your email? I modified the code a bit. Please copy the code from the forum, not from your email. And remove browser cache before testing the page.
Best regards,
Ismael
Thank you,
I copy the link from the forum, but unfortunately it has not yet turned to RTL.
Attached file – avia.js
Thank you very much for your help!
Nir