-
Author
-
February 26, 2018 at 21:01 #189906romanzyParticipant
Hello,
Please check the video header portfolio page.
The video disappears after loading. I have the same problem on my install. A Youtube video link works well, but not when the local videos are set as background. Problem with the Youtube video is that the title flows to the complete left side of the screen when the inner container is set to “no”, which is necessary to get the video full-width.
The css snippet mejs-container { max-width: initial !important;} has no effect.
So, any idea how things must be configured in order to have a full-width LOCAL video (that does not disappear after loading) and this with the tile and subtitle set within an inner container so that the titles keep aligned with the inner content?
February 27, 2018 at 16:25 #189983LauraModeratorHello, can you share access so i can check it at visual composer?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 1, 2018 at 20:43 #190227LauraModeratorHahaha do not worry Julie or Julia sounds good too! I think it suits me 🙂
About the video, can you send me the direct link of where do you have it at your website?
For the activity issue try by adding this to style.css of child theme
COPY CODE#buddypress #activity-stream p img { display: inline !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 4, 2018 at 18:32 #190472LauraModeratorGlad you could resolve it!
For the video, try by adding this to style.css of child themeCOPY CODE.portfolio-template-default .video-wrap video { min-height: 100%; min-width: 100%; height: 100% !important; } .portfolio-template-default div#mep_0 { min-width: 100% !important; } .portfolio-template-default .video-wrap { height: 120%; left: 0; overflow: hidden; position: absolute; top: -50px !important; width: 100% !important; z-index: 0; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 5, 2018 at 07:33 #190528LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 5, 2018 at 19:44 #190583RaduModeratorHi,
There it was some styling issues but on you looks very messed like some tag is not closed, did you have tried to de-activate all plugins and child theme ?!
Also if its the same try to re-upload theme files over the existing one by overwrite them via FTP in wp-content/themes/kleo
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 6, 2018 at 19:43 #190708RaduModeratorHi,
The issue comes from the newest update of rtmedia, please use an older version of rtmedia until we solve (1-2 days)
https://github.com/rtMediaWP/rtMedia/releases
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 7, 2018 at 14:07 #190781romanzyParticipantThanks Radu.
I will wait then for the coming update.
March 7, 2018 at 16:18 #190797RaduModeratorHi,
We have spoken with the rtMedia team about this issue and they work on a solution for this issue, until they fix you can use this snippet to can dequeue the script that rtMedia adds.
Temporary FIX snippet :
COPY CODE/* TEMPORARY Deque the mediaelement added by the rtmedia plugin in non-Buddypress pages*/ function sq7r_deque_rtmedia_mediaelement() { if( function_exists('bp_is_active') && !bp_is_members_component()) { wp_dequeue_script('rt-mediaelement'); wp_dequeue_style('rt-mediaelement'); wp_dequeue_style('rt-mediaelement-wp'); wp_dequeue_script('rt-mediaelement-wp'); } } add_action('wp_enqueue_scripts', 'sq7r_deque_rtmedia_mediaelement',999);
If you have any issue when add the code into functions.php like some wired quotes or you receive syntax error copy the snippet code from here : https://pastebin.com/raw/d7AD00YC
NOTE: The chid theme needs to be installed and activated.
The function will have to be added in wp-content/themes/kleo-child/functions.phpCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 8, 2018 at 16:23 #190939RaduModeratorJust edit the page in visual composer then add that text in a row where you check inner container.
Cheers
R.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 ‘Bugs & Issues’ is closed to new topics and replies.