Mobile Design Theme Problems
Home › Forums › WpStream Theme › Theme Issues › Mobile Design Theme Problems
- This topic has 1 reply, 2 voices, and was last updated 3 months, 2 weeks ago by
admin.
- AuthorPosts
- November 19, 2020 at 5:07 am #98847
grpetz
ParticipantThank you for making this theme. I am testing your service with the free trial. In using this theme on a live broadcast page there are a few issues that need to be fixed for mobile.
The phrase “The live stream is paused and may resume shortly.” does not appear on the screen correctly. It is spaced out with large line breaks between words such as….
The live
Stream is
paused
And then you can’t read the rest.
Also, in my opinion if the chat is not enabled then on mobile devices it shouldn’t take up that space and just show a black blank space under the live video where chat should be. I say this because it takes up too much space on the screen and it could give the impression to a viewer something is broken with the site.
Thank you very much for wpstream. You are doing a great job at it, I’ll keep watching for updates to plugin and theme.
Gary
- This topic was modified 3 months, 2 weeks ago by
grpetz.
November 20, 2020 at 2:01 pm #99136admin
KeymasterHi,
That is a css issue – to fix it you need to add the following code into css/my_media.css file http://prntscr.com/vmv3xa
the code is
.wpestate_header_video .wpstream_not_live_mess_mess{
line-height: 1.3em;
padding: 0px;
}Also in the near future we will work with a different chat system and will look into the reported issue.
Thank you - This topic was modified 3 months, 2 weeks ago by
- AuthorPosts
- You must be logged in to reply to this topic.