Thank you specifically to cilefen: I have to admit that #6 was my problem.
I set the base theme for Seven to 'stable', then could enter the backend again and install Classy. Then changed the base theme back and we're golden.
It's always the little things...
Hi @tirupati_singh, you're right, I can't find the errors anymore. Maybe I accidentally picked old template files (only 4 of them, weirdly).
Considering this fixed. Thank you.
(Also sorry for the long delay, forgot to subscribe to this issue)
Having a similar problem, I think... which ownership/attributes did the folders have and which did you apply to fix the problem?
OK, the fix is very simple. Find /themes/classy/classy.info.yml and remove the line hidden: true
.
I feel a bit silly now. Anyway, back to work.
Just dropping by to confirm #11 removed the warning message for me. Thanks.
I was busy adding a new issue, but moved here just in time.
Problem/Motivation
The documentation handbook page → now lists the requirement libraries, which is good. I would suggest adding this page to the module documentation, and also call it a manual, so it can easily be found outside of issues ;)
My main issue lies with the installation of the jQuery UI Touch Punch library. The
documentation section →
says,
The module expects the jquery-ui-touch-punch library to be found in the /web/libraries folder: /web/libraries/jquery-ui-touch-punch
Did the author of this text mean:
[drupal root]/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
,[drupal root]/web/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
, or[drupal root]/modules/better_exposed_filters/web/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
?
I've tried these three variations, emptying the cache afterwards each time, but the dependency remains missing according to the Extend page. By contrast, the three module dependencies do show up as installed.
Side note, I added jquery.ui.touch-punch.min.js because that's a neat thing to include in the instruction texts, but all the contents of the original jquery-ui-touch-punch-master folder are in there.
I must admit I'm working on a D10 installation, so I manually edited the info.yml file to include || ^10
. Hope that's not related to this issue.
Steps to reproduce
- Unpack Better Exposed Filters module in
[drupal root]/modules/
- The same for jQuery UI → , jQuery UI Datepicker → and jQuery UI Slider → .
- Get the jQuery UI Touch Punch library and extract it to
[drupal root]/libaries/
- Remove -master from the folder name.
Proposed resolution
Could the maintainers please check if installation of the touch-punch library still works as designed? Or tell me what I'm doing wrong?
Sorry for being long-winded. English is not my first language :/
My masonry view also was stuck in one column (with each row on top of the other, actually). Until I read comment #19 in issue 3288460 that told me the gutter width should not contain the px affix.
I'm just leaving this here in case anyone else runs aground like nmillin and I did.
Thank you nmillin for mentioning that! The "px" was also wat killed my masonry view.
Hmmm, I'm not sure about "works as designed"... The options given in the UI suggest that we should be able to set up a working masonry system from there. I don't mind using css instead – gonna test in a minute if this solves my troubles as well – but I've been googling, testing, giving up and restarting way too long before ending up here!
It'd be nice if the css requirement was clear from the outset. Call it a feature request, if you will ;)