Shop Categories

X

Portfolio questions

Home Forums Agama Pro Portfolio questions

Topic Resolution: Resolved

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #6345
    alibi2017
    Participant

    Hi!

    I have a couple of questions about the Vision Portfolio.

    Is it possible to replace The Image lightbox popup for a Vimeo Video popup (or add it with an external plugin), if not is it possible to remove the image popup option or only leaving the name of the project in the grid view?

    Also, is it possible in the no borders, no space template (I know the name is obvious ahaha) to add a 5px space between each gallery frame?

    http://www.teste1.alibi.pt/

    Thanks in advance!

    #6353
    Jerry
    Keymaster

    Hello there,

    Option for portfolio embed video exists but it’s not working right now. We are working to fix this feature in next update.

    For second issue you can try to add next CSS code to Appearance -> Customize -> General -> Additional CSS

    .portfolio-full .portfolio-item {
       padding: 5px;
    }

    Best Regards

    #6358
    alibi2017
    Participant
    This reply has been marked as private.
    #6366
    alibi2017
    Participant

    Hey Jerry!

    Any news on the private reply?

    If it isn’t possible for now, I wonder is it possible to remove the two links associated to the portfolio ( the image pop-up and the link), and only having one link over the box? (only the link to the page where the video is at).

    Also I wonder if I can change the domain path on the portfolio so it doesn’t appear as /vision-portfolio/ but only as /portfolio/?

    Sorry for being a big pain in the ass!

    And thanks for all your help!

    #6379
    Zex
    Moderator

    Hi, Alibi!

    Sory for the delay.

    It’s our job to help you! 🙂

    For now adding the video on the portfolio isn’t possible.

    For the hidding popup image link, add code below intoCustomizing ▸ General ▸ Additional CSS

    code:

    /*
    Remove the popup image link from portfolio items
    */
    #portfolio .left-icon {
    display:none;
    }
    
    #portfolio  a {
    margin-right:-4%;
    }

    https://prnt.sc/gtzhzj

    For now isn’t possible to change the domain path on the portfolio
    (it’s bug and we will fix it in the next update)

    Thank you for the patience!

    Regards

    #6385
    alibi2017
    Participant

    Hey Zex!

    The image pop-up icon still remains and the text link goes to a page with the image thumbnail, is it possible for the whole frame just to go to description page (then I add a revolution slider onto it and add the video)

    Thanks! Have a nice weekend!

    #6389
    Zex
    Moderator

    Hi, Alibi!

    Obviously,
    your code does not work because you made a mistake when you typed the code.
    https://prnt.sc/gud04b

    You need to move up marked part of the code, then the code for the pop-up will work.

    https://prnt.sc/gud0qy

    For the second question, this can’t be done with the vision-portfolio, but you can try to make it with the Visual Composer.

    Please check the video I made for you,

    Portfolio page with the V_C

    Portfolio Video Page

    I hope that I was clear enough and that you will be able to do it.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.