I finally got it.
Installation with repository entry is mandatory.
What was confusing me in the README:
Download the Chosen js plugin (https://github.com/noli42/chosen) and extract the file under "libraries".
Download and enable the module.
Configure at Administer > Configuration > User interface > Chosen (requires administer site configuration permission)
For me, the seemed to be all I need to do. Manually adding the chosen library didn't work. I needed to add it via repositoty entry.
Just in case someone else faces this problem.
I'd like to try it with the repository entry but I am not sure how exactly the code needs to be added:
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"0": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "noli42/chosen",
"version": "3.0.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/noli42/chosen/releases/download/3.0.0/chosen-assets-v3.0.0.zip",
"type": "zip"
}
}
},
},
This is how I try but I am getting parse errors when running composer. How exactly needs this to be added?
Well, I think I followed it. In my understanding it is described that there are several ways to install Chosen.
I used Composer to install the module and the library should be installed automatically. I can see that there's a library installed (jquery.chosen) but it seems to be not the correct one. As I understand from the Chosen module's description page, version 5.x doesn't need jquery.
So what is the correct way to install Chosen? Do I need additionally need to install the library with a repository entry?
Installation with repository entry:
Add the following entry in the "repositories" section of your main composer.json file.{ "type": "package", "package": { "name": "noli42/chosen", "version": "3.0.0", "type": "drupal-library", "dist": { "url": "https://github.com/noli42/chosen/releases/download/3.0.0/chosen-assets-v3.0.0.zip", "type": "zip" } } },
Now you can run the following command to install chosen in the right folder:
composer require noli42/chosen:3.0.0
I deinstalled Chosen and deleted the library. From the README of 5.x:
If you are using Composer to manage your site's dependencies,
then the Chosen plugin will automatically be downloaded to `libraries/chosen`.
When I install the Chose module I get a jquery.chosen library. It seems to me that the wrong library is being installed. It's not the noli42 library.
Does someone has an idea what going wrong here?
The problem is that there is no core_version_requirement
set in the yml.info of views_polygon_search_freedraw module. Core: 8.x
is declared. When changing this to core_version_requirement: ^9 ^10
I can install the module. Is that the right approach to fix this?
Well, I agree with you that the correct place is config translation. Unfortunately, I lack in skills to do the changes the code.
thulenb → created an issue. See original summary → .
Any chance to get this fixed in the module? The orginal patch resolved the issue for me but doesn't work anymore.
I have the exact same problem than the original poster. I assumed this to be possible and after unsuccessfully trying to make it work I started to google where I came across this issue. I really like the Olivero theme but this doesn't make sense.
I have the same problem. Can someone help me with a few more details regarding the solution, please?
Do I need to export the complete archive or certain elements? Which would be the elements that I need to export > manually adjust > import?
Hello,
I am also facing the issue that the autocomplete is working for ananymous users but not for logged-in users (including admin). Just installed 10.2.17 version of this module but still not working.
Does anybody has an idea how I can resolve this problem?
Did you find a solution to make it work with BEF? I am also having trouble to get the filters appear with BEF enabled.
After applying the patch I get this error:
TypeError: Illegal offset type in isset or empty in Drupal\vefl\Vefl->getLayoutOptions() (Zeile 63 in /web/modules/contrib/vefl/src/Vefl.php)
Using Drupal 9.5.11 and version 8.x-3.0 of this module.
I don't know how to fix this. Does someone have an idea?
Does somebody know how the get this module running? The mentioned error above prevents me from creating node translations.
I have the same issue.
The provided patch does not fix this. Getting this error now:
TypeError: Drupal\add_translation\AddTranslation::__construct(): Argument #4 ($loggerFactory) must be of type Drupal\Core\Logger\LoggerChannelFactory, Drupal\redirect_404\Render\Redirect404LogSuppressor given, called in /web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\add_translation\AddTranslation->__construct() (Zeile 58 in web/modules/contrib/add_translation/src/AddTranslation.php)
Thanks, I tried to add the XING Button (SVG) but it doesn't show up corretly. It is present in the code but the color that I have defined for the social sharing buttons does not apply to the XING button. Please see screenshot attached.
Hi,
I need the XING icon as well. Will it be submitted soon?
I am facing the same issue.
Does somebody figure out a workaround for this?