569 comments found.
Hi, I am having an issue with the plugin extra photos option. They were working when I first installed the plugin, but now when I try to add photos, they will not insert. I have tried disabling all plugins and switching the theme to 2014, and it still won’t let me add extra photos. I also reinstalled the plugin with version 1.5, and it still doesn’t work.
I am able to get the media uploader window to open, but when I select a photo to insert, the window closes but the photo doesn’t get added.
I’ve noticed there are others who are having the same problem – is this issue going to be fixed soon?
More data: this is only broken when setting is set to use the Slider, it works fine on the Feed setting. But I do need this to work with the slider setting. From what I can see in the code, the slider is outputting empty li tags when I try to add extra photos
Hi! First of all I recommend to clear your browser cache if you have updated to 1.5 version. If that won’t work I must have a look myself. Please send me access to your WP installation using my profile page mail form.
Hey! Clearing the cache didn’t help, but deleting the item and creating a new one did fix it – so it’s all good now. Thanks!
Good.
Hi! Loving this plugin, it’s exactly what I was looking for.
Do you have a suggested size for the images so they don’t cut off?
Hi! You have two options here
1. Use images with aspect ratio 3/2 for Colio Items
2. Or update plugin to version 1.5 which introduces new settings option called “Grid Layout” and switch it to “masonry”. In this case portfolio thumbs will have original proportions
Perfect, thank you! 
Hi there – looks like I’m having the same problem as Keith above, however I’m using Pootlpress Page Customiser: http://www.pootlepress.com/shop/page-customizer-for-woothemes-canvas/ and Live Composer:http://codecanyon.net/item/live-composer-frontend-wordpress-page-builder/6594028 for my frontend developement
Love the plugin too, however, when you go here to me testing site: http://graffigtheme9.users40.interdns.co.uk/ scroll down to the test Colio project grid and choose/view project post-3 you’ll see the applied sample text creates an extremely long single column.
Any advice/help greatly appreciated – keep up the great work!
D
Hello, I checked your site but what you think is conflict in fact is not. Area inside of colio viewport (when you open item post-3) is split into main (45%) and side (55%) columns. Text goes into main column. And as far as actual width of viewport is narrow text displays like so. What I can recommend is not to add “Extra Photos”. This will eliminate side column and will leave main column on its own.
Thanks so much for getting back so quickly – have adopted suggestion – suppose alternative would be to not treat like posts and limit text content or even add a read more link to the post page
Thanks again – keep up the great work!
D
Love this product and it works great on my portfolio page; http://fluidwebdevelopment.com/portfolio-2/.
However I have just noticed that it appears to be conflicting with Page Builder for WooThemes Canvas rom Pootle Press (http://www.pootlepress.com/shop/page-builder-for-woothemes-canvas/). Specifically when I add multiple columns in the same row they appear stacked not side by side. My home page (http://fluidwebdevelopment.com/) is a good example of this where a lot of text appears in a narrow column down the left hand side when it should be two narrow columns side by side.
If I deactivate the Portfolio plugin, Page Builder works as it should, i.e. side by side columns. But I really like the Portfolio plugin. Any idea how I can fix the conflict as I really like both plugins.
Regards,
Keith
Hello!
I checked http://fluidwebdevelopment.com/portfolio-2/ but I cannot see what’s wrong. Please clarify where I should look. And where have you added multiple columns?
Also.. Content inside of Colio viewport (item details) is split into main and side columns. If your portfolio item has “Extra Photos” they will go into side column which is 55% wide and all content from Editor will go into main column, which is 45% wide. Hope this will explain the problem that you have.
Hi,
The Portfolio is brilliant it works fine, It displays exactly as I would expect. The issue is how it effects the Pootle Press Page Builder plugin when I activate your plugin.
If you look at the home page http://fluidwebdevelopment.com , the single narrow column is actually set up as two 50% column so the columns Web Development and Web Design would appear alongside each other. And they did until I activated your portfolio plugin they all revert to a single column.
I cannot see how my plugin affects this. All style of my Colio plugin are prefixed with colio-*, so it cannot interfere.
BTW. Have you noticed that these 50% columns don’t have float:left; set. If I do
.panel-grid-cell {
..
float: left;
}
they end up aligned to each other as you want.
Hi,
Thanks for getting back to me. All I can say is if I disable the portfolio plugin then it works as I would expect. For me that’s not an option as I really like your plugin. Its clean and effective.
Thankfully adding your code snippet to my cusome.css file has saved the day.
Much appreciated.
Hello I bought the plugin but I can’t see how to paginate them. I have 75 items and I cant leave them in the same page. Thank you for your answer Regards SC
Hello! My plugin does not have pagination feature.
No comment
so I have a question about the positioning of the detail view port,
in the Demo page for the plugin, the viewport is opened right after the tab, like this
However on my page, it look like this
I tried the three positioning option in the setting, didn’t help anything.. it’s there any other way to do it so that the view port will appear right after the tab instead of showing in the very end of everyting? Thanks!
Hi! What you see in my preview is called “inside” placement. I can check what’s wrong with your site but I will ask you to give me your site URL and probably WP login/pass. Please contact me using mail form on my profile page. Thanks!
Hello,
I’ve just downloaded this plugin, but the featured image field isn’t showing on add new items, and there’s barely any fields in the settings panel. Is this because I am using Wordpress 4.0? I didn’t do anything to the files or the install. What is wrong?
Thanks, Shannon
Hello! This problem can be related to the theme that you use on your WP. I can check what’s wrong if you give me your WP login/pass. Please use my profile page mail form to contact me. Thanks!
Hi, I am having trouble adding the extra images for my products. Everything worked till 2 days ago but for some reason it has stopped now.
1- I disabled all the plugins to see if there was any conflict but still no luck. 2- I looked at console while trying to add it to see any js error but there is no such thing. 3- I even updated the wordpress to a new version hoping it would work but nothing changed.
Any help would be much appreciated.
Thanks
Hello, this is quite popular issue that is related to the fact that on some WP installs image inserted into post is not wrapped into <a></a> tags. I’m going to release update in next few days that addresses this problem. Please keep an eye on plugin’s page.
Hi there,
first of all, I’d like to say that this is a really nice plugin which is perfect for our purposes!
I have got one question, though: Is it possible to deeplink to the items? First of all, our search finds the items and displays them as posts in the search results page – but when clicking on the post you land on an empty page, which is kind of bad for our users. Second, we’d like to link to single items from a slider on the front page. This could either be a single post page displaying just the single item or jump to the opened item on the page where the portfolio is embedded. Is this possible? And lastly, it would also be great for SEO to be able to land on a single item page/post.
Thank you and all the best!
Hello!
1. my plugin does not have deeplinking feature. You can however code it using plugin api (expand() and collapse() methods and onhashchange event).
2. Colio Items is custom post type. Your theme’s single.php file is responsible for displaying single post types. Maybe it cannot do this for custom post types and only works with standard Posts.. In your theme’s folder you can create single-colio_item.php file to display Colio Item specifically.
Hi. I have your plugin installed and everything appears to be fine except I have lost the toolbar on the tinyMCE editor and i am unable to click through to the visual editor
is this a bug or a known conflict with the plugin and if it is how can i get around this
Thanks
Hi! I don’t know about such problem. Try to disable my plugin and check if tinyMCE will work again.
hello, it is also possible to write something instead of the stroke in the pull down menu. for example, “Please Select”
http://www.musicalkaufhaus.de/kaufhaus/Yes, you can have any text instead of a dash in dropdown menu. Please open wp-content/plugins/colio/colio.php file and look for this line
$html .= '<option value="">-</option>';
Replace ”-” with anything you want.
Thanks
Hi, I bought your plugin a couple days ago, but I havent been able to figure it out for my needs. Is there a way that I can make the product categories show up on the left, as a dropdown, instead of at the top of the products? maybe via a widget or something? Is there also a way that I can show categories and their subcategories as a hierarchy? Thanks a ny help would be appreciated.
Hi! Portfolio filters menu can be positioned only above the grid and aligned to the left or to the right. Also it is not created from categories. Colio plugin creates it from filter Tags that are assigned to portfolio items post type (Colio -> Items)
Hi; black theme displays title in dark grey. So its almost unvisible. Change colio-color in custom css does not work. Could you get me css code for changing text colors in black and white ( title and content) along with instructions to move images to the left in black theme as it is on white.
thank you
Hi,
to change title color inside viewport area (item details) you should open wp-content/plugins/colio/themes/black.css and find this css rule
.colio-theme-black .colio-container h3.colio-title {
...
color: #ccc;
}
text color (paragraph) is defined by this rule
.colio-theme-black .colio-container {
color: #999;
}
If you need to change typography for White theme you can find all css in wp-content/plugins/colio/themes/white.css. Also, common styles for both Black & White themes are in wp-content/plugins/colio/themes/shared.css
Since updating to Wordpress 4.0, the plugin is not allowing photos to be imported into the “Extra Photos” form field via the Media Library. This problem seems to only be caused by using a mac, and works fine on a pc on Chrome and Firefox. Is there something wrong with this plugin on why it wouldn’t be working now? Let me know if you need temporary access to view.
Yes, please give me login to your WP install to check this issue. Please send it via mail form on my profile page. Thanks!
Details sent.
ok
Hi,
I lreally liked the plugin but on my freind’s Airbook the items were not clickable.
Hi! Do you mean MacBook Air?
Hi! I just bought the above plugging and I need to put videos. I put the iframe, but I get no video. If I tell the iframe I also show the title of the video, it shows me the title but not the image. And if I set the iframe to be played automatically hear the sound but no picture. Can you help me please?
Hi! Could you give me a link to check this. You can send it via the email form on my profile page.
I just sent the link Thank you very much !!
hi! Do you received the mail?
Yes, i did. I will reply you as soon as I can. Thanks!
Hi. I like this plugin a lot but am having a problem with the extra photos. I click to add an extra photo, and I can upload or choose something from the media library, but when I say insert the image into the post it closes the media manager but never adds an extra image. I have disabled all plugins and changed to the 2014 theme but it still won’t work.
Hope you can help. From the comments it looks like others have had this issue but I haven’t seen the answer for it. Thanks.
Hi! That happens if image that is being inserted into Post is not of this form <a><img /></a> which is default. Maybe your theme or some plugin modifies this. To fix this problem I need access to your WP. You can send me login info via mail form on my profile page and I will correct this.
OK I think I have solved this by making sure that I have selected a link in the media library. I select the image, pick show, and in the box Link URL make sure that a URL is set. Then when I insert the image it shows up in the post.
BUT the extra content only shows up in the front end item popup if I set content to inside. If I set before or after the extra pictures are not displayed.
AND when I set the display to inside many of the boxes overlap each other. It doesn’t look like the nice display in the demo.
I sent credential by email. Would be very grateful if you could help with the front end “inside” display issue. Extra images loading seems to be solved. Thanks.
I have replied you via email. Thanks!
Ok. Thanks
I put in your width fix changing the 4 col grid width from 25% to 24.99% and that seems to have taken care of it. The boxes are no longer overlapping each other. I have to test it more but I m hopeful this is it. Thank you so much for helping me and sticking with it!
No problem!
Hi,
This is a really nice plugin. However, if you could fix the Extra Photos section, it would be much better.
Whenever I want to add an image from Media Library, I has to go through a very long list of images without any filter (except for the month…). I can’t search for image too. Could you help please?
Hi! Thanks for suggestion. Yes, my plugin using default WP Media Uploader and I think the reason why you don’t see Search box is due to its relatively small size. I will increase iframe size in next update to my plugin. If you want I can fix this for you, just give me access to your WP via mail form on my profile page.
Hi,
The “featured image” box isn’t appearing in the item editor for me?
Adam.
Hi! What version of my plugin do you have?
The latest. Doesn’t matter now anyway, I added the post type to the thumbnail theme support code in my functions.php and it worked. Wordpress musn’t like multiple “add theme support” code.
I would be curios if there’s a way to change the thumbnail size in the backend though, or is it exclusively css? Worried I could do it in CSS and lose the styling in an update.
Regarding (1). If you specify which post type to enable featured image it brakes all other post types as it overrides some global array. I asked this because in v 1.2 of my plugin I had this issue. Now the code that adds featured image support looks like this and is in wp-content/plugins/colio/includes/post.php
function colio_enable_post_thumbnails(){
if( !current_theme_supports( 'post-thumbnails' ) ) {
add_theme_support( 'post-thumbnails' );
}
}
add_action('after_setup_theme', 'colio_enable_post_thumbnails', 99);
Regarding (2). You mean thumb is in Colio -> Items list? You can change size in this css style in wp-content/plugins/colio/backend/admin.css
.widefat td.thumb img.colio_item-thumb {
height: 50px;
width: auto;
}
Hi
I have the plugin installed and working on my site, but i am trying to make the scrolling arrows inside each item scroll to more content inside the item
at present the scroll arrows scroll through to the other items.
is it possible to scroll through to multiple sections of content within each item.
We have gone ahead with our design with this function in mind and found that we can’t do it
you say in the description that you are able to help customize the plugin, if you are able to do this it would be a great help.
Could you please reply ASAP
Thanks a lot
Hi! I don’t quite understand what you need. Right now item details expands to the heigh of its content, so no scrollbars are needed.
yes we would like to be able to scroll inside item details viewport.
this would allow us to have more content inside each item
how can we go about doing this
That can be achieved by placing some fixed height DIV as content wrapper. Something like this
<div class="scroll-wrap" style="overflow:auto;height:500px;"> Content goes here </div>
thats not quite what i was looking for, sorry
if you see the initial request, we want to use the scroll arrow navigation (it currently scrolls you between each item). we would liek to use those to scroll between extra content within a single item, rather than scrolling to the next
Sorry, can’t help you with this. Arrows are linked in code with next/prev items.