Hello,
I installed the theme and saw the bug at mentioned page and after applying the latest MR, couldn't able to reinstall the theme as it is says "The website encountered an unexpected error. Please try again later." So, changing the status back.
Hello,
I saw the mismatched close button on the homepage, I applied the latest MR and after reinstalling the theme, it was looking fine and more aligned with theme.
I moving it to "Needs Work" since the bug is still there even after applying the latest MR.
Adding screenshot for reference.
Hello,
I was able to reproduce the bug and after applying the latest MR, the color of slogan is still the same as of body.
Hello @alok_singh
I successfully applied the latest MR and reinstalled the theme but it still shows me the old twitter logo.
Hello @dharmeshbarot
Here's the screenshot of the errors.
Hello,
I manage to replicate the bug and after applying the latest MR and reinstalling the theme. It looks fine.
Steps to replicate:
1. Install theme
2. At the bottom of Homepage, click on "Contact".
Hello, I checked the spacing issue and code as well, its working fine for me after applying the latest MR.
Hello,
I have applied the latest MR, checked the the changes for Button added to user form 'action' instead of 'actions' and the function hook_form_BASE_FORM_ID_alter, It seems to be fine and doesn't raises any errors.
Hello,
I was able to reproduce the errors and applied latest MR, most of errors are fixed in all the files but there are still some errors in 'rest_translation.module' file.
Hello,
I was able to reproduce the errors with given command
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/partial_page_print
and the given patch #2 fixes all the errors.
Hello, when I installed the theme there was nothing on the header bar and after applying the patch I got the Home and Search bar only, with that Search bar being above the Home and wasn't aligned right. So, I removed the Search Bar and added some menus from side, I could see the menu links are aligned and centred.
Screenshots for reference.
I Hello, I reviewed the patch #2
by running
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig achievements /
was able to reproduce the errors and after applying patch It does resolve all the issues with t() but there are still a lot of errors apart from t().
Hello, I reviewed the patch #4
by running
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig layout_builder_iframe_modal/
was able to reproduce the errors and after applying patch I was getting 1 error only and few warnings.
FILE: ...Documents/drupal10/modules/contrib/layout_builder_iframe_modal/PATCHES.txt
--------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
--------------------------------------------------------------------------------
1 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
5 | ERROR | [x] Expected 1 newline at end of file; 3 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: ...s/contrib/layout_builder_iframe_modal/layout_builder_iframe_modal.info.yml
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by
| | drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by
| | drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by
| | drupal.org packaging automatically
--------------------------------------------------------------------------------
Time: 133ms; Memory: 12MB
Hello, I Installed the theme and checked the login page.
The Username and Password is aligned but the Login button is of same length as those input boxes, I'm not sure if the button should be like that.
Here's a screenshot for reference.
Hello, I tested on my local(D10.1.6) its working fine.
Steps to reproduce:
-----------------
Create a menu link under Menu (e.g: Footer, Main navigation etc).
Clone the link and save
Getting website encountered an unexpected error.
By Running
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig /var/www/html/VB/drupal-10.1.0/modules/contrib/webform_simplenews_handler-2.0.1
was able to reproduce error in D10.1 and MR request fixes the error.