22 comments found.
Do you have masonry grid samples, especially with the gutters removed? Wall to wall?
Hi, currently the masonry layout is not supported. We will think to add it.
Thanks
Hi I used this plugin from Envato Elements. It’s a great plugin. If I would like the Title and Description aligned Top-Left on image, How should I do? currently is aligned to Bottom-Left by Default. Thanks.
Hi
If I understand correctly, you can add the following CSS to Appearance > Customize > Addition CSS
@media(min-width:768px) {
.tp-single-portfolio .tp-wrapper .tp-content {
position: absolute;
right: 0;
bottom: 0;
}
}
No, I mean in the portfolio listing situation (listing all the portfolio), currently title and description text is bottom-left aligned on the feature image. how can it changed to position top-left, thanks.
hello?
Sorry for the delay. You can try the following CSS
.tp-portfolio .grid-item {
display: flex;
flex-direction: column;
}
.tp-portfolio .grid-item .grid-thumbnail {
order: 3;
margin-top: 10px;
}
Then, it will display as this https://prnt.sc/cHsabqthZ8fk
Awesome plugin! Is there a way to hide the title and only show on hover? As well as the hover color? Also, for the content section, I notice the
aren’t being recognized. Is there a way to add space between paragraphs? Thanks!
And to make portfolio thumbnails go from grayscale to full color?
Hi
You can add the following CSS to Appearance > Customize > Additional CSS
1. Hide the title and show on hover
.tp-portfolio .grid-item .grid-content {opacity: 0; transition: opacity 0.4s;}
.tp-portfolio .grid-item:hover .grid-content {opacity: 1; transition: opacity 0.4s;}
2. make portfolio thumbnails go from grayscale to full color
.tp-portfolio .grid-item .grid-thumbnail {filter: grayscale(1);}
.tp-portfolio .grid-item:hover .grid-thumbnail {filter: grayscale(0);}
3. You said “for the content section, I notice the aren’t being recognized.” does it mean the portfolio content doesn’t display in the popup? Can I check it?
4. For adding space between paragraphs, is your plugin v1.0.7.1?
Thanks
Perfect! Just updated the plugin and now have HTML format options for the content section so I’m good to go. Thank you!
A cool idea/option for the next update— would be awesome if we could have both image and video items in one portfolio item.
Thanks for the good suggestion, just add it to the update list.
Thank you!
Hello, Tiny-protfolio widget isn’t added to Elementor Page Builder’s panel. What am i doing wrong? Sorry for my poor English. Regards
Hi
The tiny portfolio widget is added to the bottom of the Elementor panel. https://prnt.sc/104z616
Thanks
Thank you for your feedback. Guess what, I tried to refresh the browser many times and still nothing. I changed browser and the widget appeared. Not looking for forward explanation until it works in an other browser. Many thanks. Regards from Madagascar
OK, and could you let me know which browser the widget doesn’t appear?
Thanks
Can I have the template from the example? It’s simple but looks good. I just need to update the portfolio items.
Hi
Which template you want to have? Portfolio details template which displayed in the popup?
Thanks
This page is made with Elementor page builder, this is the Elementor page template https://www.dropbox.com/s/hy68nx8zpzmnrow/elementor-100-2021-02-09.json?dl=0
You can import it to your Elementor template library.
Hi I used this plugin from Envato Elements. It seems like, the content area is not supported HTML tags. If not please tell how can i add HTML functionalities.
Any Update?
Hi
Have you upgraded to the latest version (.1.0.7.1 ) via the plugins page?
Thanks
thanks
So, is the issue fixed?
Thanks
Hi! I got the plugin from envato and I’m loving it. I’m just wondering how I can add a link within the portolio window? When I add an active link the portfolio image changes to text? Thanks again.
Hi
Thanks for you feedback! Please update the plugin to V1.0.7.1 via the backend > Plugins page, the issue will be fixed.
Thanks
Hi ThemeVan,
I love this plugin!
Similar to Maren10’s issue above, my scroll is getting stuck.
“Hi guys looks great just it’s not working properly on mobile (Ive tested on many android devices) It gets stuck and not able to scroll. Is there anything I can do to fix it? the link is www.flotastudio.com thanks!”
My website is Navigatebathrooms.com.au
Version 1.0.6 is currently installed.
Thnak you
Hi
Please update to V1.0.7 via the plugins page. In this version, the page will be scrollable after all images are loaded.
Thanks
Hi,
I have made the update and it does seem to work via the desktop but now the mobile version does not show any photos at all.
Thanks
What’s mobile browser you use? I checked your website on my iPhone, it works. https://prnt.sc/vygl59
Please try to clear the browser cache and then refresh again.
I like the plugin, but the first row of the grid always leaves the end column blank and starts a new line. the rest of the rows are fine it is just that first row. please see https://www.1711.co.uk/portfolio/
sorry for the delay. What the current version of Tiny Portfolio you use?
Version 1.0.5, thanks
Not sure the reason but here’s a quick solution.
Add the following CSS to Appearance > Customize > Additional CSS
.tp-portfolio {
display: block;
}
.tp-portfolio .grid-item {
float: left;
}
We will keep to find the true reason for this issue.
Thanks
Brilliant Thank you, worked perfectly
Glad to hear this!
Hi I downloaded from Envato elements, any way of adding a to the text description ?
i mean a < br >
Hi
Please update the plugin to v1.0.4 via the backend > Plugins page.
Thanks
V1.0.4 still doesn’t support HTML tag in the content, we will improve it and release the new update again.
This issue is fixed, please update to v1.0.5.
Thanks guys this really helped a lot! Maybe for the next update it would be great to be able to customize typography for Description and Title once inside the item. Great plugin !
Thanks for your suggestion!
Hi guys looks great just it’s not working properly on mobile (Ive tested on many android devices) It gets stuck and not able to scroll. Is there anything I can do to fix it? the link is www.flotastudio.com thanks!
Sorry for the delay. I will fix and release the new update today.
Hi , does it have a masonry grid ?
Hi
In the current version, it doesn’t support masonry grid.
We will do that in the next version.
Good suggestion.
Thanks
I used this plugin from Envato Elements. It seems like, the content area is not supported HTML tags. If not please tell how can i add HTML functionalities. Please check the screenshoot- https://prnt.sc/uvl2ow
Hi
Yes, it doesn’t support HTML. You can give a test, just create a new folder in your theme folder, the folder name is tiny-portfolio, then, copy the plugin template file “plugins/tiny-portfolio/templates/tp-portfolio-grid.php” to “theme folder/tiny-portfolio”.
Edit tp-portfolio-grid.php file, find this line$item_data .= ' data-content="' . esc_html( $item['content'] ) . '"';Change it to
$item_data .= ' data-content="' . $item['content'] . '"';
That’s it.
Thanks
is it still supported? I love it!
Yes, of course.
Hi,
I downloaded the plugin from Envato Elements. But I have problems with the translation. (with Loco Translate). I could not translate it into Turkish. “Services”, “Date” and “Client” translates the words but does not appear on the site.
What should I do?
Thanks.
Hi
Please upgrade this plugin to v1.0.2 via dashboard > plugins. Then, you can translate these text with Loco plugin.
Great!
The problem is solved, thank you. Hopefully, the “Previous” and “Next” function will also be added.
Hello again,
When will “Previous” and “Next” features be released?
For this moment, we still haven’t found the solution to get the previous and next items information with Ajax, because they are not the “post”, all portfolio details are got from HTML data attributes.
Of course we will keep to find a better way to achieve the “previous“ and “next” feature.
Thanks
Thanks, we are waiting this feature.
Hi,
I just purchased the widget and try to install it but it says ‘Plugin installation failed’... what do I do now? I can’t find any info anywhere if I’m doing anything wrong? Many thanks for the answer.
Edit: Please ignore it, I’ve found the way
Thanks
OK, that’s all right!
Such a beautiful solution! Just it’s not working properly on mobile (at least my iPhone). It gets stuck and not able to scroll or even turn off. Is there anything I can do to fix it?
Hi
Sorry for the delay!
Can I check your website? I wanna compare your website and my test website on the mobile.
Thanks
its possible to add a category filter?
Hi
Currently, we still haven’t found a perfect solution to add category, but if we can, we will add that.
Thanks
Hi there,
I’ve downloaded this plugin off elements.envato and I can’t seem to edit the detail view. As in, there isn’t even a section to do it from in elementor :/ What we wanted to do is make the background of the lightbox white. Any idea what could be wrong?
Thank you!
Hi
Yes, there’s no option to change the background color of the details lightbox, because it’s generated by the codes dynamically.
You can insert the following CSS to Appearance > Customize > Additional CSS
.tp-single-portfolio-overlay { background: #fff; opacity: .95; }
.tp-single-portfolio .tp-portfolio-title,
.tp-single-portfolio .tp-portfolio-details p,
.tp-single-portfolio .tp-wrapper .tp-content { color: #000; }
.tp-close { opacity: 1; }
I see. Thank you. That worked like a charm
Would there be any way of displaying the content text when you hover on top of the thumbnail in the gallery?
Similar to something like this: https://www.promode1.designuncles.com/home1/
Thanks a lot!
Also, is there a way to make it cycle through the images when you’re inside the lightbox?
Hi, I will add the excerpt option in the new version. For the second question, I don’t understand “cycle” mean, preloading?
By “cycle through” I mean switching from one image from the gallery to the next one. Scrolling through it without having to close the lightbox and click on another one.
OK, got it. We will think to do that if possible. By the way, the excerpt option is added in the new version.
Is there any way to add social share buttons, next and previous, and a filter bar?
Hi
1. For social share buttons, because the detail page is generated dynamically on one page, you can see the URL isn’t changed even you click the item, so the social share button will not work.
2. Now it only support infinite scrolling for pagination as this demo https://plugins.themevan.com/tiny-portfolio/infinite-scroll/ we can add next and previous link to the next version.
3. Because now no categories for the portfolio items, so the filter bar is also not included. We will think to add it in the later version.
Thanks
Great Work, Congratulations GLWS 
Thanks