Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312962

    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.

    #312966

    Hey didiair!

    Can you pos the link to your website please?
    Which version of Enfold are you using?

    Cheers!
    Yigit

    #313011

    hi
    i an using Version: 2.9.1
    the site is llocalhost.

    david

    #313024

    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

    #313110

    peter thank you its working :-)
    also i add
    isOriginLeft: false,
    here..

    container.addClass('isotope_activated').isotope({
    					isOriginLeft: false, layoutMode : 'fitRows', itemSelector : '.flex_column'
    				}, function()
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘rtl Portfolio Grid’ is closed to new replies.