Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
My experience with Drupal 8 is limited and I am stumbling with something that I would have thought would have been fairly easy.
Anyway, here is the situation.
I have a 'product' content type. There are 3 fields in this content type to select a 'related product' with an content entity reference field.
Now I am trying to create a block view that pulls in and displays a title, image and path of those select products into the product page that they were selected to.
My issue is that I cannot seem to pull in the products that were selected in these fields.
I get this error : Notice: Undefined index: classes in template_preprocess_views_bootstrap_media_object() (line 160 of modules/contrib/views_bootstrap/views_bootstrap.theme.inc).
I have a content type FAQ with title, body and the name of the FAQ section. I collect all faqs with a view and group them by the section name. Now I want to give the faqs a consecutive number like shown below:
I'm making a calendar with tides or water levels for a diver website. I made this with drupal8 and the module calendar (devmode).
The information of the tides is imported with a csv file to nodes. Depending witch place you go, the water levels are different.
With taxonomy, i filter out the tides for the diveplace. The only problem i have is that you can select "all". I don't want that. The users must select a diveplace and may not be able to select all. The -all- selection must be hidden.