Account created on 1 February 2024, 10 months ago
#

Recent comments

I have created a custom module patch disabled_text_formats_18062024.patch by listing the disabled formats with enable links

Step 1 :

Step 2 :

Step 3:

Step 4:

checked with "drupal/field_group": "3.x-dev@dev" with 11.0-dev

before vertical fix

After vertical fix:

After horizontal fix :

Fixed with this patch claro_field_group_required_patch.diff

@alok_singh

checked with the version 8.x-1.0-alpha1

Before Fix :

After Fix :

Patch to fix : articles_05062024.patch

@alok_singh

checked with drupal 9 with "drupal/yg_medical": "2.0"

Before fix

After Fix

Here is the patch file to fix

content_03062024.patch

@alok_singh

checked the Site menu Broken by installing Drupal 8.9.20 with "drupal/yg_medical": "1.0.0-alpha1"

Before :

After fixing :

By providing the solution in file web\themes\contrib\yg_medical\css\style.css

#main-menu .dropdown ul {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 1;
}

/* Style the links inside the dropdown menu */
#main-menu .dropdown ul li a {
color: #333;
padding: 12px 16px;
text-decoration: none;
display: block;
}

/* Change color of dropdown links on hover */
#main-menu .dropdown ul li a:hover {
background-color: #ddd;
}

/* Show the dropdown menu on hover */
#main-menu .dropdown:hover ul {
display: block;
padding: 0;
}
#main-menu .dropdown:hover ul li{
list-style: none;
}

Hi @madelyncruz , I reviewed the steps

Steps to reproduce
1) Create an entity reference field.
2) Set the default limit to unlimited.
3) Set the cardinality limit to 1.
4) Go to the entity form.

Before :

Hi @alok_singh , I have checked for Pagination needs style.

Before :

nav.pager ul {
display: flex;
justify-content: center;
}
nav.pager ul li {
list-style-type: none;
}
nav.pager ul li {
margin-right: 10px;
}
nav.pager ul li a {
padding: 5px 12px;
border: 1px solid #00ca4c;
border-radius: 4px;
}

Hi @alok_singh , I checked for Footer title is not shown remove bullets, align

Before :

After applying this below css

.footer nav h2 {
display : block
}

.footer ul li {
list-style: none;
}

working fine .

Hi @Hamid.ali , I reviewed Twitter logo needs to be changed to the X

Before :

After applying the patch 3419943-10.patch

The twitter icon updated to

Hi @alok_singh have reviewed for On Mobile View, Add New comment - Subject input box going out.

Before in mobile view : -

After applying in mobile view : -
@media (max-width: 767px) {
.comment-comment-form .field--name-subject input {
width: 100%;
}
}

Its working fine.

I have checked with the Drupal 10.0.0 version it was not having the set default value check box but working fine.
Then checked with the Drupal 10.2.2

Before

Production build 0.71.5 2024