Project page (in portfolio)

  • Posted in : BookCard WP
  • frezko
    Participant

    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.

    ahmetsali
    Keymaster

    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.

    frezko
    Participant

    I understand. Would you might consider it for the next update? I’m sure more people would like it.
    Thanks!

    ahmetsali
    Keymaster

    sorry, we are currently busy with new themes.

    frezko
    Participant

    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

    ahmetsali
    Keymaster

    you can use inline lightbox shortcode in resume page.

    frezko
    Participant

    [history_unit date=”2014″]
    «Leo»

    what am I doing wrong? What should the target be? I want the text Leo to be a link

    frezko
    Participant

    I realized it came out like a link on this website. didnt mean to;
    [history_unit date=”2014″]
    «Leo»

    frezko
    Participant

    and again! Sorry, i’m sure you’ll see it

    ahmetsali
    Keymaster

    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 ?

    frezko
    Participant

    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

    ahmetsali
    Keymaster

    try putting this ajax link and see if it works for you;

    <a href="http://fskogsrud.com/?portfolio=252" class="ajax">Leo</a>
    
    frezko
    Participant

    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?

    ahmetsali
    Keymaster

    ok, try this link;

    <a rel="fancybox-link-99" href="http://fskogsrud.com/?portfolio=252 " class="iframe" >Leo</a>
    
    frezko
    Participant

    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!

    ahmetsali
    Keymaster

    yes you can create your custom page, good luck.

    frezko
    Participant

    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)

    frezko
    Participant

    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

    ahmetsali
    Keymaster

    – 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.js in 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.

Viewing 19 posts - 1 through 19 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register