Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #206781

    Hi
    I can;t work out how to add a video as a portfolio item so it plays like in your Enfold demo, ‘dash-ball’
    please help
    thanks
    Tim

    #206946

    Hi timhammo!

    Search for the “Overwrite Portfolio Link setting” option field and select “Define custom link”. Then insert a youtube or vimeo url into the url field and save the portfolio item ( http://www.clipular.com/c/5053604364812288.png?k=RJaffT7cQ79sJw_h_G7iNkU48pg ). Afterwards the video will open in a lightbox (like on the demo page here: http://kriesi.at/themes/enfold/portfolio/ when you click on “Single Portfolio: Full Slider”).

    Cheers!
    Peter

    #206950

    Thanks Petter
    – that works fine thanks
    except a problem with multiple videos is the play button bottom left of player makes the videos cycle through juyst a few seconds on each video.
    is there anyway to disable that as we want people to be able to watch the whole video.
    thanks
    Tim

    #207197

    Hi!

    Can we see what you have now live? I’m not really sure what you mean.

    Cheers!
    Devin

    #207327
    This reply has been marked as private.
    #207405

    Hi!

    You can hide the play button with some css code

    
    div.pp_default .pp_nav .pp_pause{
    display: none !important;
    }
    

    Cheers!
    Peter

    #207410
    This reply has been marked as private.
    #207416

    Hi!

    Please go to Enfold theme options > Styling tab and add the code Peter posted to Quick CSS section

    Regards,
    Yigit

    #207425
    This reply has been marked as private.
    #207434

    Hi!

    If you want to hide all buttons use this code instead

    
    div.pp_default .pp_nav{
    display: none !important;
    }
    

    Regards,
    Peter

    #207445
    This reply has been marked as private.
    #207490

    Hi!

    I checked the dynamic stylesheet: http://agentanalytics.net/wp-content/uploads/dynamic_avia/enfold.css?ver=1 and it does not contain the css code I posted here: https://kriesi.at/support/topic/video-in-portfolio-item/#post-207434 (it should be located at the very end if you inserted it into the quick css field). There are two possible reasons:

    1) You didn’t add the css code into the quick css field or you already removed it. Please insert it into the quick css field, save the settings and clear the browser cache.

    2) You inserted the code into the quick css field and it’s saved in the database but enfold can’t regenerate the dynamic stylesheet. In this case use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Cheers!
    Peter

    #207499
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Video in Portfolio item’ is closed to new replies.