Code

Discussion on Colio - Responsive Portfolio Wordpress Plugin

Discussion on Colio - Responsive Portfolio Wordpress Plugin

Cart 1,136 sales

flGravity supports this item

Supported

This author's response time can be up to 5 business days.

569 comments found.

is there a feature to make an item automatically selected onload?

No, but you can do this with javascript. If you want I can show you how

I can write that up, was just curious is there was an existing feature.

Hi! I recently bought your plugin. but I have trouble adding it. I’m using WPBakery Visual Composer. I can’t see them on the visual composer list

Hi! This plugin does not have VC addon. You should add it with [colio] shortcode

Hi flGravity,

I just bought the plugin. I have selected Placement=inside in settings. It is not behaving as expected.

When I click on any item of first row, items on second row shift downward but they never come back to original position after closing the details.

Portfolios items on second row got hidden inside the ul.colio-list and never returns to their original positions even after closing the details tab. Basically it is not increasing the height of ul.colio-list when the portfolio is expended, or there may be another problem.

I am using WP 4.5.3 please check this link http://linkwonder.com/Demo/rlgroup2/?page_id=12232

What is the possible solution then? I cant remove the scroll bar plugin. It is inbuilt in the theme.

If this plugin can’t fit with my theme please refund the amount.

You can use “before” or “after” placement modes. If that is not what you need, please send me refund request and I will approve it. Thanks

Hi there, we need to have several portfolios, different than each other and separated from the other ones on one website. Does “Unlimited portfolio instances per site” mean that such a functionality is supported? Thanks.

Yes. You can have multiple portfolios per site each one with own set of items.

Quería hacerle una pregunta antes de comprar.
Al pinchar en ver el proyecto aparece muy poco texto. Yo quiero poner bastante texto. ¿Hay algún problema?
También he visto en las opiniones que no funciona bien con algunos plugins.
Yo tengo pocos en mi web:
Contact form 7, WooCommerce, Slider Revolution y Force Regenerate Thumbnails.
¿Habría algún problema con alguno de estos?

Perdón. En ingles:
I wanted to ask before buying. Clicking on the project see little text appears very. I want to put enough text. Is there a problem? I have also seen in the opinions that does not work well with some plugins. I have a few on my website: Contact Form 7 WooCommerce, Slider Revolution and Force Regenerate Thumbnails. Would there be any problem with any of these?

Hi!

No problem. You can put any amount of text and viewport will extend to required height.

There can be a problem if one of your active plugins uses Fancybox v1.3 as my plugin uses v2 and it sometimes causes a conflict.

Hi, I have been having the same problem as some others on here and wondered what the solution had been. On mobile when scrolling the expanded view or touching anywhere on the expanded view it closes. Any help would be fantastic, Thanks!

Hello!

This may happen only if you use “inside” placement mode. In this case Colio will close viewport when resize or orientation change event takes place. Do you rotate phone or viewport closes on its own?

Hi How to make the extra photos from the slider in the portfolio item change automatically? Thanks

Hello.

I use flexslider in my Colio plugin. To enable autoplay you should init flexslider with the “slideshow” option set to true. See https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties

also when viewport gets closes slideshow should be stopped with slider.pause() API function.

Flexslider init code you can find in wp-content/plugins/colio/init.js file

hi i have a prepurchace question can trhe grid boxes have a secondery image on rollover thanks

hi r you there please help thanks

Hi! Sorry for delay and please check my email reply.

hi thanks isee theres no change ive sent you details did you get login details thanks

I want to sort items by ‘menu_order’ (with ‘intuitive custom post order’ plugin). Is it possible? “intuitive custom post order” enable you to custom-ordering any post type and taxonomy. but don’t work with “polio item” post type.

Hi!

To do this you should open wp-content/plugins/colio/colio.php file and find WP_Query(). Then replace

'orderby' => $settings['orderby']

with

'orderby' => 'menu_order'
Hey! I bought your plugin but after install i see that your plugin conflict with Visual Composer and “Colio” doesnt work.((((
After activate your plugin i see this: http://joxi.ru/VrwQvRkSKE08Y2
And this error: http://joxi.ru/5mdWLyDivWdezr

On this place must be our works with Colio plugin (i added some items and if you update page you must see faster that there is, but after second hide):
http://joxi.ru/Q2Kx9bwS9PpwZA

Website to check: http://moscow-remontnik.ru/kosmeticheskij-remont-kvartir/
P.S visual composer v4.12 (last version).
Hope that you can give me some solution to fix this.

The problem in most cases is that people have Fancybox v1.3, that comes with their theme or is included by some WP plugin. However my plugin uses Fancybox v2. And they conflict with each other.

But how to fix it? Thanks!

It depends. I remember there was a problem with init() function that can’t be found. So it needs to create empty function in Fancybox JS file for v1.3

Plugin failed to install. The error says no valid plugins found. Please help.

Hello! Please unzip package that you downloaded from codecanyn and then install file colio.zip

Pre-sales question: Is it possible to sort by attribute and then filter those results by category? Thank you.

Hi! Is this question about the filters?

Every portfolio item (Colio -> Item) in WP admin can have category and tags. Category is used to group items in case you have multiple portfolios. And then in Settings you can select what group to display in portfolio A and what in portfolio B.

As for tags (filter tags). They can be set for items and then you will have a menu with filters above the portfolio grid, so you can filter items.

Hey there,

Is there a way to keep my “global site footer” from showing up in the “project post box” (for lack of a better description) after clicking View project. When opening the project it shows my site footer at the bottom of the project post and my site page…

Thanks, B

Hi! Please try to re-save permalinks in Settings -> Permalinks. If that won’t help let me know.

Hi

I just bought your plug-in and it looks great but when I add shortcode to my tabs the first one works but second and third does not until I resize browser. Any ideas how I can fix this in settings or code?

http://www.cbelldesign.net/moore-test/ Item Purchase Code: 290fb05b-4907-48f2-b7da-dc61f22a2a86

Hi! You can fix this when you will add JS code that will run $(window).trigger(‘resize’) when you switch tabs.

Is there anyway you could write that code for me. I would gladly compensate you for your time and effort. My client really likes the Colio portfolio and it’s options.

Ok. I just wrote the code to help you.

jQuery('.fl-tabs .fl-tabs-label').click(function(){
var tab_index = jQuery(this).data('index');
 window.setTimeout(function(){
  jQuery('.fl-tabs-panels > .fl-tabs-panel:eq(' + tab_index + ')' + ' .colio-list').isotope('layout');
 }, 200);
});

you can add this code to the end of wp-content/plugins/colio/init.js file and it should work.

I was thinking of buying your Colio plugin. I am looking for a portfolio or gallery plugin that allows me to filter more than one category at a time. It doesn’t appear from your LIVE DEMO that yours does that. Can it do that? I need to filter before and after pictures, and I need to be able to select more than one treatment when filtering. Make sense?

Thanks Tommy

Hi! Unfortunately my plugin has only single level of filters available.

If you give me an email address I will send a screenshot of the settings

I need support!!!!

Hello! Please use mail form on my profile page http://codecanyon.net/user/flgravity to contact me via email. I will reply as soon as possible and you will be able to send me your screenshot!

Pre-sale: Can I create a AUTO-WIDTH-CAROUSEL? With just one row of images just like this: https://owlcarousel2.github.io/OwlCarousel2/demos/autowidth.html

1- All images will have the same HEIGHT and VARIABLE WIDTH.

2- Should include lightbox (o similar) to enlarge the image when you click them.

Hello!

My “Colio Wordpress Plugin” does not have slider / carousel functionality. The only option is to use pagination with single row of thumbs (see demo).

Thumbs can be of any height, but their width is the same and is set with next css

/* grid */

.colio-grid1 .colio-list > li { width: 100%; }
.colio-grid2 .colio-list > li { width: 50%; }
.colio-grid3 .colio-list > li { width: 33.33%; }
.colio-grid4 .colio-list > li { width: 25%; }
.colio-grid5 .colio-list > li { width: 20%; }

this is made so you can select in Settings how many thumbs per row you want display in the grid.

Hi, I’d like to make a full-width masonry portfolio. When I resize my screen, will there be empty blocks in the layout? I’ve seen with other masonry grids where things don’t fit in at all screen sizes, resulting in big empty blocks. Thank you.

Hi! I use Isotope plugin for grid layout. I think it will handle it properly.

How can I add (and then remove) a CSS class to the grid wrapper when an item details are expanded? (so if none are open this class is not there and if any of them are the CSS class is there)?

Hi!

please open wp-content/plugins/colio/init.js and find “onExpand” and “onCollapse” callbacks. Then add JS code that will add a class, like so

onExpand: function(){
 ...
 $('#colio_my_grid').addClass('my-class');
},

onCollapse: function(){
 ...
 $('#colio_my_grid').removeClass('my-class');
)

where my_grid is your portfolio ID (you can find this is Settings in WP admin), ‘my-class’ is a class that you want to add/remove from grid wrap.

Worked perfectly, thanks!

Hi,

thanks for the very nice plugin.

I used this plugin to show all member of a company. Now i must devided the list in different parts according to the position of the members in the company. Mutiple “portfolios” are not a good idea because the navigation buttons (“Prev” & “Next”) not working (because the last list-item). I managed that every position in the company has his own class for the list items. I tried different ways with jQuery, for example .insertBefore, wrapAll, append etc. but nothing works because the position of the div .colio-container with the content is in wrong position.

Any suggest how i can handle this?

Many thanks in advance!

Hi!

as I understand your idea is to separate persons in UL list by assigning LI items different classes? correct?

and what exactly you want to insert with

> I tried different ways with jQuery, for example .insertBefore, wrapAll, append etc. ?

Thank you very much for your fast reply and thanks again for the great plugin.

The ideal structur should look like this:

<h2>Headline</h2> <ul class="coolio"> <li class="coolio-item team-1" data-content="#coolio-1">Team I</li> <li class="coolio-item team-1" data-content="#coolio-2">Team I</li> <li class="coolio-item team-1" data-content="#coolio-3">Team I</li> </ul> <h2>Headline</h2> <ul class="coolio"> <li class="coolio-item team-2" data-content="#coolio-4">Team II</li> <li class="coolio-item team-2" data-content="#coolio-5">Team II</li> <li class="coolio-item team-2" data-content="#coolio-6">Team II</li> </ul>

[...]

To build this structur is no problem.

But the navigation of the expand container should work like one list. Means the functions for the navigation of the expand containers should open, close and scroll like it works for one list.

Thanks in advance!

Hi!

In your example class should be “colio-item” not “coolio-item”. Anyway. I think you can achieve this only by using Colio plugin API, particularly expand() method – http://plugins.gravitysign.com/colio/docs/#api

Basically you should write JS code that will check if you reached last item in list and then switch to 1st item of second UL list using expand() method.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey