Account created on 19 November 2013, over 10 years ago
#

Recent comments

πŸ‡¦πŸ‡ΊAustralia Ryanm81

I think you need to provide more information, however:

1. Have you checked your error logs to see what the repeating error/s are via Drupal reports or via your server's error logs?

2. Do you use any access modules to restrict access, if so, have you rebuilt the permissions?

I've had this happen before too, and it was a view or block - particularly if you use layout builder, throwing out an error which only made the site unusable to anonymous users. So definitely check error logs and post back.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

This is still happening in Drupal 10.1, at least for taxonomy term fields/views.

I must be missing something, but surely by design when you remove a field from a taxonomy/content type it should not then remove views associated with not just that field, but the entire term/content type? If so, is there some sort of recommended way to remove unused fields to preserve keeping any associated views in place?

πŸ‡¦πŸ‡ΊAustralia Ryanm81

If it helps, to get the View back after breaking if you are getting the WSOD, you can just use the 'duplicate view' button to make a duplicate.

Ofcourse you'll have to reassign the new view to existing blocks etc., but if you had some complex views you didn't want to start over from scratch like I did, this will help.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

Thanks @shailja179 that did the job.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

This same issue now seems to be happening with Drupal 10.1. Upon reverting the layout back to default for a node, it strips all the fields of that node too.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

My apologies mate, I had not checked the 'Vanilla Slick' checkbox in the 'Slick Carousel' main view format. All good.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

Thanks @gausarts. This works for images where there is the option to set their field display to 'Slick image'.

However, what if there are no images in the slideshow? Other fields types do not have the option for this.

I tried setting the main view display for these to 'Slick Carousel' but it does not work with text, custom text fields etc. I even tried including an image field set to 'Slick image' and rewriting the output of this with the other custom fields I needed, to no avail.

I am just confused why the main 'Slick Carousel' view is there? It does not seem to work as in Drupal 7 where you set the main view display to 'Slick Carousel' and then include whatever fields you want to display in each slide.

πŸ‡¦πŸ‡ΊAustralia Ryanm81

I am having the same issue for Drupal 10.1.

I can remove both the JS and CSS by using the following in my custom theme's .info file fine:

libraries-override:
ckeditor_accordion/accordion.frontend: false

However I don't want to remove the JS, only the CSS, and have tried many combinations to get this to work without success. From my knowledge this below should work but it doesn't:

libraries-override:
ckeditor_accordion/accordion.frontend:
css:
theme:
css/accordion.frontend.css: false

The fact the first option removes both the JS and CSS suggests it is not a problem with base url or path, am I missing some syntax or something?

Production build 0.69.0 2024