- This topic has 7 replies, 4 voices, and was last updated 1 year, 6 months ago by
Leo.
-
AuthorPosts
-
November 17, 2020 at 8:00 am #1534915
Heinrich
Hi,
my customer likes to have a hover box like that: https://haas-lebensmittel.at/team/
Can you recommend a Plugin?I really appreciate your help.
November 17, 2020 at 8:17 am #1534957David
StaffCustomer SupportHi there,
do they require the Grid as well ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 17, 2020 at 9:12 am #1535016Heinrich
Hi David,
not necessary if there is another solution. But it should look the similar.
I thought of wpshowposts but I think it’s not working with the changing hover images.
Thanks for your help.November 17, 2020 at 5:14 pm #1535458Elvin
StaffCustomer SupportHi,
I thought of wpshowposts but I think it’s not working with the changing hover images.
I can imagine WPSP working in a hacky way but what I had in mind is a pretty long process.
But incase you’re interested, here it is:
What you’ll need:
1.) CPT or PODs plugin.
Purpose: For creating a “Team member” post type to store your team’s information.
2.) ACF plugin.
Purpose: custom fields assigned to the “Team member” post type for storing secondary image and content for switch.
3.) WP Show Posts
Purpose: To display the “Team member” custom post type.
4.) An understanding of WPSP PHP filters, JS and CSS.
Purpose: We’ll need WPSP filters to add in values from custom fields added by ACF on the custom post types. We’ll also need custom CSS to style the new markup from the changes made adding in custom field values. And Lastly, We’ll also have to create a “mouseover/mouseout” addEventListener JavaScript that switches between the primary display and secondary display.This is great in the long run because once you implement this, all you have to do is to populate the custom post type with “team member info” posts and it’ll be automatically added as WPSP’s query is dynamic.
But as for the specific code, this is pretty advanced site customization that is out of our scope. I can only point you to a direction that I know will work.
Can you recommend a Plugin?
This doesn’t look exactly like your reference site but this plugin serves the same purpose.
Perhaps flipbox plugins fit what they need?
https://wordpress.org/plugins/flip-boxes/A wise man once said:
"Have you cleared your cache?"November 18, 2020 at 1:15 am #1535700Heinrich
Hi Elvin,
I really appreciate your help and the options.
The long and more complex way attracts me very much…November 18, 2020 at 11:13 am #1536615Elvin
StaffCustomer SupportI really appreciate your help and the options.
The long and more complex way attracts me very much…No problem. Glad to be of any help. 🙂
A wise man once said:
"Have you cleared your cache?"December 7, 2020 at 9:11 am #1570609Heinrich
hi team, is there a developer you trust and you can recommend for this task?
tks in advance.December 7, 2020 at 1:10 pm #1570827Leo
StaffCustomer SupportWe don’t unfortunately.
A service like https://codeable.io/ is probably your best bet.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.