Okay
  Public Ticket #190034
Twitch Embedd Suite
Closed

Comments

  • Toni started the conversation

    Hi, there seems to be a conflict with the theme and this plugin. Salinet does not allow me to adjust the height of the embed. I have tested the plug in using a different theme and it works fine. I'm not sure if this is related or not but since updating the header, when resized, moves down to block some of the page content.

    Really need help with this I don't want to have to use a different theme after all this time but this loug in is essential to me. 

    Thanks

    Plug in:  https://wordpress.org/plugins/twitch-tv-embed-suit...

  •  8,838
    Tahir replied

    Hey Toni!

    We are gonna need to check your live url. Can you please provide login pass so we can take a look. 

    Thanks


    ThemeNectar Support Team 

  • Toni replied

    username: Kiss

    pw: kimbra88

  •  8,838
    Tahir replied

    Hey Toni!

    Can you please create a test page where i can see the issue . I could not find that page on your server . Also please do update to version 4.0.1 if you have not yet done so .

    Cheers


    ThemeNectar Support Team 

  • Toni replied

    Hi, I am updated 4.0.1

    Here is a test page I made

    http://fear-guild.com/twitch-embed-test-page/

    Thanks

  • Toni replied

    UPDATE: Tried using a different twitch embedd plugin and I'm still getting the same results.

  •  8,838
    Tahir replied

    Hey Toni!

    Add this into the Custom CSS box located in your Salient Options panel:

    .player object {
        height: 490px;
    }
    .admin-bar #header-outer {
    	top: 0px !important;
    }
    

    The theme sets the height of the object html element to auto therefore it is not sizing correctly. Adjust the height via the above custom css. 

    Cheers


    ThemeNectar Support Team 

  • Toni replied

    Thanks that worked! However will this affect all things I embedd now, will they all default to whatever height I have set in the CSS?

  • Toni replied

    also its seems now I'm having the same issue with not being able to resize the width of the chat box 

    Thanks so much for the great support as usual

  •  8,838
    Tahir replied

    Hey Toni!

    You can add the css in the page builder Custom Css button so it only gets applied to that page. 

    Add this css to resize the chat container:

    .ember-chat-container {
        height: 500px;
    }
    

     Cheers


    ThemeNectar Support Team 

  • Toni replied

    Thanks very much!