@akshay kashyap
According to accessibility, we should not remove outline.
so use try to solution with outline-offset: -1px; instead outline:0;
yes,
I followed all steps as -
1. Install Drupal 11.3.1
2. Install simple_sitemap 4.2.3
3. Observe errors in logs
and this did not reproduce for me.
@dhruv.mittal ,
I try again and did not find issue again.
I checked out MR !32 and found an issue with tab navigation for non-active tabs. During tab navigation, all tabs should be focusable, including those that are not currently active.
I have tested MR!49 and it is working and resolving issue of this ticket.
I did not find the issue in new installation of D11.3
So may be issue generated during migration.
@smustgrave ,
Thank you for commenting, I try again and find the 'Page not found' message now.
The MR changes working as accepted.
Thank you again :)
The patch didn't worked for me.
But i find another solution as we can add wrapping type divider in Text Formatter.
@sourav_paul
The phone number standard length is 10 digits.
ravi kant ā made their first commit to this issueās fork.
The issue occurs with all countries that have a three-digit country code.
The module is currently working as expected, with a few known bugs under active tracking, and is expected to be released as a stable version.
@sergiuteaca,
I couldnāt identify the issue on my end.
Could you please provide more detailed steps to reproduce it?
@divyansh.gupta
The original issue of this ticket has fixed,
But I noticed new issue of validation. The default number is allowing alphabet number also.
Crated PR according the patch but branch 1.0.x need to update first because the default branch 1.0.x does does not have theme code so it is empty with a readme file.
ravi kant ā made their first commit to this issueās fork.
@chaitanyadessai
This did not worked for me.
I am getting email if user is blocked.
May be get help from README file.
https://git.drupalcode.org/project/bootstrap_ui/-/blob/1.0.x/README.md?r...
The issue did not solved for me in Drupal 11.3
Getting same issue,
i am checking in Drupal 11.3 and Olivero theme.
@maxilein
i try the version 2.0.0 and it is working as designed in Drupal 11.3.0.
But you can choose latest version according Drupal version of websites.
I have confirmed in 11.3,
The module is working as designed,
ravi kant ā made their first commit to this issueās fork.
Did not find this issue. It is working as designed.
@Ishani Patel,
Yes, I have already commented in "Proposed resolution" in ticket description.
The issue is not in theme. The issue may be due to your custom work.
According to initial issue of ticket and creation steps , I installed the 8.0.0-rc1 theme version in Drupal 10.5.5 and it is working for me on click on dropdown icon.
I have fixed the issue of icon by renaming existing icon and updated the PR.
ravi kant ā made their first commit to this issueās fork.
I have setup a new Project in Drupal 10.5.5 and try to create this issue but did not get any broken issue.
This is not issue of TB Megamenu, the functionality also not working for default menu items so created a ticket in "Menu Per Role" module as - https://www.drupal.org/project/menu_per_role/issues/3563433 š Not working in Drupal 10.5.5 Active
The help me as i was new on this module.
The issue is not due to TB Megamenu styles.
The issue is due to Aspirations styles. When i move TB megamenu block in Highlighted region from "Primary menu" region, the TB mega menu styles worked.
I installed TB Megamenu with composer in Drupal 11.2 and added a block but did not find the error.
I am using olivero core theme.
May be issue with your theme.
The Classy theme has been removed from Drupal core, but it is still available as a contributed theme on Drupal.org ( https://www.drupal.org/project/classy ā ).
Developers can still install and use Classy as a base theme following standard Drupal theming practices.
This theme requires Classy as its base theme, you must install the contributed Classy theme for it to work.
I did not find this issue in latest Drupal 10.5.5.
I have installed the theme with composer and enabled successfully.
ravi kant ā made their first commit to this issueās fork.
The is resolved when i installed 'mercury' theme again using composer.
ravi kant ā made their first commit to this issueās fork.
Hi ricmayak1,
Initial steps to improve page loading speed -
- Remove unused CSS & JS inherited from the base theme
- Merge, minify & lazy-load your subtheme assets
- Avoid unnecessary attach_library() in Twig templates
- Use Drupal's lazy asset loading features
- Advanced Aggregation (AdvAgg) module
Message "The website encountered an unexpected error. Try again later." is not actual error message.
Add $config['system.logging']['error_level'] = 'verbose'; in settings.php and clear cache.
Now refresh the page and check the error message.
Also share full message here.
Message "The website encountered an unexpected error. Try again later." is not actual error message.
Add $config['system.logging']['error_level'] = 'verbose'; in settings.php and clear cache.
Now refresh the page and check the error message.
Also share full message here.
The font may not available in your system. Also check url("../fonts/fa-solid-900.woff2") , Is it available or not.
The block token module is providing token /admin/config/content/formats.
and it is working as designed.
I am checking with MR !5.
The option is added but icons is not rendering for me.
Attaching screenshot of output in my system.
Hi floown,
The module is using CDN url of font-awesome icons library.
If you want add font-display: swap;, just download the font in your system and include it as -
@font-face {
font-family: "Font Awesome 6 Free";
src: url("../fonts/fa/fa-solid-900.woff2") format("woff2");
font-weight: 900;
font-display: swap;
}
The issue is exist and did not find the error in console.
ravi kant ā made their first commit to this issueās fork.
ravi kant ā made their first commit to this issueās fork.
ravi kant ā made their first commit to this issueās fork.
I did not find issue in Drupal 11.2.8 and webform 6.3.0-beta6 .
@garvitasakhrani,
Did not find README.md in PR.
@rKoller,
1 & 2: I try to add color options as suggested but these are active state colors so if it may fixt with issues 3.
I have fixed the issues as -
1. Fixed the text contrast issue and spacing issue.
2. Fixed the outline contrast issue.
3. Added the focus on tabs.
4. no need to add 'aria-modal'
ravi kant ā made their first commit to this issueās fork.