-
Author
-
March 13, 2015 at 19:09 #50051vikvermaParticipant
Hi, I love the theme but need some help. I have some embedded videos on posts, normally they would just automatically size to suit the theme, however since I installed KLEO, those videos are now very large.
I have tried playing woth the wordpress media settings but that does not appear to make a difference. It is almost as if the default embed video size for this theme is set to large?
Help
Vik
March 13, 2015 at 19:22 #50052RaduModeratorHello,
Try with CSS code
COPY CODE#bbpress-forums .bbp-reply-content iframe {max-height: 360px !important; }
Add this code to yout kleo-child directory style.css file OR go to WP-admin -> Theme Options -> General Settings -> Quick CSS area.
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2015 at 07:04 #52650marceltjParticipantSame issue here does not work for me. I am using Activity Plus to embed but they also told me this is related to theme.
Even tried using settings via bp-custom define and still overwritten by theme.April 1, 2015 at 13:58 #52682RaduModeratorTry like this
COPY CODE#bbpress-forums iframe {max-height: 360px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 2, 2015 at 17:24 #52862RaduModeratorHello @marceltj ,
I see the videos are small, not large, what is not ok ? do you want embedded size larger ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.April 2, 2015 at 18:32 #52869marceltjParticipant@radu Thanks, I was able to sort it out last night.
Basically 2 steps:
1) Adjust settings in Activity Plus
2) Add this to functions.phpCOPY CODEfunction bigger_embed_size() { return array( 'width' => 300, 'height' => 250 ); }
3) Add this CSS
COPY CODE.fluid-width-video-wrapper { width: 300px !important; position: relative; padding-top: 30% !important; }
All looks good now!
April 2, 2015 at 18:46 #52875RaduModeratorOk, Thenk you for posting solution.
I will mark this topic as resolved.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 26, 2015 at 17:42 #56166vikvermaParticipantHi, the actual issue I am coming across is when I embed a youtube link in a post – not in the activity feed. Do you know what might be causing this?
I have attached an image to demo what I mean…
V
Attachments:
You must be logged in to view attached files.April 30, 2015 at 16:34 #56797RaduModeratorHi @vikverma
Provide that post link, i will take a look and i will give you a css fix.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 16, 2015 at 15:04 #59043HouseQuakeParticipantI am having this issue also posting youtube videos. How can I fix this? Here is an example. http://www.daeva.me/wonder-girls-tell-me-aion-style/
May 18, 2015 at 21:58 #59293RaduModeratorHi HouseQuake,
If your issue is related to youtube player height use this fix
COPY CODE.article-content iframe {max-height:320px}
Add this code to your Theme Options -> General Settings -> Quick CSS.
If your issue is not related to player height, please describe your problem.
Let me know if it works
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 22, 2016 at 16:39 #112205RaduModeratorIf they are loaded via iframe the css that i have provided to you it should work.
Provide link to take a look
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 23, 2016 at 16:58 #112382RaduModeratorHi,
The solution that i have provided last year it doesn’t work for you because you are using a plugin i think named ziggeo, please look in that plugin settings panel for a such of option, if that kind of option doesn’t not exist, please ask their support about the limit the max-height.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.