-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kodi remote popup and rgb popup needs adjustments #13
Comments
i think you can just add a non existing kodi in hardware and get the remote popup to test with. |
Are you on the latest version of the theme? Because the theme no longer tries to interfere with remote control positioning and size. |
Could you try this?
#dialog-lmsplayer-remote, |
try: #dialog-lmsplayer-remote, |
i found some auto height in a css if uncomented the controls show again but not sure other stuff may brake. ill try the css mods first |
I cannot create a remote popup here unfortunately. Could you possibly take a screenshot of the html structure (right mouse button ->inspect)? center_popups.css only has one css item in it: .ui-dialog, So if it affects the remote popup, that would imply that the remote popup also gets the ui-popup class somewhere. If I know how they are relate, I could write an exception in the css to not give a min-width to remotes. |
OK, so in the second picture, looking at the applied CSS in the right column, I see very little influence of the Aurora theme, and none that could explain the cut-off. Perhaps that's in the "dialog-media-remote" div inside it. In theory, if you disable the theme's centering option, Domoticz' own methods of positioning should take over. It uses javascript to position and size things. This can be seen at the top of that column, in the 'element-stlyle' part. So unless we find some styling on the "dialog-media-remote" div, could it be that this is just normal Domoticz behaviour? |
oh i might have selected the wrong item for inspect. Before i applied the aurora theme i used the remote quite often and then the scaling and frame was ok. you don't have the possibility to set up a kodi install to try out the remote? |
I don't have that possibility (I've tried). Domoticz doesn't allow you to fake a remote. |
Ah. how can i help? :) i think the buttons aren't working either when the frame is fudged. i guess an image map that gets upset or something. |
I suspect the best bet is to try and not interfere with how Domoticz does things. It uses javascript to position and scale things. If you can find the CSS form the theme that 'gets in the way', then we can remove it. |
i've tried disabling all style rows but to no avail.. but found out that you can add a dummy device. Add hardware "Kodi Media Server" |
@Xtraz I tried it again, but that sequence doesn't work for me. clicking the left most button doesn't launch the pop-up. |
Kodi remote control size is a bit small..
The text was updated successfully, but these errors were encountered: