Descrizione
This plugin extend Elementor by adding the Portfolio functionality for free!
Plugin Demo
Click here to see the plugin demo
PS: This plugin is also available as part of our main plugin: Power-Ups for Elementor.
Overview
This plugin xtend Elementor by adding the Portfolio functionality for free! It allows you to create a creative portfolio to show your projects using the Drag&Drop interface of Elementor.
It’s very useful to create a portfolio of websites or web development projects and it is specially made for creative professionals such as designers, web developers and photographers.
You can also enable the filterable portfolio option, separating your projects into categories that can be filtered.
Features
- Filterable Portfolio
- You can display only a Custom Portfolio Category if you want
- You can show the projects on a modal or on a single page
- Compatible with Elementor and King Composer Page Builders
- Compatible with Gutenberg
- Masonry/Boxed Grid
- 2,3 or 4 collumns
Installation Instructions
- Upload
elementor-portfolio
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click on the “Portfolio” link from the main menu
- Click on “Add New Item”, create your first portfolio content and publish. Create as many posts you want.
- Click on “Creative Portfolio” to set your color scheme.
How to display the filterable portfolio grid
The widget will be available in Elementor items. Just drag it to your website and select the customization options 🙂
You can also use dthe shortcode to display the portfolio grid on a page/post, or using Gutenberg and other page builders:
[elemenfolio]
You can customize it using these options:
- postsperpage: Set a number of posts to show (eg: postsperpage=”12″).
- showfilter: Show the category filter on the top of the grid. Options: yes/no. (eg: showfilter=”yes”).
- style: Set the grid style of the portfolio. Options: masonry/box. (eg: style=”box”).
- linkto: Set the link type of the portfolio item. If is set to image, it will open the Featured Image on a lightbox. Options: image/project. (eg: linkto=”image”).
- columns: Set the columns per row of the portfolio grid. Options: 2/3/4. (eg: columns=”4″).
- margin: Choose if you want a margin between the items or no. Options: yes/no. (eg: margin=”no”).
Example of a complete shortcode:
[elemenfolio postsperpage=”12″ type=”no” showfilter=”yes” style=”masonry” linkto=”image” columns=”4″ margin=”no”]
Example of a complete shortcode without the set properties:
[elemenfolio postsperpage=”” showfilter=”” style=”” linkto=”” columns=”” margin=””]
Recensioni
Contributi e sviluppo
“Portfolio for Elementor” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Portfolio for Elementor” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.0.1 – Initial Release
1.1 – Added Gutenberg Editor to the Portfolio post type / Changed the post type label to “Portfolio” / Added “Freemius” / Fixed 404 errors on portfolio after activation