Work plugin provides an easy way for inserting and managing your portfolio inside your website. It is completely responsive and can be easily modified using a custom styling.
The detail of each portfolio item is loaded with AJAX.
Visit the documentation to see how you can insert it into to your pages.
{% component 'Worklist' %}
Creating a Work List
From the backend, Drag & Drop the component Worklist from the side panel to your page or insert the next tag into de markup code or your page.
{% component 'Worklist' %}
Requirements
This plugin needs JQuery and October Ajax Framework (https://octobercms.com/docs/cms/ajax) loaded into your page or layout.
-
Anvil
Found the plugin useful on 2 Mar, 2021
Work perfect for me, but i have 1 question: How to limit works show on my page? Thanks and best regards,
-
Jesús García author
Replied on 3 Mar, 2021
Actually there's no way to limit the number of works on page. This is a plugin designed to show a limited number of works as a portfolio. You can manipulate Worklist component in order to modify the query that extracts works from database and paginate them, but this logic is not implemented in the plugin.
-
Kristina
Found the plugin useful on 8 Aug, 2017
When I create a category or work I get an error: "General error: 1364 Field 'sort_order' doesn't have a default value (SQL: insert into
individuart_work_categories
(name
,published
,updated_at
,created_at
) values (uyf, 0, 2017-08-08 10:10:46, 2017-08-08 10:10:46))" on line 666 of /home/kristina/develop/ginteam.local/vendor/laravel/framework/src/Illuminate/Database/Connection.php" -
Jesús García author
Replied on 8 Aug, 2017
Hi Kristina. Are you using the last version of OctoberCMS core? Can you tell me what's the version of the core of your application? Maybe this error is related with the last updates in the core of OctoberCMS. I haven't tested this plugin in this version....
-
Dion Duimel
Found the plugin useful on 18 Jul, 2016
Lot of options in the back-end to add to your work.
Front-end overview looks nice (images, when hovered you see title).
Clicking on a tile opens a pop-up with full description etc.
@developer: Please add z-index:9999 to .work-background to make the pop-up visible completely
-
Jesús García author
Replied on 11 Sep, 2016
I have updated the github repository in order to solve this bug. Thank you!
-
Chad Gregory
Found the plugin not useful on 7 May, 2016
Plugin styling is somewhat broken.
-
Jesús García author
Replied on 11 Sep, 2016
If you install the plugin in a clean OctoberCMS installation you will have no problems. In the assets folder you have a SCSS file to change whatever you want and then compile into a new .CSS file
-
1.1.2 |
Update sortable fields to nullable Apr 17, 2020 |
---|---|
1.1.1 |
Database maintenance. Nov 11, 2016 |
1.1.0 |
Add categories and category_work tables Jan 19, 2016 |
1.0.4 |
Add sort_order to works table Sep 19, 2015 |
1.0.3 |
Add long description to works table Sep 19, 2015 |
1.0.2 |
Add url field to works table Sep 19, 2015 |
1.0.1 |
First version of Work & create works table Sep 19, 2015 |