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.
The Favicon on my site, HousePouch.com, is pointing to an old domain, dev.housepouch.com, which does not exist anymore. I cannot seem to change the shortcut link in the header of the site... I have tried multiple methods of fixing this:
- Adding preprocess code to the template.php and creating a custom module
- Changing the options in the theme settings page
- Disabling the shortcut options in the theme setting page
- Clearing cache, running cron
- Clearing browser cache
- Updating the theme (bootstrap)
I have a Drupal 8 website with default search bar in my homepage. I have installed the Search Autocomplete extension to extend its functionality. Everything works great except it does not suggest taxonomy terms.
The default search block, does not search taxonomies, but search for the content which belongs to that taxonomy. Let me show you an example:
HI I have succesfully installed the SASS bootstrap subtheme. However the mobile menu does not work on click. And maintains closed.
I have been looking through the documentation and issues:
I am trying to access the uri of an mp3 with the field name field_audio_file so as to embed it in a source tag for an audio tag.
I have used kint to find what array the uri exists in which I think is content._field_layout.content.field_audio_file in #file.uri though I am not sure how to access arrays with a #.
Can anyone give me any suggestions?