Account created on 13 April 2017, over 7 years ago
  • Sr. Drupal Developer at QED42 
#

Merge Requests

More

Recent comments

🇮🇳India mahtab_alam

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

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

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

🇮🇳India mahtab_alam

We are good to close this as this works as expected

🇮🇳India mahtab_alam

https://github.com/jackmoore/colorbox

Download this library and upload to web/libraries folder
Make sure the folder name should be colorbox

🇮🇳India mahtab_alam

This issue happens with all modules and drupal core for 8.x version.

🇮🇳India mahtab_alam

I have installed this module on my local setup.
Its working as expected.
I am able to navigate to config form

🇮🇳India mahtab_alam

I checked the text of tab has been changed from View Modes Settings

to Manage view modes

🇮🇳India mahtab_alam

try clearing the cache.
after that navigate to http://yoursite/update.php

Run the database update

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

mahtab_alam made their first commit to this issue’s fork.

🇮🇳India mahtab_alam

I have tried installing the amp theme with drupal 9.5.8 with additional module and site runs well.

🇮🇳India mahtab_alam

The address module must be installed with composer.
If you directly add the module it will throw error.

🇮🇳India mahtab_alam

I have tried installing unami demo and it works well.
attached the screenshot for reference.

🇮🇳India mahtab_alam

I can confirm that above module is showing on the autocomplete dropdown

🇮🇳India mahtab_alam

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.

🇮🇳India mahtab_alam

I was getting the same error, rebuilding the cache drush cache-rebuild worked for me.

🇮🇳India mahtab_alam

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"

🇮🇳India mahtab_alam
/**
 * 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

🇮🇳India mahtab_alam

Can you try with paragraphs inside a paragraph scenario.
You can also try using layout builder + paragraph approach.

🇮🇳India mahtab_alam

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

Production build 0.71.5 2024