• Resolved ZaGenie

    (@zagenie)


    Hello,

    The CSS as given in your FAQ, namely..

    #rtmp-btn-container { display: none !important; }

    … works fine in the Divi and default WordPress theme, using the normal theme page templates.

    However, if the page template Agoroa.io Fullscreen is used, the URL upload and stream key buttons still appear under the video window.

    We have tried adding the CSS in the theme settings, in WP itself, as well as adding the CSS, specifically on the page with the plugin short code. No luck.

    Please can you suggest the correct CSS to use, or are we missing something?

    Many thanks!

    Herby

    • This topic was modified 4 years, 7 months ago by ZaGenie.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor hermesf

    (@hermesf)

    Hi @zagenie

    Thank you for your interest in the Agora Video for WordPress plugin. We are currently working on updating the existing UI templates as well as coming out with new ones.

    That being said, the current FullPage template follows a slightly different layout that does not follow the existing example. Below is an example of how to remove the UI controls from the FullPage template while keeping the screen share button visible.

    
    #lower-ui-bar div {
    	display: none;
    }
    #screen-share-btn-container {
    	display: block !important;
    }
    

    This code applies to both the embedded layout and the full-page.

    Thank you for your feedback and I will make sure to update the FAQ code snippet as well.

    Thread Starter ZaGenie

    (@zagenie)

    Thanks @hermesf

    I can confirm that the snippet works.

    Appreciated.

    Herby

    If I have my RTMP server address, how do I enter this into the plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS to hide the RTMP url and stream key in the Agora template’ is closed to new replies.