Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #713782

    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

    #714685

    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

    #714793

    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

    #716301

    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

    #720194

    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

    #721346

    Hi,

    Thank you for the update. I checked the “projects” page and it has a single column. Please create a test page and then insert a portfolio grid element with multiple columns. And post the WP and FTP details here so that we can do a few tests.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.