home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
WebMP Skin: BlueShift v4
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dragy" data-source="post: 961432" data-attributes="member: 91197"><p>Then you'll have to search in the BlueShift/Content/style.css for this code, which changes to menu:</p><p>[code=css]@[URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL] all and (max-width:725px) { /*small menu*/</p><p> body {</p><p> min-width: 550px;</p><p> }</p><p> #content, .contentReplacement {</p><p> width: 525px;</p><p> }</p><p> #contentright {</p><p> width: 100%;</p><p> margin: 0;</p><p> float: none;</p><p> }</p><p> #contentright ul.imglist li {</p><p> width: 175px;</p><p> }</p><p> img.bigposter {</p><p> float: none;</p><p> display: block;</p><p> margin: 20px auto;</p><p> margin-bottom: 10px;</p><p> }</p><p> .home li:nth-child(4){</p><p> display: none;</p><p> }</p><p> ul.imglist.wide li {</p><p> width: 100%;</p><p> }</p><p> #menu {</p><p> position: relative;</p><p> float: none;</p><p> margin: 0 10px 0 0;</p><p> border-radius: 0;</p><p> display: none;</p><p> padding: 5px 3px;</p><p> }</p><p> #menu li {</p><p> float: none;</p><p> background: #000;</p><p> }</p><p> #menu li a {</p><p> border-radius: 5px;</p><p> }</p><p> #toggleMenuButton {</p><p> display: block;</p><p> }</p><p> #play {</p><p> padding: 0 0 10px 0;</p><p> width: 100%;</p><p> }</p><p> #mediaspace, #mediaspace *, #mediaspace_wrapper, #seekbar, #vlcplayer_ie, #hlsplayer {</p><p> max-width: 500px !important;</p><p> }</p><p> #mediaspace_wrapper, #hlsplayer {</p><p> height: 281px !important;</p><p> }</p><p>}[/code]</p><p>You'll have to create a new codeblock for a smaller width:</p><p>[code=css]@[URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL] all and (max-width:600px) { /*small menu*/</p><p> #menu {</p><p> position: relative;</p><p> float: none;</p><p> margin: 0 10px 0 0;</p><p> border-radius: 0;</p><p> display: none;</p><p> padding: 5px 3px;</p><p> }</p><p> #menu li {</p><p> float: none;</p><p> background: #000;</p><p> }</p><p> #menu li a {</p><p> border-radius: 5px;</p><p> }</p><p> #toggleMenuButton {</p><p> display: block;</p><p> }</p><p>}[/code]</p><p>And remove these statements from the first codeblock.</p><p> </p><p>I am not sure what you mean. Did you apply this fix? <a href="https://forum.team-mediaportal.com/threads/cannot-browse-tv-series-episodes.115574/#post-954574" target="_blank">https://forum.team-mediaportal.com/threads/cannot-browse-tv-series-episodes.115574/#post-954574</a></p><p>This works perfectly for me.</p><p> </p><p>edit:</p><p>I think I've found a bug in the forum software here <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> It changes [plain]@[USER=40657]media[/USER][/plain] to -see below - inside a code block <span style="color: #a1a100">[code][URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL][/code]</span></p></blockquote><p></p>
[QUOTE="Dragy, post: 961432, member: 91197"] Then you'll have to search in the BlueShift/Content/style.css for this code, which changes to menu: [code=css]@[URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL] all and (max-width:725px) { /*small menu*/ body { min-width: 550px; } #content, .contentReplacement { width: 525px; } #contentright { width: 100%; margin: 0; float: none; } #contentright ul.imglist li { width: 175px; } img.bigposter { float: none; display: block; margin: 20px auto; margin-bottom: 10px; } .home li:nth-child(4){ display: none; } ul.imglist.wide li { width: 100%; } #menu { position: relative; float: none; margin: 0 10px 0 0; border-radius: 0; display: none; padding: 5px 3px; } #menu li { float: none; background: #000; } #menu li a { border-radius: 5px; } #toggleMenuButton { display: block; } #play { padding: 0 0 10px 0; width: 100%; } #mediaspace, #mediaspace *, #mediaspace_wrapper, #seekbar, #vlcplayer_ie, #hlsplayer { max-width: 500px !important; } #mediaspace_wrapper, #hlsplayer { height: 281px !important; } }[/code] You'll have to create a new codeblock for a smaller width: [code=css]@[URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL] all and (max-width:600px) { /*small menu*/ #menu { position: relative; float: none; margin: 0 10px 0 0; border-radius: 0; display: none; padding: 5px 3px; } #menu li { float: none; background: #000; } #menu li a { border-radius: 5px; } #toggleMenuButton { display: block; } }[/code] And remove these statements from the first codeblock. I am not sure what you mean. Did you apply this fix? [url]https://forum.team-mediaportal.com/threads/cannot-browse-tv-series-episodes.115574/#post-954574[/url] This works perfectly for me. edit: I think I've found a bug in the forum software here :) It changes [plain]@[USER=40657]media[/USER][/plain] to -see below - inside a code block [COLOR=#a1a100][code][URL='https://forum.team-mediaportal.com/members/media.40657/']media[/URL][/code][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
WebMP Skin: BlueShift v4
Contact us
RSS
Top
Bottom