This topic has 20 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #189906
     romanzy
    Participant

    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?

     

    #189907
     romanzy
    Participant
    This reply has been set as private.
    #189912
     romanzy
    Participant
    This reply has been set as private.
    #189983
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #190079
     romanzy
    Participant
    This reply has been set as private.
    #190100
     romanzy
    Participant
    This reply has been set as private.
    #190138
     romanzy
    Participant
    This reply has been set as private.
    #190227
     Laura
    Moderator

    Hahaha 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 solution

    Laura 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 🙂

    #190230
     romanzy
    Participant
    This reply has been set as private.
    #190275
     romanzy
    Participant
    This reply has been set as private.
    #190472
     Laura
    Moderator

    Glad you could resolve it!
    For the video, try by adding this to style.css of child theme

    COPY 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 solution

    Laura 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 🙂

    #190475
     romanzy
    Participant
    This reply has been set as private.
    #190528
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #190552
     romanzy
    Participant
    This reply has been set as private.
    #190583
     Radu
    Moderator

    Hi,

    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 solution
    #190591
     romanzy
    Participant
    This reply has been set as private.
    #190708
     Radu
    Moderator

    Hi,

    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 solution
    #190781
     romanzy
    Participant

    Thanks Radu.

    I will wait then for the coming update.

    #190797
     Radu
    Moderator

    Hi,

    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.php

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #190843
     romanzy
    Participant
    This reply has been set as private.
    #190939
     Radu
    Moderator

    Just 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
Viewing 21 posts - 1 through 21 (of 21 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?