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.

Hello, I just bought and installed your Colio plugin, but the details don’t appear when I click the button, it goes to the top of the page. I’m using Safari. The plugin works on your website, but not in mine. Is there anything I can do? Please give me a hand. Thanks Kind Regards

Hi!

please give me your website URL and I will take a look. I guess you use “inside” placement mode. Don’t you?

Hi, I’ve a problem with Colio. All of my portfolios (visible in Colio -> Settings) have disappeared. I recreated all of them, but the next day, there are all also disappeared. Colio version : 2.3.3 WP version : 5.0.2 PHP version : 5.6 Could you please assist me to solve this problem ? Regards,

Hm.. There must be a problem with database. Because all records about portfolios are stored in wp_options table. Please ask your hosting provider to check database and let me know about results.

Hello,

Today, the placement have a three options Before, Inside or After

I want to show the placement and extra photos in a pop-up. This is possible?

How do i do?

philippe.pe.hu/home2

When i configure the inside mode, this problem disappear

Sorry for delay!

I checked your website and as far as I see details box opens completely, but images load with some delay. I don’t see (I checked in Safari and Chrome) that text inside of viewport is trimmed.

Hi there, I purchased your wonderful plugin several times for a few clients. One of them complained that his cases (Colio items) don’t show up separately in Google, which is a SEO disaster. I suppose this has to do with the fact that the items cannot be viewed separately and are loaded through Ajax. Is this correct? And if so, is there a workaround so we can make the items indexable? This would mean a lot to my client (and to many of your clients too, I suppose : ) Many thanks!

Not sure yet. The only way to make grid items indexable by SEO is to make them load along with the page and not dynamically via ajax. But ajax in turn makes the page load faster (taking into account that item details contain images that increase overall load time)

All right, thanks for your feedback. How do I make them load along with the page instead of via Ajax? Can’t seem to find it in the portfolio settings.

Unfortunately it’s not possible due to the way plugin is designed.. Sorry

Hi, I have recently bought this plugin and would like to control the display order of the tags. I understand this is possible via the code, but please can you give an example that can be easily followed? Many thanks.

You can loop through array with these values and get tags (terms) by ID instead of this code which gets them by slug

// get terms for tag slugs
    $filter_tags = array();
    foreach($tag_slugs as $tag_slug) {
        $filter_tags[] = get_term_by('slug', $tag_slug, 'colio_tag');
    }

something like this

$filter_tags = array();
$tags_ids = array(20,18, 25, 22, 29);
foreach($tags_ids as $tag_id){
$filter_tags[] = get_term_by('id', $tag_id, 'colio_tag');
}

file to edit is wp-content/plugins/colio.php (line 260)

That’s so much – that works great! Maybe this is something to consider building into the next release as a feature, as it seems to have been requested quite a lot by other users before me. Loving the plugin otherwise, it does a much better job than most others out there! All the best, Matt

Great! If you will need any other help let me know

Does this plugin have front end a search option?

No, it does not have search. Only filters

Hi, We have the issue with Oops! “portfolio_id” query argument is missing as many of the Colio portfolio items has been indexed in google.

Is there any way we can sort this out and have individual Item page with URL?

Kindly respond to my email: donatas@ambassador-london.com

Thank you

Going to reply you in a minute.

Hi, I’m working on a site with colio plugin purchased and installed.

I have some issue about the details box: no image is shown with any options. How can i fix this?

Honestly, the site is a mess and there are a lot of plugins that manage sliders and lightbox. I tried to deactivated them but no results..

As I understood you can’t add “Extra Images” to the Colio Item posts in WP admin.. or images are not displaying in details viewport (frontend)?

Is there a way to get the item thumbnail to go directly to a lightbox vs the toggle box?

Hi! My Colio plugin uses fancybox as a lightbox plugin. But it works only for thumbs inside of Colio container. If you want to open thumbnails in grid via lightbox you will have to modify the code.

1. you should wrap thumb image into the <a> tag with class “fancybox” and href= attr pointing to the big image (wp-content/plugins/colio/colio.php file)

2. add fancybox init code to the end of wp-content/plugins/colio/init.js file

$(’.fancybox’).fancybox();

Is it possible to make the thumbnail item open straight to lightbox of the featured image?

Hi, I just replied in another commend. If you will have any questions please let me know!

I want to create a website that is only for portfolio 1. PAGINATION: Possibility to have pagination on bottom of each category that has many designs please see: https://www.screencast.com/t/qjJ4ZOIrW

2. Category LINK: Possibility to provide a link that takes automatically to a certain category. For instance if I want to give show logos designs I give a link that will send a client by default to it. Please see: https://www.screencast.com/t/svJeTQkDS

3. Responsive (Desktop, Tablets, phones)

4. Open link on new tab (when a client click to see a website demo they brought to new tab)

5. Video integration (YouTube )

How to hide “View Project” button and use item thumb to open details viewport?

Those instruction dont work. Any hint what is wrong

Hi!

You need to modify the code in wp-content/plugins/colio.php file.

What you should do is 1. remove this code

'<div class="colio-view">' .
'<a class="colio-button colio-link" href="#">' . 
$settings['item_button_text'] . 
'</a>' . 
'</div>' .

2. then wrap image into the tag with colio-link class, like so

'<a class="colio-link" href="#">' . get_the_post_thumbnail($post->ID, ($settings['layout'] == 'fitRows' ? 'colio-item-thumb' : 'colio-item-thumb-nocrop')) . '</a>' .

(see dots at the end, they should be like I wrote)

Hi, how to export content ? I try with wp all export but plugin do not appear in the list.

Thanks for help.

Hello! I have replied in another commend from you.

Hi, how to export content ? I try with wp all export but plugin do not appear in the list.

Thanks for help.

Hello and sorry for late reply!

Unfortunately my plugin does not have the bild-in export/import feature. But I just checked and what you can do is

1. Export colio “items” post type via Tools -> Export -> Item post type. 2. Then to export Colio configuration you can use phpMyAdmin and find in wp_options table rows that are called

colio_options colio_option_{your_portfolio_1} colio_option_{your_portfolio_2} ... colio_option_{your_portfolio_3}

then export only these rown in SQL format. 3. Then on new WP install, import Items post type, import related Media and using phpMyAdmin import colio configuration to wp_options table.

Added multiple in each once I click the folder images are not showing

Hi! Could you clarify your question?

Is it possible to integrate this in Odoo 10?

I have replied in your comment concerning jQuery version of my plugin. Thanks!

Hello,

I bought Colio and it says I still have one license. Due to a lot of events my website was deleted and I now have to redesign. I ended up switching hosting services. The website and project are the same but when I try to upload the plugin I get the message “The package could not be installed. No valid plugins were found.” Is there any way to solve this?

Hello! Did you try to contact support? If no let me know and will send you plugin zip via email.

Hi getting this error Oops! “portfolio_id” query argument is missing What can I do to fix?

Hi! Could you give me URL to your website and steps to reproduce the problem. Thank you!

Hi, is there a way to change the plugin or add a hook to show in the the featured image selected in the item as background-image? Thanks a lot.

I found a way with the init.js on expand:

I did: var featured_image = $(’.colio-active-item .colio-thumb img’).attr(‘src’); $(’.colio-theme-black.colio-has-navigation .colio-item’).css(‘background-image’, ‘url(‘featured_image‘)’);

Thanks anyway!

Yes, that’s it.

Hi,

can u help me to define max height of picture image here (css ?) : https://www.screencast.com/t/ivxAS5kdigZ

Thanks ?

Hi!

please try this. Open wp-content/plugins/colio/flexslider/flexslider.css then add max-height: 200px!mportant; rule to this css style

.flexslider .slides img { height: auto; }

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