hi,
Thank you for the excellent Enfold template.
I am looking for a source where I can reverse the direction of the grid to start right to left (rtl)
I’d love to show me where to change this.
Photo attached
Thank you.
Hey didiair!
Can you pos the link to your website please?
Which version of Enfold are you using?
Cheers!
Yigit
hi
i an using Version: 2.9.1
the site is llocalhost.
david
Hey!
Open up wp-content/themes/enfold/js/avia.js and replace:
container.isotope({ layoutMode : 'fitRows', itemSelector : '.flex_column' , filter: '.'+selector}, function()
with
container.isotope({ isOriginLeft: false, layoutMode : 'fitRows', itemSelector : '.flex_column' , filter: '.'+selector}, function()
Best regards,
Peter
peter thank you its working :-)
also i add
isOriginLeft: false,
here..
container.addClass('isotope_activated').isotope({
isOriginLeft: false, layoutMode : 'fitRows', itemSelector : '.flex_column'
}, function()