-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update style.css #36
Update style.css #36
Conversation
Wrong Template referenced. Child theme would not appear in Themes browser. This change fixes that.
Thank you for this PR, but that is not correct because all of our themes and plugins have We included suffix a couple of years ago for several reasons, in retrospect this wasn't a good idea but we are not able to change this now because it will have huge impact on existing installations. See pinned issue as well #33 We had this discussion already several times in the past, so I set this PR to draft and moved to v6 where we are allowed to do breaking changes. We can discuss then one more time if we remove/keep |
All good, we are talking about the same thing. In your second screenshots, theme folders have name Please click https://github.com/bootscore/bootscore/releases/latest/download/bootscore-main.zip and unzip file, you will see. It seems that Composer skips the |
Ah. Ok. Then the documentation needs some love on that end, at least that prevents confusion. I just use composer for grabbing and updating. Same would become true if I just cloned the repo. |
No, if you clone the repo |
Sorry, misunderstood. I did not mean clone, I mean pressing the Code > Download zip button. |
Well, we can't force users to do that, but those using cli tend to use the documentation. So, a hint there should create more clarity. |
Please drop a short text, we will publish it at the docs page. |
Something like this: IMPORTANT NOTE FOR ANY COMPOSER OR CLI INSTALLATIONDue to historical reasons we must ask you kindly to rename the themes folders of the theme and child theme. Otherwise the child theme is not able to find the main theme. This not needed if you download the zip versions. after a git clone or composer require
This is a temporary solution until we are able to rename our repositories. |
Thanks, nearly.
We're trying to avoid important and capital letters. We can use an alert or heading for this. Instructions should be part of https://bootscore.me/documentation/installation/#Composer.
We'll never kindly ask someone to do something using our work, we give instructions and provide help.
This affects not only the child, it affects all themes and plugins.
Wrong. This will affect <1% of the users and branch name is included in folders since years without any issues. What I said with v6 means that we can discuss this and check if it's worth to go this step or not in v6. |
So you ask me to write a short text. I deliver, and you reply with a lecture without need. You'll manage to write an appropriate text, I think. Have a great week. |
Wrong Template referenced. Child theme would not appear in Themes browser. This change fixes that.
Update: I installed all of the packages via composer and the child template did not appear in the theme browser. The browser stated 'The parent theme is missing. Please install the "bootscore-main" parent theme.' . After changing this value it did appear. The Metatdata theme name in the "bootscore/style.css" file is "bootscore" not "bootscore-main" hence I assume it fails.