• Resolved ebrabellon

    (@ebrabellon)


    Hi OnlineSupport and thank you for your plugin! It’s been very useful to me.
    Is possible to disable on load Post Filter animation and show static inputs as Post Grid does?

    Thanks in advance & regards,
    Eva

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Rafik

    (@rafikwp)

    Hello,

    If you do not want animation then need to customize the plugin
    because there is no setting available at this moment.

    go to plugins/post-grid-and-filter-ultimate/assets/js/pgafu-public.js
    line no 7 and add this parameter animationDuration: 0,

    like this way

    jQuery('.pgafu-filtr-container').filterizr({
                            selector 	: '.pgafu-filtr-container',
    			layout 		: 'sameWidth',
    			animationDuration: 0,
    });

    Note:- When you update the plugin your changes will lose

    • This reply was modified 5 years, 8 months ago by Rafik.
    Thread Starter ebrabellon

    (@ebrabellon)

    Thank you Rafik!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On load grid animation disable’ is closed to new replies.