I have fixed the issue please test and review
Before
After
saurav-drupal-dev → created an issue.
I have fixed the alignment issue please test and review
Before
After
saurav-drupal-dev → changed the visibility of the branch 3495089-content-preview-popup to hidden.
saurav-drupal-dev → changed the visibility of the branch 3495089-preview-popup-button-alignment-fix to hidden.
saurav-drupal-dev → created an issue.
I have only changed "Install and set as Default" icon because set as default has already checkmark icon for it so its better changing only needed one. please review and let me know if there is any changes needed.
saurav-drupal-dev → changed the visibility of the branch 3318529-install-and-default-icon-update to active.
saurav-drupal-dev → changed the visibility of the branch 3318529-install-and-default-icon-update to hidden.
saurav-drupal-dev → made their first commit to this issue’s fork.
please add steps to reproduce
Unable to reproduce the issue
Reviewed the MR RTBC+1
I tried to replicate the issue but didn't found it. this might be fixed or m i missing something here?
@giannis makantasis the css should come inside toolbar file because we cannot access dropdown without the admin toolbar. but i am unable to reproduce the issue.
Hi i have tested the MR from #47 its working fine for me.
step followed --
1. enable date module
2. added date range field to any content type
3. create node using that content type
4. fill all field only leave the date one empty
Result--
the node saves fine without form validation error.
MR worked for me RTBC+1
unable to reproduce the issue.
anyone has any suggestion on it?
I have updated the robot txt file please review.
Working
RTBC +1
Issue is Fixed.
i have fixed the issue mentioned @djsagar
before
after
The issue is still not fixed for me i had to manually check the 'Show add more button' then the add more button
is appearing.
the issue was still reproducible for me created MR for it.
Before Fix
After Fix
saurav-drupal-dev → made their first commit to this issue’s fork.
Hi @bnjmnm
the issue you mentioned i am unable to reproduce let me know if i am missing something.
step i followed --
1.go to taxonomy
2.click on any list term
3.add 3 terms used one of them to nest inside one term.
The issue is fixed using suggested resolution.
.dropbutton-action a {
display: flex
align-items: center;
padding: 0 0.5625rem;
-webkit-text-decoration: none;
text-decoration: none;
color: var(--dropbutton--text-color);
font-weight: 600;
height: auto;
margin: 2px;
}
saurav-drupal-dev → made their first commit to this issue’s fork.
I have tested the issue its fixed RTBC+ also pipeline lint issue is fixed as well.
saurav-drupal-dev → made their first commit to this issue’s fork.
please add more details so i can understand clearly and update the step to reproduce (if any).
please correct me if i am on wrong direction as far i understood to fix the alignment how about using padding or transparent border to align it in middle.
please correct me if i am on wrong direction as far i understood to fix the alignment how about using padding or transparent border to align it in middle.
Created MR frpm comment #9
saurav-drupal-dev → made their first commit to this issue’s fork.
unable to reproduce the issue please update IS and Step to reproduce.
unable to reproduce.
step followed --
- Install gin 8.x-3.0-rc14, set as admin theme
- Attach an ajax callback to e.g. the node form "Preview" button
- Observe that no progress indicator is visible:
loader is visible to me.
saurav-drupal-dev → made their first commit to this issue’s fork.
@mherchel this will not affect other css because i have used media query for that so i will only apply 100% when the device goto smaller devices where we are using with 100%
saurav-drupal-dev → made their first commit to this issue’s fork.
You're right that using H2 tags for the Main Menu and Breadcrumbs could have SEO implications, as it may disrupt the heading hierarchy of the page.
The H2 tags are likely coming from the theme's default Twig template for these elements. To fix this, you can override the menu.html.twig
or breadcrumb.html.twig
file in your theme:
{# menu--main.html.twig #}
<nav class="menu">
<ul>
{% for item in items %}
<li>{{ item.title }}</li>
{% endfor %}
</ul>
</nav>
This change ensures proper semantic structure while maintaining accessibility. Don't forget to clear the cache after applying the changes!
Let me know if you'd like further assistance with testing or creating a patch."
Hi,
I have created MR from comment #14 patch for 11.x version.
saurav-drupal-dev → made their first commit to this issue’s fork.
Create MR from patch 312636-9.patch
saurav-drupal-dev → made their first commit to this issue’s fork.
Hi @jayemel i have gone through the code structure of claro theme found out these classes are already using some unique selectors like card is getting used with hypens also if we are creating custom theme we can keep different classes because we have easy control there instead of changing in core themes template and style files. let me know if you have any other ideas.
I have started working on this issue updating claro theme classes according to BEM Classes.
saurav-drupal-dev → made their first commit to this issue’s fork.
for me i am unable to find the sidebar region in block layout
create MR for button fix.
step followed--
- For example, using the Admin content view (/admin/content)
- Edit the Admin content view (/admin/structure/views/view/content)
- Set Exposed form style to Input required
- Set Use AJAX to Yes
- Save the view
- Navigate to Admin content view (/admin/content)
- Input a value in the Title filter that produces a result, and see the grey background on Operations links
Before
After
saurav-drupal-dev → made their first commit to this issue’s fork.
tried creating MR form comment 16 patch but after creating new branch i am unable to fetch it correctly stuck in between
created MR from comment #3 patch still need to update issue summary and steps to reproduce. so i can test the issue and i have added template for it.
saurav-drupal-dev → made their first commit to this issue’s fork.
tried with logged in logged out but unable to reproduce please add more info on how to reproduce.
Added MR for the 11.x version from #27 patch
saurav-drupal-dev → made their first commit to this issue’s fork.
please add more info on the ticket
how about keeping the box shadow and decrease the height or padding to match the alignment? @all
unable to reproduce the issue please check the attachment.
Steps followed
Create a content type with a mandatory media field
Create a new item of content of this type but fail to add a media item.
Click on save and see that the error is reported at the top but that the field is not highlighted in a red border with red label text as other field types.
unable to reproduce the issue please add more info
please add steps to reproduce
Hi ,
i have added style to the footer after adding blocks to the footer regions MR was not possible for me this to so created patch
Before
After
unable to fork any idea ?
i have installed it on 10.x and didn't see any incompatible msg please share more step to reproduce the issue
The issue is not reproducible i am getting only one menu. please add step to reproduce.
I have created MR with the fix for both themes please review.
Before
After
saurav-drupal-dev → made their first commit to this issue’s fork.
please add steps to reproduce how can i test it and where?
i think the issue is fixed checked on 11.x tried applying MR but didn't see any difference this might be fixed already.
Before
unable to push so created patch for D11 please review
unable to reproduce due to missing steps. tried patch applied successfully not tested yet.
Unable to apply patch is skipping
i have added patch fix for the header. the branch is not fetching.
i have also found this all block placement is in wrong place i am trying to make it like olivero block layout please let me know if u any have any suggestions.
added the patch file. i am unable to push the changes due to some push error.