Home › Forums › SKT Full Width Forum › Is it possible to set links from the "protfolio gallery" to subpages?
- This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
March 17, 2015 at 12:22 am #4558
I created some pictures for the portfolio gallery. But (as usal for a gallery) it only opens the pictures in a popup. But I would love to tell something about different projects in a subpage.
Is it possible to set a differnet link on the different gallery photos?
Thank you !
March 17, 2015 at 8:13 am #4565Hi,
Its not possible for our gallery. However you can use the default WordPress gallery:
http://codex.wordpress.org/The_WordPress_Gallery
It allows for something like this.
Regards,
ShriMarch 17, 2015 at 4:46 pm #4577Hi Shri, thanks for your fast answers. Saidly I dont see how I can put a link into the default gallery. I am affraid it has the same limitations. :/
March 17, 2015 at 4:47 pm #4578Buf if I can put in any html into your sections, I can just build something myself, can’t I ?
March 18, 2015 at 8:55 am #4603Yes of course. You can place html for sure and link those images to external links.
Regards,
ShriMarch 19, 2015 at 10:53 am #4639(EDIT / UPDATE: Problem solved allready! – A friend helped me!)
I have build my own replacement for a gallery now. \o/
But here is the small problem: The width of my solution is 100%. So my own “gallery” reaches from the very one end of the browser to the other, while all your section content has a witht of 80 %. (have a look at www.sebastianjabbusch.de, scroll down and see the section “Meine Projekte”)
I am not a CSS Expert (more the opposit). Can you give me easy commant that I can put in front of my HTML solution, so that I get the same 80% width?
(I know this is not really your job, but it would be really nice!)
Thank you. 🙂
March 19, 2015 at 11:02 am #4641Okay type this in custom css box: .our-projects{width:80%;margin:0 auto;}
Should be good.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.