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.
I am working on a campground directory and trying to figure out a way to display the taxonomy icons and not the reference term.
I only need certain vocabulary to have icons, as I use taxonomy throughout the node. I've attached a screen shot. Most of the data on the right side, are taxonomy terms, so my users can search easier.
what i want to have icons, in the middle section of campground amenities. Any help would be awesome.
I am trying to generate a new field widget using the Drupal Console 1.9.4 running on a Drupal 8.7.10 core. I am adding a single field: field_ui:entity_reference:taxonomy_term to the widget and through the console it generates two files into my module.
I learnt that by going to /admin/config/development/configuration/single/export you can export YML file along with suggested file name. If you place this YML file in another install's [CUSTOM_THEME]/config/install folder with the suggested name, your block is placed in the desired region.
For some reason though all the blocks created by Views do not appear in /admin/config/development/configuration/single/export.
I tried to manually modify the files it generate to get the YML I needed, but it didn't work. Has anyone ever done it and is it even possible?
Is there a way to show the view results blank during the page load? I want the view results to be shown only when the user selects filter criteria and hit apply on the filter section. any clue on how this can be done?
I have a search page that has 2 columns created using view and exposed filters. For every filter criteria field, I want to add a tiny tool tip and when I hover over it, I want to see the tool tip. Any clue on how this can be done? Any modules available to support this? Thanks!