569 comments found.
Hi, just purchased the WP version and after following your steps in “Help” I went ahead and copied my first shortcode, but nothing happens on the pages or posts once paste.
Hi! Please contact me privately using mail form on profile page and if possible give me access to your WP Admin. Thanks!
Hi
The plugin fails to install and the following error message is displayed:
The uploaded file exceeds the upload_max_filesize directive in php.ini
Hope you can help.
Regars, Jona
Hi!
You should unzip package that you downloaded from Codecanyon and inside you will find “colio.zip”, which you should install in WP.
Regarding error message. You should ask your Hosting Provider to increase “upload_max_filesize” PHP parameter or look in Google how to do this yourself.
Hi,
Thanks for the great plug-in, nice work!
I have a little problem: I get a “Next” text over the prev/next arrows for the slider of the extra photos, and I can’t get rid off it.
You can check it at http://www.arquitecturaentrevinyes.cat/, on the portfolio section.
Can you help?!
Hi, that’s strange. Try another technique to hide text. Open wp-content/plugins/colio/themes/shared.css, then find styles for .flex-next and .flex-prev and add this to the end
font: 0/0 a!important; color: transparent!important; text-shadow: none!important;
IT IS VERY URGENT! I downloaded today. Please help as soon as possible. I am very disappointed. I have followed the instructions but portfolio does not appear with shortcode on the page.
I am using Wordpress 4.0 with Twenty Fourteen template – no other plugins at all.
<div class="entry-content"><div id="colio_work" class="colio-wrap colio-grid2 colio-thumb-padding colio-filters-right"><ul class="colio-list" /><!-- .colio-list--></div><!-- .colio-wrap --></div>
All fixed – thanks to flGravity!
Ok. Great!
Hello. I do not have “new photo icon”. So I can not upload photos. I am using BeTheme. Can you help me please
Hello again. It appears now. Thanks.
ok. Great!
Hi I bought this plugin today and was testing it out. I am having some problems. 1. Does this plugin work with SimpleMag wordpress theme? I am using it with the theme but there is some issues with duplication of the portfolio items. 2. How do I get a full size image like on your demo page ( White Skin/ Good Morning portfolio item)? 3. How do I increase the the thumbnail images in the portfolio items? I read the comments on increasing the image sizes and I did all you had advised to other buyers before before but nothing works. Thank you
Also I would like to remove the date from the individual portfolio items. I have search through the comments and I noticed you mentioned changing the php codes. I don’t know php codes so can you help me please?
Hi!
1. My plugin should work with any WP theme. If for some reason it does not work, it should be checked for conflicts
2. If you mean layout. Then this is Masonry layout mode which I added in v1.5 of my plugin – Colio -> Settings -> [portfolio] -> Grid Layout option.
3. This can be done in wp-content/plugins/colio/colio.php file in this two lines
add_image_size('colio-item-thumb', 460, 300, true);
add_image_size('colio-item-thumb-nocrop', 460, 300);
First one is for normal layout, second one is for masonry. When done, install Regenerate Thumbnails WP plugin and run it for all images.
4. To remove date you should open wp-content/plugins/colio/colio.php and remove this line
'<span class="colio-date">' . get_the_date() . '</span>' .
exactly as I showed here
Hi! I have been trying to change the size of the “thumbnails” for the extra photos… No matter what I do when uploading images, including adjusting the global WP thumbnail size, the size goes back to 150×150. I want the size to be about 400×200. http://www.buurtcooperatieohg.nl/organisaties/
I have seen this done on this page, but studing their code does not work. http://www.vmahs.org/alumnae/meet-millennials/
My theme is customizr… I wonder if this has to do with jquery/fancybox conflict? Thank you in advance!
To clarify, on my own page, for the first thumbnail (BAC), I added the photo as an “extra”... for the second (de achthoek), the photo is put into the content section. The trouble is that this does not work with the lightbox effect if done this way. Otherwise, that would be acceptable.
Hi! You can change “Extra Photos” thumb size in next line
add_image_size('colio-extra-thumb', 150, 150, true);
in wp-content/plugins/colio/colio.php. Then use “Regenerate Thumbnails” plugin. Also if you use any caching plugin in your WP site, clear its cache. You may clear your browser cache as well.
Hello, Is it possible to customize the layout of the area when you click to view a project. For example, is it possible to not display the date? Is it possible to move the title up on the same line as the navigation?
I am attaching a link to see where it is at: http://epicsportsmemories.com/products/posters/Thanks
Hello! Yes, it’s possible. You can modify code that generates viewport content in wp-content/plugins/colio/colio.php file
Thanks for your reply. Sorry I am not a coder. Would you be able to send me a revised php file or the code to replace?
I think I can. Please drop me email using mail form on my contact page with what exactly you need and I will try to do this in next few days. Thanks!
Will do!. Thanks
Hi there,
I’m loving the plugin but have a question.
When I open the page I’m using it on, the portfolio displays okay but I find that the preview images and excerpt text are not quite displaying properly and cut each other off a little, e.g.:
http://theinnographer.com/magazineAlthough if I filter to see “All” items then they straighten out and there’s no problem. You can try this at the above link.
Is there something I can do to have them “straightened out” from the first load?
Thanks.
Alex.
To clarify: the excerpts for the items in the second row are getting cut off. Thanks!
And if you compare the above link to the following link you can see that it’s a function of the height of the item title and the height of the excerpt: http://theinnographer.com/magazine/browser. It seems that if both are tall enough in a given row then you’re okay. But the tallest one always gets cut off in the one with the longest title/excerpt.
Yes, I see your problem. I will check why it happens and update you tomorrow.
Really appreciate that.
Ok. I think you should do this. Open wp-content/plugins/colio/themes/white.css and change 0 to 20px in this style
.colio-theme-white.colio-placement-after {
margin-top: 0;
}
Unfortunately that didn’t change the excerpt being cut off…
My plugin has code that adjusts portfolio list titles to be same height, for proper flow. But looks like this code runs too late. So try fix below and let me know if this helped.
Find wp-content/plugins/colio/init.js file and then find this code
$(window).load(function(){
$(this).trigger('resize');
}).resize(function(){
h4.equalize();
});
and right before it add h4.equalize();, like so
h4.equalize();
$(window).load(function(){
$(this).trigger('resize');
}).resize(function(){
h4.equalize();
});
Hey there! This worked great. Thanks a lot for the great plugin and the help!
Will future versions include this change or will I need to track and make it myself? Cheers.
This fix will be included.
Hello,
Love the plug in however when i use the inside placement it doesn’t act correctly like your preview, I haven’t changed much else but once i have two rows of images the expanding section doesn’t expand correctly it goes behind the first row of images. I would like it to push the second row down and appear under the first row like in your preview?
Hi! Try this and hope it will help. Open wp-content/plugins/colio/grid.css and replace
.colio-grid2 .colio-list > li { width: 50%; }
with this
.colio-grid2 .colio-list > li { width: 49.5%; }
Good plugin! Quick question: Would it be possible to replace the Extra Photos section with the ability to easily insert a video?
Thanks! If you won’t upload extra photos, viewport will only display Colio Item content where you can add all what you want.
Yeah I know, but it’s to hard for someone without any Wordpress knowledge. It needs to look like this: http://themetrust.com/demos/reveal/#partitura And the video has to play automatically when the items is selected.
You can use my plugin as a base and code the rest. I don’t have solution for you.
Hello! Try this. Open wp-content/plugins/colio/grid.css and find this line
.colio-grid2 .colio-list > li { width: 50%; }
and replace it with this
.colio-grid2 .colio-list > li { width: 49.5%; }
Hi, I have an old version of Colio 1.2, I tried to integrate with Wordpress 3.9 but got Fetal error. Can you please guide me why it is so?
Hi! Sorry, I cannot tell. Why don’\t you use latest version 1.5? You can download it from Codecanyon or you can drop me email using mail form on my profile page and I will send you zip.
Hello,
I’m having trouble getting the “inside” option to work. All i get is white space.
This is the page I’m working on: http://spotontestserver.dk/teamet/Any ideas?
Thanks.
Hi!
Please contact me using mail form on my profile page. Also please switch viewport placement to “inside” so that I could see what happens.
Hello,
I was thinking of purchasing this plugin. If I delete the plugin after using it, are all of my portfolio items also removed and deleted from the database? Or do they remain there?
Thank you.
Hello! When you uninstall plugin, posts for Colio Items will remain in DB, but all settings will be removed.
Hey! Nice plugin. Is there a way I can have 2 levels of filters. So for example, I have few Categories, every category has few sub-categories and each sub-category has products. So I want to first select a category, then sub-categories under that and then show the products accordingly.
Thanks Amit
Hi! Unfortunately it’s not possible.
I have problem with the plugin.
When I choose “inside” as the item details placement everyting goes worng. You can see here:
http://itay-itach.co.il/me/%D7%AA%D7%99%D7%A7-%D7%A2%D7%91%D7%95%D7%93%D7%95%D7%AA/What to do?!? I need help with this ASP.
I replied via email.
Hi! I have the plugin mostly working everywhere. Just having a problem in Chrome. The page is http://www.vmahs.org/alumnae/meet-millennials/
In Chrome the bottom items overlap the bottom edge of the big box with the post. They do not overlap it in Firefox or IE. Also, when you open the last item in the group, the previous two items totally run over the big box.
It is also a bit wonky on the iPad.
Thanks for any help you can give me.
Hi! That can be related to the fact how browsers convert 25% of width to pixels. Please do this. Open wp-content/plugins/colio/grid.css and replace 25% with 24.9% in this style
.colio-grid4 .colio-list > li { width: 25%; }
If problem will persist let me know. Right now I checked in Chorome but I see nothing wrong.
Thank you for getting back to me so quickly. I have already changed the width to 24.9% (you helped me with that earlier—thank you!). I am only seeing the problem when I am in Chrome and when I click on the last profile in the group. Logging out of Wordpress seems to fix the other spacing issues I was having in Chrome. I will test in some other situations.
Yes, try to figure out when exactly it happens. If it only happens with “inside” placement then maybe try to decrease 24.9% a bit to 24.8%
Hi, my portfolio looks strange. The .colio-main behaves weird. My url http://mobileapp.se/work/.
Thank you for your help.
Julia
Hi! That is related to how browsers calculate 25%. Please do this. Open wp-content/plugins/colio/grid.css and replace 25% with 24.9% in this style
.colio-grid4 .colio-list > li { width: 25%; }
How to change colio gallery direction to RTL?
Hello! I’ve recently purchesed the colio plugin, and I want to change the gallery layout from left ot right. Right now, the gallery images are ordered from left to right – I mean the main gallery items, with the class ”.colio-item”. Can you please help me order them from right to left?
thank you!
Hi! I use isotope plugin to create layout in Colio. You probably need this – http://isotope.metafizzy.co/options.html#isoriginleft Isotope init code you can find in wp-content/plugins/colio/init.js So in this file add isOriginLeft option right after
hiddenItems: ':hidden',
like so
hiddenItems: ':hidden', isOriginLeft: false,
Don’t miss comma after each option!