384 comments found.
I have bought your plugin from and different account. But for some reason I can’t access that account.
codecanyon-9561599
I have setup your plugin. But I’m facing an issue on single portfolio page. It appears on a different looked page. It doesn’t show menu and other things of my page. also it shows some broken style on the bottom. Here is the link of the single portfolio. :http://ambitiousathletics.co/?viba_portfolio=port-6-2
Please response as early as possible and tell me how to display single portfolio on my theme’s default page.
Thank you.
I don’t see any problem. It looks like your other pages.
I need your help by the integration on my template…
Send us mail at support@apalodi.com.
I wanna buy this plugin. But I have a question about this plugin. I see there are many options like filter, pagination etc.
I just want to know, does this plugin support pagination in the Filterable option? If yes, then please let me know as soon as possible because I need to buy this if this plugin covers this features.
Thank you.
I don’t quite understand what do you mean by a pagination in the filterable option. If you mean can you have a filter and pagination together then the answer is yes.
Thanks for your reply. Yes I asked about filter and pagination together.
Hello. Thank for this fantastic wordpress plugin. I need to know if in the area of filters I can give the order I want. Currently out of portfolio categories and organized alphabetically. Thank you very much!
You could order them by id, count, name, slug or none but you will need to know a little bit of php and wordpress hooks (hook – viba_portfolio_filter_terms) http://codex.wordpress.org/Function_Reference/get_terms
Contact us at support@apalodi.com to give you more details about that.
Yes i need a specific order. I write to you an email, thanks
One question. For order by ID, how i can do that? Thanks!!!
Add this to your functions.php
function filter_viba_orderby_id() {
$viba_terms = array();
$terms = get_terms( viba_portfolio_get_filter_taxonomy(), array( 'orderby' => 'id', 'order' => 'ASC' ) );
foreach ( $terms as $term ) {
$viba_terms[ $term->slug ] = $term->name;
}
return $viba_terms;
}
add_filter( 'viba_portfolio_filter_terms', 'filter_viba_orderby_id', 20 );
Hi,
Pls help me on the following:
1. For mix grid, with your demo site, I notice on iPhone when I scroll, the overlay will come on with the picture I clicked, is it possible to not display the overlay when it’s a scrolling action? On the phone the grid disappears and the squares, V/H rectangles forms a single column, can we change that into at least 2 columns?
2. In mix grid I assume I can go to portfolio, is there a portfolio preview mode without going to another page?
3. What kind of links can be used for the grid Photos, Videos, Sounds, Portfolio. Custom links?
Thanks! 
Hi,
1. the overlay can’t be disabled when scrolling. You can choose how many colums do you want. http://plugins.apalodi.com/viba-portfolio/documentation/
2. Look at the ajax modal demos http://plugins.apalodi.com/viba-portfolio/ajax-modal-scale/
3. Yes you can use a custom link.
Hi, I have a question, do you support images/videos from cloud storage such as Amazon S3?
And I saw there is a ‘like’ Button in your live demo. I am wondering can I use that number of likes as a criteria to organize/sort the portfolio? Can that be connected to other review and rating plugins?
Thank you! Alex
Hi, we haven’t tested that but Viba Portfolio is using featured images just like normal posts do. If your post images work then Viba Portfolio images will work too.
There is an option to order your portfolio options by number of likes.It can’t by default be connected to other plugins.
Do you have a sample of the carousel with more than 10 pictures? Can’t really see in your demo if this will do what I need.
Thanks!
There is no example on a demo page with more than 10 items because we wanted to reduce the page load time.
In the options you decide how many portfolio items do you want to show in a carousel. If you want you can show them all.
Hello there,
I have a pre purchase question: Can i have two links when i hover the thumb? One for a subpage, and another for a default page for all thumbs.
Best Regards
Not by default but you could add your custom link to a default page in a template for links.
Did you menat add a link inside the description? That would do..
I meant costomize the template file but yes, you could do that too.
Seems to be a very nice plugin. I might use it to show screenshots of my app on the official website – ShowBox App. Will surely give it a shot 
Thanks 
Hi there,
I am looking for a portfolio with a random display option so that each time a user refreshes the page the portfolio images are randomised.
Also do you have a ‘Load More’ function, that enables me to display, say, 12 photos then a viewer can hit a button to (waterfall/cascade) load more images?
Hi, yes there is a random order option available.
It has a load more function. It looks like you viewed only few pages and you might missed many more features.
http://plugins.apalodi.com/viba-portfolio/work/Wow.. thanks for the quick reply, that’s great news
I missed that page.
Hi there, your plugin looks really great. i would like to purchase it but i have some pre-sale question;
1- I’m using Jupiter theme so is this plugin workin well with Jupiter?
2- most important question is this plugin has quick view feature? i mean, i want to show portfolio or post content with lightbox / pop up modal window by click on grid item. or show content inside of grid dynamically after clicking to grid item.
thank you brethil
The plugin is designed to work with every theme, maybe you will need to make a integration file http://plugins.apalodi.com/viba-portfolio/blog/how-to-integrate-viba-portfolio-with-themes/
If you need help send us an email at support@apalodi.com and we will make it for you.
2. Look at the ajax examples http://plugins.apalodi.com/viba-portfolio/ajax-modal-scale/ http://plugins.apalodi.com/viba-portfolio/ajax-slide-above/ http://plugins.apalodi.com/viba-portfolio/ajax-slide-below/
This plugin can display only portfolio items.
thanks for the answers. i couldnt see and use the ajax examples on first time . maybe it need to be an icon instead of the text link on thumbnail.
also , i found answers in documentation and i have bought the plugin. if i couldnt solve integration problem i’ll let you know
thank you.
brethil.
It is not very friendly to only view the lightbox from the magnify button in the corner. Is it possible to link the entire picture so they can click any where in the image?
Hi, you could make the button expand above the image (make it bigger) and then the user could click only that button.
Hi,
I use Studio Press (Genesis Framework) theme: http://my.studiopress.com/themes/altitude/ Can I integrate your plugin with my theme? If so, how?
Thanks.
The plugin is designed to work with every theme, of course it can be integrated with your theme.
http://plugins.apalodi.com/viba-portfolio/blog/how-to-integrate-viba-portfolio-with-themes/ If you need help send us mail at support@apalodi.comHi,
I love your plugin and I’ve just bought it. I’m using it for Wordpress and the installation went well. I’ve created different portfolio items, but I can’t select them for my pages. I’m using Visual composer to create my pages. It allows me to put a “Viba Portfolio”, but it’s choosing the “Default” one. Can you help me with that ? Thanks in advance.
Hi, you can only choose the styles, for now you have only the default style. You can create more of them.
Portfolio items you have created can’t be selected like that, they are like posts. In the grid with effects are all different portfolio items.
will plugin work with AVADA?
The plugin is designed to work with every theme. We have Avada integration file ready. Email us at support@apalodi.com to send it to you.
hi sorry to ask-how to set portfolio thumbnails for grid to display same sized even though images themselves are different sized? not working it difplays multi sized grid even though i set it to grid
The is an option to set image sizes. If you want them same size then you need to enable the hard crop option. You images must be larger than your set size so WordPress can crop them to the desired size.
If you need help send us your site at support@apalodi.com
- Hi i need a css code to change all color of the arrows of the carrousel: http://ideadigital.com.ve/portafolio/diseno-de-redes-sociales-venezuela-regalos-para-el/ - And the instructions to paste and where thanks.
And the bullets
The free support is available only when the plugin doesn’t behave like it should. You are requesting an advanced customization and that isn’t supported.
If i use a white images the arrow and bullts dont see, please help me with a css code or on you next updates please integrate the option the change the colors of this arrows and the bullets thanks
Hi there Great plugin! Would you mind confirming if your plugin is flexible to do the following:
We would like to use this plugin for our homepage. Showing various sized thumbnail images. When you hover over, a Title and/or Description and/or Button’s appear. These should be able to link to internal Pages, Posts, or be lightbox’s to open a single image, or Video.
We would like to use varying sized thumbnails.
We do not want to show the Magnifying glass icon, or the Heart icon.
Please could you confirm if your solution’s suitable. It looks like it is, but thought I should triple check.
Lastly, is it possible to setup 1 box, to automatically always display the most recently added Blog post?
Thanks!
Hi, you can link to internal post or pages. The lightbox option is available only for images when you click the zoom button. The heart and zoom icons can be disabled.
Do you mean something like this for varying sized thumbnail http://plugins.apalodi.com/viba-portfolio/multi-size-grid/ or http://plugins.apalodi.com/viba-portfolio/masonry/This plugin can’t be used to displays posts.
Hello! First: Thank you for this beautiful and extensive plugin. Unfortunately I have a problem. The Div’s are generated, the images uploaded properly, but they are not displayed on the page. Everything is white. The developer tool show that the Elemenete are there and also the graphics, but it is not displayed. What could be the problem?
Thank you!
http://pixelfreak.info/screen.png
Same on Single-Page:
Please mail us your site url at support@apalodi.com. We need to take a better look at the site.
Thanks for the quick reply. The e-mail was sent 
WOW. Thanks for the quick reply. I was probably blind. What a stupid mistake .. Thanks anyway! 
Is there a way to custom order portfolio categories rather than the standard alphabetical order?
You can order by date, title, modified date, likes, page order or random order.
How???
In the query tab is an order option. You need to take a better look at all the available options 
How do I remove the “related” section in my portfolio? Where it shows other portfolio items?
Thank you
Hi, there is an option to enable or disable the related items.
Thanks, how do I change the main portfolio page background? I want to use an image.
Tahanks
Setting a page background isn’t done with this plugin. That should your theme do. If you need help we can take a look, mail us at support@apalodi.com