by birwin2 » Tue Jun 24, 2025 9:17 pm
Hey guys. Sorry this took so long. Busy weekend.
So last night I started to prepare files to upload. I wanted to also upload screenshots to show what I was seeing. I recently started using the Frozen Dreams skin, and when I tried moving my css out of the html file and into skin_layout_add.less, the player at the bottom of the screen got messed up:
I thought that I also saw the same thing a few (several?) weeks back with the Material Design skin, but now I'm not certain. I initially started working on my addon updates using the production version of MM (sorry about that), then switched to the debug version, and have since installed an update to that. Last night when I switched back to to Material Design, there were no problems using the same styling that was causing issues in the Frozen Dreams skin. I did go back and took a more thorough look at my CSS and html. I found that some of my CSS references, in particular <table>, <tr> and <td>, were to the raw element and not a unique class or id. I went back and made changes, and now my addon also works with the Frozen Dreams skin. I will mention that after making the changes and trying to install the update, MM got totally hosed. I got an error message every time MM tried to load, and there was no option to restart in safe mode. A computer reboot did solve the problem. I will say that I'm so happy to now have all my CSS in a separate file.
One issue I did see in the Material Design skin was that my changes to the body background color weren't being displayed in my addon window. I was able to work around that by referencing a <div> inside the body instead.
I again thank you for your initial replies to my post. I love MM and have been a loyal user for many years, starting with version 3 back in 2010.
Hey guys. Sorry this took so long. Busy weekend.
So last night I started to prepare files to upload. I wanted to also upload screenshots to show what I was seeing. I recently started using the Frozen Dreams skin, and when I tried moving my css out of the html file and into skin_layout_add.less, the player at the bottom of the screen got messed up:
[url=https://ibb.co/JFyWff0s][img]https://i.ibb.co/JFyWff0s/dpw-3-pic1.png[/img][/url]
I thought that I also saw the same thing a few (several?) weeks back with the Material Design skin, but now I'm not certain. I initially started working on my addon updates using the production version of MM (sorry about that), then switched to the debug version, and have since installed an update to that. Last night when I switched back to to Material Design, there were no problems using the same styling that was causing issues in the Frozen Dreams skin. I did go back and took a more thorough look at my CSS and html. I found that some of my CSS references, in particular <table>, <tr> and <td>, were to the raw element and not a unique class or id. I went back and made changes, and now my addon also works with the Frozen Dreams skin. I will mention that after making the changes and trying to install the update, MM got totally hosed. I got an error message every time MM tried to load, and there was no option to restart in safe mode. A computer reboot did solve the problem. I will say that I'm so happy to now have all my CSS in a separate file.
One issue I did see in the Material Design skin was that my changes to the body background color weren't being displayed in my addon window. I was able to work around that by referencing a <div> inside the body instead.
I again thank you for your initial replies to my post. I love MM and have been a loyal user for many years, starting with version 3 back in 2010.