I’d love all my thumbnails to show as full-size on click, but the Blender ones also include vital links to where people can use these models themselves. So, is there a way we can have both these actions be possible when using the gallery?
You’d like to open the image in a popup first and then redirect to URL after a certain delay, right?
If so, would you like the URL to be opened in the same or new tab?
Hi Max,
Sorry, I forgot to check on this.
Something like that. Like clicking on the popup again redirects. Clicking outside it closes the popup. Does that make sense
And new tab, please
Could you please specify the ID of the widget where you’d like to implement it? I’ll be happy to check what can be done ![]()
Hi,
I’m in there right now optimizing the images, so as soon as I wrap that up
Thank you!
52ed1cc7-cf55-4779-88ce-b3c627a54de7"
And I think I optimized everything as best as possible…but could you actually take a look at that, please?
Hi there, @Eddie_Thomson ![]()
I’ve forwarded your request to the devs and will update you pnce the solution is ready.
As for the text display, you can enable the Title, Description and Categories options in the Popup Settings section. This way the text will be displayed higher:
You can also change the text color in the Popup section on the Style tab:
Yep, you’re absolutely right ![]()
Is there anything in the settings/style I can do from here, or is this something the Devs can work on?
There is no setting for this, but I’ll check what can be done with the devs. I’ll keep you updated ![]()
Awesome! Thank you!
Devs confirmed that the only solution here is to add a solid background. Here is a CSS code:
@external {
.fslightbox-caption-wrapper {
background: #121212;
max-width: 500px;
left: 50%;
transform: translateX(-50%);
}
}
Thank you! It’s almost perfect. I’m trying to tweak the opacity, but it doesn’t seem to be working.
You can change the background color to rgba, where 0.7 is opacity: background: rgba(18, 18, 18, 0.7);
Here is the full code:
@external {
.fslightbox-caption-wrapper {
background: rgba(18, 18, 18, 0.7);
max-width: 500px;
left: 50%;
transform: translateX(-50%);
}
}
Beautiful, thank you! Should I mark this as solution found, or wait for that link part?
I’ve just received a response regarding your request (redirect to URL on popup image click) and unfortunately, there is no way to implement this idea since the popup is placed in an iframe. I am really sorry!
If you have any questions left or any assistance is needed, just let us know. We’ll be happy to help ![]()
Not a problem. The top of the portfolio page has a link to my BlendSwap account with all the same info. Thank you!
Great, you’re alwayes welcome ![]()






