This forum is for assistance with theme development.

Favicon Pointing to Old URL

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)

Drupal 8 - Add taxonomy terms to search autocomplete

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:

Example

Image

How to fix the mobile menu dropdown in Bootstrap 3 Drupal 8 sass subtheme.

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:

https://www.drupal.org/node/1893532#comment-8876499

I do not understand the way to fix with the Drupal 8 theme. Can someone help me in a direction?
Thanks in advance!

How to access file URI via TWIG template for audio source

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?

Drupal 8 How to add JS, CSS to Admin Panel pages

Hello, how to add JS, CSS (libraries) to admin panel, on pages ?

I don find any opportunities to do this

Remove novalidate attribute from webform for client side validation

I have installed webform and client side validation extensions on my drupal project. The problem is in the webform's form element novalidate attribute is appearing, which cancels the client side validation.

Form HTML

In webform general settings I have unchecked the disable client side validation:

Pages

Subscribe with RSS Subscribe to RSS - Theme development