Responsive Image in .region-header, .site.branding

I have a clean install D8.8.1 and my logo.svg set up.  Testing shows that it is indeed responsive.  The concern is it is too large on laptops and computers.  So much so it fills the screen 100%.   

I found the CSS but it set minimum size but not a maximum size.   There are 594 rules in there.  I do not want to break anything.  I am basically a small business owner and I do this in part to advertise but also as a hobby.    
 

sites/default/files/css/css_4Vy8HpgGo-omlAsLnB7Cfa19DMDJnFyuJqBqsNQqX2c.css

The website is Hancockglen.com 

Use item on multiple pages

I have a drupal site that has a list of clubs that show emails.

Some clubs have emails and some don't, is there a way to carry an email address from the club page to the Contact Form.

Thanks

Drupal 8.8.1

Using taxonomy exposed view filters ends in MySQL can only use 61 tables in a join

Scenario

Site building:

  • Taxonomy: Vocabulary 'Countries' (around 300 terms, one for each country).
  • Content type Office: with a taxonomy reference field to Countries, so you can tag an office with a country.
  • View: showing Offices with an exposed filter on Countries taxonomy.

Front:

  • In the view's page, you filter by 100 countries to get the Offices in that countries.

Result:

Programmatically write contents in a file and download the file as pdf.

Hi,

I have to merge contents from few nodes and write them in a file. I have to then download the file as pdf. Everything needs to be done programmatically. 

I have searched for examples to help me with it, but have not found any helpful ones.

Could you please let me know how to write the contents in a file and then let a user to download the file as pdf?

Thanks,

Programmatically write contents in a file and download the file as pdf.

Hi,

I have to merge contents from few nodes and write them in a file. I have to then download the file as pdf. Everything needs to be done programmatically. 

I have searched for examples to help me with it, but have not found any helpful ones.

Could you please let me know how to write the contents in a file and then let a user to download the file as pdf?

Thanks,

Migrate MD5 password to drupal hashed password using custom migration module

I have a website in core php with 'users' table that contains simple md5 encrypted password. I want to migrate those password and convert them into drupal hash password.
For e.g. md5 pass: 89fc9bf09b4025ce28c67cb33146d61a
and after migration password will be stored like this: $S$EIMxgxYxwUxrj.uWOr9c4WSQiCvOzASdJUBhVfg8Fsa8zHitUUtq

I tried below code in .yml but thats not convert the encrypted password to drupal hash

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x