New Landing How can we help? Themeforest Theme Support Flexform Team element doesn't resize correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #800
    tripthreat2409
    Member
    Post count: 77

    I’ve tested several times with the same result. Here’s the link: http://tinyurl.com/cwn7vqk

    Once you resize it to a certain point, the team element no longer stays in four columns like in the demo. I’ve found it’s probably because of different lengths in the name/title/description text and also the contact icons.

    Is there a workaround for this or a way to force everything to stay in line?

     

    Thanks!

    #861
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    It definitely shouldn’t do that, look: http://themes.swiftpsd.com/flexform/pages/meet-the-team/

    What theme version are you using? Have you changed anything in the theme code / added custom code?

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #871
    tripthreat2409
    Member
    Post count: 77

    Haven’t added any custom code. FlexForm 1.1.1

    Latest version of wordpress.

     

    I think it’s because the names/titles/descriptions are different length. Because in the demo, they are all the exact same.

    #919
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for pointing this out, will get this fixed for the next update. You can fix it now by editing /js/functions.js, and replacing lines 689-691:

    jQuery(window).smartresize(function() {  
    	widgets.resizeAssets();
    });
    

    with:

    jQuery(window).smartresize(function() {  
    	widgets.resizeAssets();
    	jQuery('.team-members').equalHeights();
    });
    

    Hope that helps.

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register