How To Make Boxes Like This In Wordpress?

1337Teh

Regular Member
Joined
Jan 10, 2013
Messages
409
Reaction score
102
Hey guys, i've looked for plugins and stuff but i still cant seem to find a way to make boxed posts like this one:
https://www.ezvid.com/top-ten-gaming-pcs

Do you guys know any plugins to do something similar for wordpress? If so please post them here or just PM me. Thanks!
 
Thanks but i am not looking for the carousel, i am trying to find the boxes where the top10 begins, understand?
 
No we do not understand, explain it better and add some screenshots, is it that hard?
 
073b261ec14571c6dd93ce23fb16254b.png


See these 2 boxes? That's what i am looking for :/

Thanks!
 
Thanks for trying guys but i am looking for "Content Holders" lol, cant find em ><
 
That site design is really good. I also want to know what plug-ins used to do that.
 
WP Bakery Visual Composer would be easiest if you don't know how to do code for yourself but would need to do some tweak because that's a well-designed page.
 
It may not be a plugin - it looks like it might be custom HTML and CSS with a hover applied. So... learn CSS :)
 
You could create that with Bethemes and Visual Composer
 
That's part of the theme which is a custom theme. The theme is called ezvid2014 and the domain happens to be ezvid.com. You'll need a developer but replicating that should be easy especially if you find a good top 10 or review plugin that has some of the functionality built in.
 
Thanks but i am not looking for the carousel, i am trying to find the boxes where the top10 begins, understand?
073b261ec14571c6dd93ce23fb16254b.png


See these 2 boxes? That's what i am looking for :/

Thanks!



Would have helped if that had been in your OP. Anyway, by looking at the source code and using inspect element looks like the div refers to productpanels/producttables.
Also by going to "whatwpthemeisthat" it show the site uses this plugin:
https://wordpress.org/plugins/amazon-link/

You could also try these:
https://wordpress.org/plugins/wp-product-review/
https://wordpress.org/plugins/woocommerce-grid-list-toggle/
https://wordpress.org/plugins/tags/product-table

Most Review themes and plugins should be able to do that:
https://wordpress.org/plugins/wp-review/
http://authorhreview.com/plugins/wp-reviews/
 
Are you serious? I'd scope via inspect element and C&P it into wherever. Not that hard guys.
 
I was going to mention 'Thrive Content Builder', saw that MonkeyJohn (The username combination though) posted it already.
It can do something similar to that.
 
I'd use bootstrap col-md-8 and col-md-4 and then use css styles directly from that page and you should be able to copy the appearance pretty easily.
 
Thanks a lot Asif. I tried installing that Amazon plugin, which on the screenshots looks amazing. But i couldn't get it to work for some reason, gives me different errors. Any other options? ;/
 
Back
Top