569 comments found.
When I set the pop up ti display inside instead of before or after, the other items display over it. Am I missing a setting?
http://villamaria.staging.wpengine.com/alumnae/ms/Hello, could you switch placement to “inside” and let me know again.
Hello !
Thank you for this superb plugin !
And, sorry it’s my new account !
Btw, I have a problem with this plugin, when I click on “View Project”, nothing happen, is it normal ? I don’t know why it doesn’t work ? When I change the template, the plugin work correctly, but with this actual template no !
Here is a link : http://s2paris-events.com/?page_id=312
Thank you !
Please Urgent ! It’s my new account, that’s why there is no “Purchased” ! I can buy the plugin another time if you don’t trust me… It’s very urgnet !
Sorry, just saw your message. I checked your site but right now everything is fine. This can be related to outdated jQuery library. I recommend you to check Console in your browser for any javascript errors if this will happen again.
Sorry, but when you visited the site, it was programed on another template not the actual one ! Please look again: http://s2paris-events.com/?page_id=312 The plugin does not work, when I click on “view project” nothing works. Please it’s veyr urgent !
Strange problem. I need more time to check what’s wrong.
Do you want the acces to the admin pannel ?
No answer… ?
jQuery version is OK. So I think this is somehow related to the theme. My plugin cannot properly get dimensions of elements. Drop me email via mail form on my profile page and I will try to debug JS code.
Thank you so much ! Problem solved ! Last question how can I hide the description ?
In portfolio settings there is option called “Item excerpt”. Uncheck it to hide description.
Thanks much
Hi! I need to have a look. Could you give me link to the page with my plugin?
Can this do masonry grid layout?
Hi! Basically it’s possible. Colio uses Isotope plugin with “fitRows” mode for portfolio layout. If you need masonry layout you should switch isotope to “masonry” mode in wp-content/plugins/isotope/init.js file
Hello,
Great plugin. The tag filters are in alpha order, can i rearrange the filters?
Thanks.
There is no way to manually rearange filters. You can however do this via PHP in wp-content/plugins/colio/colio.php file ( colio_get_filters_html function ). Right now I use sort() function.
With this plugin enabled, I lose the “Featured Image” feature when creating a post. The “Featured Image” box doesn’t show up when creating a new post. If I disable your plugin, the “Featured Image” box shows up again when creating a new post.
When creating a new item in Colio, the “Featured Image” box is there, but not when I create a new post.
I can check what happens if you give me access to your WP. You can send me login/pass via my profile’s page mail form.
Sent
Ok. Thanks!
The plugin works great, but on my phone, when selecting an item, the screen goes part of the way up, but never gets to the description. I have to manually scroll up. Also, if I tap any of the items way down in the list, it doesn’t even scroll up, it scrolls down a bit.
Specific page is http://madeupcenter.com/store-directory/
Hello! Please open portfolio settings in WP and look for an option called “Page Scroll”. Make sure it’s checked. Also you can tweak following 4 options below, that have to do with auto scroll – Scroll Duration, Scroll Easing, Sync Scroll, Scroll Offset
Hello I just bought the plugin. When hover over the item the button does not appear and i am not able to see the pop up at all. Please Please help.
http://www.mdssurfboards.com/wasup/#Hello! I don’t see portfolio on this page.
Try the link now. Also, the buttons appear on the mobile version but not the desktop version. The pop up description does not work on either. Thank you for your help.
The problem is that you have old jQuery version * jQuery JavaScript Library v1.4.1 and you get this error “TypeError: a.Deferred is not a constructor”. Your WP version is likely 3.9.2 and it should come with newer jQuery library, like 1.11. Check this please!
Still a novice. How do I check that??
Your WP for some reason has outdated jQuery library. Check WP version in wp-includes/version.php and jQuery library version in wp-includes/js/jquery/jquery.js
For WP 3.9.2 you should have jQuery v1.11.0
I have updated JQuery. Still same issue.
Open your site and then console (web inspector) in your browser and type this
jQuery.fn.jquery
and you will see it’s still
“1.4.1”
I found the solution. Thank you for your help.
Hi,
I just bought your plugin. For some reason on the page where I use it a large space appears before it. I don’t understand where it is coming from. It only appears at desktop widths, it disappears in mobile.
You can see it in action here:
http://www.chikaboo-designs.com/web-2/Please advise me on what to do.
Best,
Natasha Natarajan
Hello!
this space appears in place of filters menu. You can fix it in wp-content/plugins/colio/themes/white.css in this style by setting negative “top” position
.colio-theme-white.colio-placement-before.colio-expanded {
..
top: -40px;
}
Hi, that didn’t help. I found that the only thing that helped was to put overflow:auto; on the parent div.
If that helped, then fine!
Hi
I am having difficulties getting this to work in Firefox 31 on my PC
when i click view portfolio, nothing is happening
it works fine in every other browser i have checked in
could you please advise
Thanks
Hi! Do you have this problem with my preview?
yes it is
I wanted to be sure it would work across various platforms… is this issue only with the live preview?
Can we have an answer please
I have FF 30.0 end everything works ok. I will install FF 31.0 and I will update you about results
Hi, great plugin. When I use it for video though, the video continues to play when it’s container is closed – looks like this happens in your demo too – you can hear the music carry on in the background. Is there any way to stop this at all?
Thanks,
Yes, there is. But it will require adding JS code to wp-content/plugins/colio/init.js file. Basically there is few suggestions how you can stop playback. One of it is to use enablejsapi=1 (youtube) and then use postMessage() to control video. Like here – http://stackoverflow.com/questions/8667882/how-to-pause-a-youtube-player-when-hiding-the-iframe
You should add JS code to onCollapse callback in init.js, so that when viewport closes all videos are immediately paused.
Hi,
Works with ACF http://www.advancedcustomfields.com ?
See my previous reply. Thanks!
Hi there,
So far I’m loving this item and I have it set up on a client logo page, whenever a user clicks on a logo it slides out and shows all our cases for that client.
But with about 30+ clients and around 100+ cases the page isn’t fast, in fact it kind of hangs. My guess is is because it loads all cases hidden in the colio detail view.
Is there a way to do this through Ajax? or something in that range?
Thanks
Hi! That can be true as Colio loads all content at once. However I would like to have a look first. Please contact me privately and send URL to the site? Thanks!
Hello,
I have a problem. I do a test with a first item. But the portfolio appears at the bottom of my page : http://www.we-love-new-york.com/partagez-voyage-new-york/ I’m not a pro CSS, it was done by a web designer and I can not contact her. Can you help me find a solution for the portfolio appears early ?
Thank you
Regards,
Viviane
Hello! Looks like you have “inside” placement option selected for details viewport where viewport appears below a row with clicked item. Basically in Colio -> Settings in WP Admin you can change “Placement” option to make details viewport appear before, inside or after your portfolio grid. Try to change placement and if it won’t work let me know!
I installed the plugin on my staging site at WP Engine, and set up two items and a group. I put the shortcode in a page. When I go to view the page all I get is a 502 Bad Gateway error. This is true for all pages of the site. When I deactivate the plugin my pages work fine.
Any ideas?
Hello! Try to reinstall Colio plugin. If it won’t help please give me your site URL using mail form on my profile page. Thanks!
Hi,
I have the same question as:
http://codecanyon.net/item/colio-responsive-portfolio-wordpress-plugin/7687452/comments?page=4#comment_7222140I’m wondering if it’s possible to change the slug to something else, like “video” instead of “colio”. Is this doable? Thanks!
Plugin looks great and like EXACTLY what I’ve been searching for. Definitely don’t want “colio” in there, though (no offense, it’s for a business site).
Yes, you can change this in wp-content/plugins/colio/includes/post.php in colio_item post type definition, this line
'rewrite' => array('slug' => 'colio'),
Thanks for a great plugin!
How I can make one of the colio items active by default, not after clicking on it?
You should add following JS code to the end of wp-content/plugins/colio/init.js file, right before closing “});”
jQuery('#colio_{your_portfolio_id} .colio-list').trigger('colio',['expand', 1]);
replace “{your_portfolio_id}” with your portfolio ID that you see in shortcode in Colio -> Settings. The above code will expand second item with index 1 (first item has index 0)
thanks a lot, it works.
I cannot place a photo in the first slot and sometimes the second slot in the colio image editor. See at: http://cucinakitchens.com/custom-design-portfolio/ ( The editor is working on ‘Kitchens’ but not on ‘Baths’ and Other Spaces’ )
Image of issue at: http://cucinakitchens.com/wp-content/uploads/2014/08/Screen-Shot-2014-08-08-at-8.47.24-AM.png
*I’ve already turned off and on the plugin *I’ve switched themes and same issue on the WP 2014 theme
Hello, I’m not sure why, but I see that some “slots” are empty without images. And they are causing this problem. If you give me access to your WP I will be able to correct this. You can contact me using mail form on my profile page. Thanks!
Hello,
love the plugin…is it compatible with WPML? does it work in translated pages?
Thank you,
Mandy.
Hi Mandy, I know WPML can translate themes and plugin, so I think this will work fine.