Portfolio custom

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #7480
    alexisprr
    Member

    Hello,

    I would like to custom the “portfolio page” of Extinct theme!

    I would like to show the name of the item below the picture, and when you click on it you go directly on the URL of the field “Visit Website”.

    Can you help me?

    I sent you a before/after picture.
    Thanks a lot!

    #7491
    Ernesto
    Member

    Hi! Could you send us a link to your webpage so we can provide you with the exact code you need?

    Cheers!

    #7505
    alexisprr
    Member

    Do you have an adresse email when I can send you the login/password to access at the website? I can’t share it here!

    Thanks.

    #7506
    alexisprr
    Member
    This reply has been marked as private.
    #7538
    Raghavendra
    Moderator

    Can you pls try to check the options – “Show Portfolio Title in Portfolio Page” and “Disable Hover and Lightbox on Portfolio” in the portfolio page of theme options? Thanks

    #7604
    alexisprr
    Member

    Thanks Meteorite but I tried and it don’t works!

    #7613
    Ernesto
    Member

    Hi! Could you please set the privileges of the temp user as administrator? I don’t seem to be able to view any of the pages settings!

    Cheers!

    #7629
    alexisprr
    Member

    Sorry, it’s done!

    #7630
    alexisprr
    Member

    And you can forget this request : I would like to show the name of the item below the picture.

    It’s not necessary, I just want this one : when you click on it you go directly on the URL of the field “Visit Website”. (it will be a PDF)

    Thanks again!

    #7667
    Raghavendra
    Moderator

    If you disable portfolio hover in theme options (Option ‘Disable Hover and Lightbox on Portfolio’ in Portfolio tab), the following solution should help in making the image point to the website URL. Pls give a try and let me know if you still have trouble –

    https://www.livemeshthemes.com/support/forums/topic/portfolio-snippets/

    #7678
    alexisprr
    Member

    Thanks for your help!
    I disable the Hover and lightbox on portfolio and I add this at line 112 :

    if ($post_type === ‘portfolio’)
    $post_link = get_post_meta($post_id, ‘_portfolio_link_field’, true);

    But it doesn’t work 🙁
    Can you help me?

    #7833
    Raghavendra
    Moderator

    Sorry this took so long. Got busy with some updates for other themes and this one stayed in the background. I have made the required change in your installation and it works now. I had to insert the below code into line number 112 of framework/functions/thumbnail-functions.php file. (missed the first line earlier) –

                $post_type = get_post_type($post_id);
                if ($post_type === 'portfolio')
    			    $post_link = get_post_meta($post_id, '_portfolio_link_field', true);
    

    Thanks for your patience.

    #7847
    alexisprr
    Member

    Alright, thanks a lot! Have a good one!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Portfolio custom’ is closed to new replies.