-
Posted in : BookCard WP
-
I one one question regarding the portfolio page. I want it to open just like it does now, but with text and pictures / videos, just like DiCaprio has on his website:
http://leonardodicaprio.com/
If you click MORE INFO on the wolf of wall street image, you see what I mean.Is this possible? It would save me so much.
Thank you.
Hi, this is not easy to do with a few lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
I understand. Would you might consider it for the next update? I’m sure more people would like it.
Thanks!I understand.
But will it be possible via a code to use pop up from a text on the website (in RESUME)? Would I in other words be able to use a shortcode to make it pop as a link, in a lightbox window from RESUME?
thanks
you can use inline lightbox shortcode in resume page.
[history_unit date=”2014″]
«Leo»what am I doing wrong? What should the target be? I want the text Leo to be a link
I realized it came out like a link on this website. didnt mean to;
[history_unit date=”2014″]
«Leo»where exactly do you want to put a link on your resume page. And you want that link to open a portfolio single page via ajax, right ?
yeah i think thats what I want. Not too familiar with ajax. But would like an iframe placed inside a lightbox window after clicking a text link. I want the “Leo” for instance, to be a text link to lightbox window
try putting this ajax link and see if it works for you;
<a href="http://fskogsrud.com/?portfolio=252" class="ajax">Leo</a>
It did open a new page the same way. But I would need a fixed-size window. can I just create a html file and put in height=”400″ width=”700″ would that work?
ok, try this link;
<a rel="fancybox-link-99" href="http://fskogsrud.com/?portfolio=252 " class="iframe" >Leo</a>
That actually worked! Now I gotta create a custom html page I guess, because it didnt look too good if you see over @ fskogsrud.com
but this is beyond what you need to help me on I guess? hehe. Very much appreciated though!
perfect! One last question though;
How do I create a custom size for it?Thank you!
ps: unanswered question in contact form thread (mine is not working :s)
But @ahmetsali;
As you see now at my website http://www.fskogsrud.com (in RESUME>Leo) I have linked it to a blog-post I made but it’s showing a HOME button to it. How do I remove this? Also would like to remove the comments...and the fixed-size
– firstly add this custom css code;
#post-361 .portfolio-nav.bottom, #post-361 #comments { display: none; }– to change the iframe lihtbox winow size, edit
js/main.jsin a text editor and find line: 364 and edit width and height parameters.if($("a[rel^='fancybox']").length) { $("a[rel^='fancybox']").fancybox({ centerOnScroll : true, padding : 0, margin : 44, width : 640, height : 360,Note that this will also effect the size of your lightbox videos.
You must be logged in and have valid license to reply to this topic.