x97wehner Posted January 17, 2019 Posted January 17, 2019 After update to 1.08, my css multi-line text boxes from warehouse modules no longer work. They are input in format: .header-container.inline-header.alt-cart { box-shadow: 0px 0px 5px #000000 !important; } After clicking save button, they are reformatted to: .header-container.inline-header.alt-cart {\r\n box-shadow: 0px 0px 5px #000000 !important;\r\n} Also, when I attempt to use their content creator module, I get 500 errors on save. I did not get either error in 1.07. Warehouse theme has not changed.
0 datakick Posted January 17, 2019 Posted January 17, 2019 Any chance that these are stored inside configuration table? If so, this might be caused by this issue: https://github.com/thirtybees/thirtybees/issues/807
0 x97wehner Posted January 17, 2019 Author Posted January 17, 2019 @datakick Likely. I had to restore the home directory to get it back to what it was. As long as I don't save or update those modules it's still clinging to life and not reformatting the CSS
0 Guest Posted January 19, 2019 Posted January 19, 2019 (edited) I had this issue as well. Had to edit global.css to fix my issues instead. Seems the thread I made about it was deleted though. Edited January 19, 2019 by Purity
0 Pedalman Posted January 21, 2019 Posted January 21, 2019 Purity do it again please 🙂 It would be great if someone could post the fix here since it is may be TB related.
0 wakabayashi Posted January 21, 2019 Posted January 21, 2019 @Purity Was the topic in the old forum? The url structure changed and the redirects aren't done yet.
0 Guest Posted January 21, 2019 Posted January 21, 2019 (edited) Yes, on the old forum. According to my developer, definitely TB related, and something done with the 1.0.8 update, as I was on 1.0.7 before. He said the below text, and told me to inquire about the change, but I'm not sure what the exact issue is at this point in time. He might help me diagnose the exact issue at a later date, but he thought the developers would know what the problem was. I did not receive a response after I posted this on my other thread, but I think everybody was busy with the forum change. Quote The core (TB) API changed it's API likely this module isn't specifying that it doesn't want 'blah' escaped And they required later that modules do that They'll likely be able to tell you deeper info about what to change that you should relay to me and we can get it done we can also just look in the module and figure it out but I'm lazy and let's be honest it's really easy to just update global.css Edited January 21, 2019 by Purity typo
0 Guest Posted January 21, 2019 Posted January 21, 2019 (edited) Hmm. Perhaps I was not clear enough in my last post. The workaround we used was to simply bypass the css boxes in the warehouse modules and add the css code directly to global.css If I ever have him look at the module to find out more, I will post about it, but we might just keep adding the css code directly...he seems to think it's easier. lol The issue actually ended up removing my entire menu on, specifically, mobile, for 2 weeks without me knowing due to how I had my menu css setup. Edited January 21, 2019 by Purity
0 datakick Posted January 21, 2019 Posted January 21, 2019 If you are not willing to wait for 1.0.9, then you can try to apply the fix from this commit (or simply copy the newest version of Configuration.php file to your tb classed directory). That should fix this problem.
0 Guest Posted January 21, 2019 Posted January 21, 2019 2 hours ago, datakick said: If you are not willing to wait for 1.0.9, then you can try to apply the fix from this commit (or simply copy the newest version of Configuration.php file to your tb classed directory). That should fix this problem. I haven't tried this yet but it's great to see a fix available. Thank you.
Question
x97wehner
After update to 1.08, my css multi-line text boxes from warehouse modules no longer work. They are input in format:
.header-container.inline-header.alt-cart {
box-shadow: 0px 0px 5px #000000 !important;
}
After clicking save button, they are reformatted to:
.header-container.inline-header.alt-cart {\r\n box-shadow: 0px 0px 5px #000000 !important;\r\n}
Also, when I attempt to use their content creator module, I get 500 errors on save.
I did not get either error in 1.07. Warehouse theme has not changed.
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now