mahtab_alam → created an issue.
I am also facing same issue with one view mode and one content type.
Yes commenting the hook_preprocess_node__recipes has fixed the issue. But i need this hook to pass some variables.
Is there any way to fix this with the same hook
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
I have navigated to above url but dont see any issue
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → created an issue.
https://www.drupal.org/project/simplytest/issues/3405187 →
This bug is already reported related to installing 8.x any version
There is a patch to fix but its on needs review state
We are good to close this as this works as expected
https://github.com/jackmoore/colorbox
Download this library and upload to web/libraries folder
Make sure the folder name should be colorbox
This issue happens with all modules and drupal core for 8.x version.
Created MR for the same.
mahtab_alam → made their first commit to this issue’s fork.
I have installed this module on my local setup.
Its working as expected.
I am able to navigate to config form
I checked the text of tab has been changed from View Modes Settings
to Manage view modes
try clearing the cache.
after that navigate to http://yoursite/update.php
Run the database update
composer require dynamicweb/swiffy-slider
mahtab_alam → created an issue.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → created an issue.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → created an issue.
https://git.drupalcode.org/project/block_class/-/merge_requests/30
Please review this MR 30
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
Patch looks good
mahtab_alam → made their first commit to this issue’s fork.
Looks good
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → created an issue.
mahtab_alam → made their first commit to this issue’s fork.
I have tried installing the amp theme with drupal 9.5.8 with additional module and site runs well.
The address module must be installed with composer.
If you directly add the module it will throw error.
mahtab_alam → made their first commit to this issue’s fork.
mahtab_alam → made their first commit to this issue’s fork.
I have tried installing unami demo and it works well.
attached the screenshot for reference.
I can confirm that above module is showing on the autocomplete dropdown
I checked out to this branch.
I have the recipes folder now when i am trying to applying recipes it says the dependent modules not found.
Is there any way to install the modules from recipes/composer.json file.
I tried going running composer install from the recipes directory but failed with an errorr.
I needed to manually run all the composer require things to install the dependent module.
I was getting the same error, rebuilding the cache drush cache-rebuild worked for me.
Clear the cache and error will be gone
We can also add
lazy: true to gin_toolbar.services.yml
Yes it seems now we are not getting the issue with the latest solution.
We can generate proxy class using this script
php core/scripts/generate-proxy-class.php 'Drupal\gin_toolbar\Menu\GinToolbarActiveTrail' "modules/contrib/gin_toolbar/src"
mahtab_alam → created an issue.
#4 MR fixed the issue for gin toolbar module on drupal 10.2.x
/**
* Implements hook_form_menu_link_content_form_alter().
*/
function my_module_form_menu_link_content_form_alter(&$form, FormStateInterface $form_state, $form_id) {
$form['link']['widget'][0]['uri']['#description']['#items'][] = t('This is my help text.');
}
Try this i was able to add the help text on links fields.
This will add one more line of help text and keep what is already present
Can you try with paragraphs inside a paragraph scenario.
You can also try using layout builder + paragraph approach.
Also this solution does not work when we work with layout builder when we add a block on that. this function is not getting called
mahtab_alam → created an issue.