
-
AuthorPosts
-
January 8, 2014 at 12:24 pm #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
TimJanuary 8, 2014 at 6:34 pm #206946Hi 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!
PeterJanuary 8, 2014 at 6:41 pm #206950Thanks 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
TimJanuary 9, 2014 at 4:19 am #207197Hi!
Can we see what you have now live? I’m not really sure what you mean.
Cheers!
DevinJanuary 9, 2014 at 10:51 am #207327This reply has been marked as private.January 9, 2014 at 1:50 pm #207405Hi!
You can hide the play button with some css code
div.pp_default .pp_nav .pp_pause{ display: none !important; }
Cheers!
PeterJanuary 9, 2014 at 1:56 pm #207410This reply has been marked as private.January 9, 2014 at 2:08 pm #207416Hi!
Please go to Enfold theme options > Styling tab and add the code Peter posted to Quick CSS section
Regards,
YigitJanuary 9, 2014 at 2:18 pm #207425This reply has been marked as private.January 9, 2014 at 2:42 pm #207434Hi!
If you want to hide all buttons use this code instead
div.pp_default .pp_nav{ display: none !important; }
Regards,
PeterJanuary 9, 2014 at 3:00 pm #207445This reply has been marked as private.January 9, 2014 at 4:24 pm #207490Hi!
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!
PeterJanuary 9, 2014 at 5:10 pm #207499This reply has been marked as private. -
AuthorPosts
- The topic ‘Video in Portfolio item’ is closed to new replies.