leisurman β created an issue.
I have the same error. Using Drupal core 10.3.5. And instagram_lite 2.0.x-dev@dev
This just started to happen after upgrading to Drupal core 10.3.5
wells β credited leisurman β .
This would be a nice addition. Toggle feature to expand and collapse sub menus on click
leisurman β created an issue.
Same problem, I can see restricted node links in the menu
Restricting media does not work for me
leisurman β created an issue.
leisurman β created an issue.
I applied this patch simple_access-2169477-4.diff to 7.x-2.x-dev
The result it that it does not patch the views inc file
Hunk #1 FAILED at 4.
1 out of 1 hunk FAILED -- saving rejects to file simple_access.info.rej
patching file simple_access.views.inc
patching file simple_access_views_handler_field_group_name.inc
I see the same. The broken links report displays nothing. The scan is not checking links
Update. upgrading ACLfrom 8.x-1.0 to 8.x-1.1, and using patch #6 fixes the error.
I see the same, TypeError: count as mentioned by @RandalV
Using Drupal core 9.5.11
Forum Access Version: 8.x-1.0
ACL Version: 8.x-1.0
I have tried both patch #4 and patch #6
Our production site is on PHP 7, my local environment is on PHP 8. The error occurs on both PHP versions.
@shiv_yadav. Sorry I had a typo in my post, I fixed it.
Steps to reproduce. Go to a node that is using Layout builder, add the twitter block in the Layout builder, and view the page. Or go to manage blocks, add the twitter block, display it on a node, and view the page. Open the browser console and see the error, TypeError Cannot read properties of undefined height.
Thank you @smustgrave
leisurman β created an issue.
leisurman β created an issue.
It is almost September now and if end of life for version 9.x is this November. Drupal will have to release 4 new minor versions before November. That is only 3 months. I used Composer to install a fresh Drupal 9.5 site and then tried a straight upgrade to version 10, and I received a few dependency errors/issues, and I could not upgrade to version 10.
I saw your message too late, Thank you @keshavv
@dineshkumarbollu. Thank you. That worked.
leisurman β created an issue.
leisurman β created an issue.
leisurman β created an issue.
@Christian DeLoach, Thank you for that information. I tried something else and it fixed the classname btn-primary. Please try this and let me know if it works.
Upgrade this to the latest version bootstrap_barrio 5.5.10. I was using 5.5.4
Run. composer require 'drupal/bootstrap_barrio:^5.5'
Clear cache. Check the site login button inside an incognito window. The login button does not have a blue background and the classname was changed from btn-primary to btn-.
Next. Go to theme settings > components > buttons > un-check/disable - Convert input submit to button element, then save. Clear cache. Check the login button inside an incognito window. The login button now has a blue background but it is 100% width. I do not want it to be 100% width.
Next. Go to theme settings > components > buttons > This time check/enable - Convert input submit to button element, then save.
Clear cache. Check the login button inside an incognito window. The button is normal width like it used to be. And the button class is correct .btn-primary
Export this configuration. Done
@Christian DeLoach. How do you manually update the subtheme's scheme file?
Does disabling - Convert input submit to button element. Pose any unwanted side effect? Doing this changes the markup from button data-drupal-selector to input data-drupal-selector. And also add the class .form-control. I was think to either not disabling that, then use JavaScript to add the class .btn-primary to edit-submit. Or disabling it and use JavaScript to remove the class .form-control
#7 This fixed it for me but the button is full width now? The problem, the added .form-control class to the button adds the style - width: 100%;
@larowlan. I am using a custom theme based off of Bootstrap Barrio 5.5.9. I switched to the olivero theme, and the error is still there.
leisurman β created an issue.
leisurman β created an issue.
leisurman β created an issue.
leisurman β created an issue.
Add to Cal is encoding Windows-1252 and converting %22 to " Character
@azinck: Yes I am, it may not be exactly what you found. I created a new issue here π¬ Microsoft Teams Meeting URL links are broken Active . A normal URL link displays correct in the .ics file. But links followed by a query or ID hash are modified, and the URL link is then broken.
leisurman β created an issue. See original summary β .
I am using Drupal core 9.5.3 and Add to Cal 8.x-2.0-beta4
#2 patch could not be applied. This file is no loner there. /src/Plugin/AddToCal/Type/Generic.php
For anyone else having this Daylight savings time 1 hour ahead issue in Outlook. I am using Drupal core 9.4.8, Add to cal 8.x-2.0-beta4. The ics file imports into Outlook 1 hour ahead of time. I tried the patch #2, and composer could not apply it. Then I installed sabre/vobject
composer require sabre/vobject "^4.0"
The time offset was not correct at first. I did something else and I don't remember what I did and the time offset is correct now.