569 comments found.
Hello, i have a little problem… colio will deactivate my regular portfolio from the template that i use. but i need them …. i want to have colio on my pages in the template portfolio. is there a way to use them together?
Thank you Olli
Hi! What do you mean deactivate? Colio WP doesn’t deactivate any other plugin or WP feature.
Hi, i use the WP-Template SOLANA (http://themeforest.net/item/solana-responsive-multipurpose-wordpress-theme/5944204), when i now use COLIO – built new Portfolios on my (SOLANA-Portfolio Pages) the Portfolio-function in SOLANA is not available…. Olli
alternate, i can send you an login per email to have a look….
Yes, that will be great. Please drop me private email. Thanks!
your email-adress?
Please use mail form on profile page.
But can you help me with something else? I think it’s the last thing I need to be up and running.
When I filter the items in the portfolio, I am then only able to see one filtered list at a time. i.e. I can’t seem to get back to see them all.
After filtering to a certain tag, is it possible to then see all of the items again in the view?
Thanks!
Alex.
Or do you just need to have a tag “All” and tag them all with it?
There is “x” filter to show all items. You can however call it “Show All” in wp-content/plugins/colio/colio.php in colio_get_filters_html() function by replacing word & times; (without a space after &)
Hi again,
Can you tell me how to turn on the comments for the detail portfolio pages?
Thanks.
Alex.
Actually, I was just able to do this using the following: https://wordpress.org/support/topic/cant-enable-comments-on-custom-post-types
Yes, this is correct
Any way to have a specific filter active by default on page load?
Unfortunately there is no such option, but you can use following code to simulate “click” on 4th filter using Javascript
jQuery(document).ready(function(){
jQuery('.colio-filters a')[3].click();
});
Hi there,
I figured out the answers to all of my questions above except how to change the background color and the font color of the filter list option.
Could you help me with that?
Thanks.
Alex.
Hi Alex,
Filters style you can find in wp-content/plugins/colio/grid.css To change color and background use this style
.colio-wrap .colio-filters a {
color: #fff;
background-color: #000;
}
Got it. Thanks again!
Hi, Love the plugin, Works realy well on my website at http://fluidwebdevelopment.com/portfolio-2/ but I would like to remove the text udner the feature image and just use my customer logo
Can you please advise?
Hi! The easiest way to do this is to add this style to the end of wp-content/plugins/colio/grid.css
.colio-list .colio-summary { display: none!important; }
its urgent please guide me. waiting your response.
Hi! Colio JS scripts are missing. Make sure your WP theme uses wp_head(); and wp_footer(); – http://codex.wordpress.org/Function_Reference/wp_footer
Thanks a lot, now working.
Hi there,
Can you help me change the size of the heading in the viewing window once the user clicks View Project?
I’m also interested in having the portfolio work so that the user can open the item detail portfolio pages themselves, directly, when pressing View Project. Is this possible?
Thank you!
Alex.
To clarify the above: it’s the title of the title heading I’m looking to change.
Also, can you advise me how to change the size of the text used in the filtering?
And, related to my question about displaying the item detail page, when I go directly to http:/mydomain.com/colio/test/ (where “test” is the name of the item detail page) can you advise me what CSS I might use to: 1) remove the featured image from that page; and 2) change the size of the title text there; and 3) remove the title text there altogether. Thanks so much!
And, finally, can you tell me how to change the background color and the font color of the filter list option?
Sorry, just noticed this comment among others. I just replied in another one from you regarding filters. Do you need any other help?
No. Thanks! Working great!
Hello!
I recently purchased this plug-in and it’s great, but I’m having a display problem.
There are bullets that appear above all my images and I can’t figure out how to remove them. Maybe it a problem with my sites styling? What could possibly be making this happen.
Here’s the page: http://www.withlovelogan.com/portfolio/
Hi,
to fix this you need to open wp-content/plugins/colio/grid.css file and do this
.colio-wrap .colio-list > li {
list-style: none!important;
}
Hi, I have 3 questions…please try to help me with that.
1.How can I do that When I hover the project area (image, title, excerpt) all the hover effect works. I mean that when I over the title also the zoom image effect work or when I hover the image the title also change color?
2.When I hover the image only the button is link. How can I do that all the image area is being link?
3.When I click on project for the title there is “active” background color. I want also that the Image zoom and hover effect show until I close the project. How can I do it?
Thanks alot.
Please contact me privately with these questions using mail form on my profile page and I will try to help you. Thanks!
I send you mail
Hi, it is a nice plugin. However I wonder does it able to support custom Javascript video player on lightbox?
Hi! You mean you have some lightbox video player? Basically it should work, but you will need to put your video player JS init code to the init.js file in wp-content/plugins/colio to init it in right time.
My Licence: 4d3438c6-137a-48b6-9f0f-efc14cb2b0eb – 18 Sep 2014
To fix this problem please open wp-content/plugins/colio/grid.css and find this style
.colio-grid4 .colio-list > li {
width: 25%;
}
and replace it with this
.colio-grid4 .colio-list > li {
width: 24.9%;
}
Hi there,
Wonderful plugin although I am having a few issues, I have added this plugin into a theme I have created and the images have resized to be very small and when I click on the image nothing happens. Maybe my styles are overriding the styles of the plugin, i’m just unsure how to go about fixing it.
many thanks!
If you use using existing images in Media Library with my plugin, you need to run “Regenerate Thumbnails” plugin first. If that won’t help please give me URL to your site and I will check what’s wrong. You can contact me privately using mail form on my profile page
Hi, I’ve noticed that, once you click on a project, the filters list disappear. Is there a way to keep them visible?
Is there any reason that you made the list to disappear after project click?
thanks paolo
Hi! The reason is that with “inside” viewport placement when you click filters it breaks layout. So I made filters not visible to prevent this issue. If you use before/or after placement then I can explain what to change to make filters menu always visible.
got it! thank you for the answer
You welcome!
Hi, clever people of flGravity,
I have a question about how I can not display .colio-summary. I don’t need the title and description. I just want to have images. I’ve tried to uncomment all lines which had this class in colio.php, but it didn’t help.
One more question. Can I switch the lightbox off? in my grid I have a slider and I want it to play when the user clicks on it. Just play on my page and not in a lightbox.
My url is mobileapp.se
Thank you a lot in advance! Julia from Sweden
Hi! Sorry for delay. The simplest way to remove colio-summary block is to add this style to the end of wp-content/plugins/colio/grid.css
.colio-summary { display: none; }
Regarding another question.. You can comment fancybox plugin in wp-content/plugins/colio/init.js what will disable lightbox for Extra Photos, but I don’t quite understand what you are going to do. Do this like so
// fancybox
/*if(typeof $.fn.fancybox === 'function') {
$('.fancybox', c).each(function(){
this.rel = '_' + this.rel;
}).fancybox({titlePosition: 'inside'});
}*/
Hello, very nice plugin! Before
I buy could you tell me is it possible to load with the main feature rather than having to bring it up by selecting an item, if that makes sense! Many thanks, Damien
When I say the main feature I mean the ‘Viewport’ loading as page loads rather than loading from one of the thumbnails. Is this possible, hope so will buy today!
Hi! If you want to open viewport when page loads (for let’s say first item in portfolio) then you should use expand(0) api method.
Open wp-content/plugins/colio/init.js and find this line
$(id + ' .colio-list').colio(opts);
and change it to this
$(id + ' .colio-list').colio(opts).trigger('colio',['expand',0]);
Many thanks for your answer, appreciated! One other quick question before I buy – I can’t see the Parsley is tasty item to view video in demonstration? Kind regards, Damien
I removed this item.
Oh ok, does that mean there is an issue with embedding YouTube videos? Thanks, sorry for all the questions
no, it does not mean that. I simply replaced this item with two another that have images in portrait mode that I need to showcase masonry layout on white theme.
Hello after install I missing by “New Item” the option “Layout” and “Featured Image” on the sidebar. How I can solve this Problem?
Is possible that the images changes self, like a really slideshow. I have many photos each entry.
thanks
The Slideshow I found. On init.js – I set slideshow=true is working fine.
I solve the Problem. Sorry and Thanks
Ok
Hello, I downloaded your plugin, made that .js change and I’m not able to get it to work. In fact just activating the Colio plugin makes any gallery from NextGEN not work.
Any ideas?
Where you using a current version of NextGEN in your testing? Thanks.
page in question http://72.34.33.171/~nicolego/project/weddings/
Hello, I don’t see Colio portfolio on this page.
Just emailed you. Thanks.
did you receive the email?
Yes, I received email and right now checking your problem.
Thanks! Anxious to hear what you find.
Have you seen my email?
Ok, thanks. I figured I’d could at least get a slider, but I’d like to have all galleries maintained in just one location.
I’ll give it a shot!
Hello. I have some pre-purchase questions for you.
I’d basically like to use this as image based tabs for a photographer, integrating NextGEN Gallery plugin. So each image in Colio would be for a featured gallery. When I click the image, a slideshow from NextGEN would dropdown as it works in Colio. I’d also like it to be full width. I’m guessing that depends on the WP theme?
Can I nest shortcodes? Would this work? Let me know if you have any questions or are not sure what I’m requesting.
Also, I’d like to have different grids on different pages. Possible? Thanks!
Hello, I will check if NextGEN gallery will work with my plugin.
Regarding full-width. As you correctly noted it depends what theme you use. By default details viewport is aligned with portfolio grid and has same width.
ok, I was able to get NextGEN gallery work with my plugin after one modification in wp-content/plugins/colio/jquery.colio.min.js – specifically need to replace
var f=a(h).html()
with this
var f=a(h).contents()
However I cannot guarantee all features of NextGEN gal will work! For example “[Show slideshow]” does not work as it opens new page.
What I recommend better is to use “Extra Photos” feature of my Colio plugin that allows to add any number of images and dispaly them as feed or slider. Also I can make this full-width it you need and remove left text block.