- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by
Sebastian.
Author | Posts |
---|---|
paulryder17
September 21, 2020 at 9:23 pm
|
Heads up! this post was created when Microthemer was at version 6. The current version is 7. Some references to the interface may be out of date. Hi! When I use combined transform properties via the code editor on a selector, not only do they not work as expected, but when I switch selectors then come back to it, the properties that aren’t working, separate and turn into jibber-jabber. Here is the code i’m trying to enter button { button::after { button:hover::after { I’m using chrome and the latest version of MT Edit – Even if I do write the transform properties separately, they still change to ” translate3d: -525%, 0, 0; Another edit – So it does indeed seem I have to create a new selector for every pseudo class in this instance – That will have it’s advantages tbf, and I can see why it would have to be the case, taking the MT controls into consideration. I never use the gui. I think of MT as a handy way of tapping into and organising additional CSS. It would be pretty cool if a future update had the option to detatch the controls, and let you just write straight up CSS in nicely organised chunks. This might also solve an issue I had before, where only one google font can be used at a time. |
Sebastian
September 24, 2020 at 8:29 am
|
Hey, sorry to hear you encountered this issue with transforms. It should be fully interchangeable with the UI (the first selector in the custom code editor at least). I will do some tests at my end and get back to you on that one. And your feature request is already on the todo list, and will be implemented after some improvements to the element selection process. Also sorry about the delay, I’ve been having some issue with forum post notifications, which I though I had fixed, but it seems not fully. Cheers, |
Sebastian
September 28, 2020 at 11:23 am
|
Just to let you know, this issue is now fixed in version 6.3.2.3. MT only syncs styles in the first selector with the UI fields. But you should be able write any custom CSS you like without running into formatting issues. So if you notice any similar issues, please let me know and I will fix ASAP. Thanks, |