Skip Navigation

[Resolved] Grid transitions

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Beda 7 years, 4 months ago.

Assisted by: Beda.

Author
Posts
#539636

Feature request. I am starting to use bootstrap grids in my views loop output editor - which is a great feature.

Some suggestions

1) It would be nice if we could add some nice filter effects when filtering using the parametric search. Something like this - hidden link

2) Option to add some nice loading transition effects for the blocks like fade in, fade-in-up etc. Example from the theme I usually use - hidden link

3) Also ability to add hover effects and icons to the blocks would be cool like so - hidden link

Thanks!

#540022

1) It would be nice if we could add some nice filter effects when filtering using the parametric search. Something like this - hidden link

Yes, that would be very nice, but we cannot do that due to Performance.
Views also uses pagination, which conflicts with such methods.
There have been some experiments, but until now we do not plan to go that road.

2) Option to add some nice loading transition effects for the blocks like fade in, fade-in-up etc. Example from the theme I usually use - hidden link

What do you mean here?
I do not see any effects on that link that you couldnot do with Custom JS and CSS, in the Loop.

3) Also ability to add hover effects and icons to the blocks would be cool like so - hidden link

This is full Custom Code.
We do not deliver such things because Views and the rest of Toolset should stay compatible with as many Plugins and Themes as possible, and also leave the freedom to customize however you want the Output.
If we add more options, the GUI becomes heavy and adding more JS libraries means neglecting compatibility and also adding source of Issues, Tests get longer and more complex, and conflicts are almost sure.

This can be done with Custom Code thou.