Can't remove default CSS and JS

I'm making a return to Drupal after nearly a decade away, and a lot has changed from a theming perspective. I'm running into an issue where a CSS file, views.module.css, from the base theme is propagating into my theme despite setting "system/base:" to false in the info.yml file.

Any ideas on why this is occuring?

CSS Files Being Loaded on Any Page:

Unable to create a block with the mailchimp code

Hello,

I got the embedded form code from mailchimp.

Structure > add custom block > FULL HTML > pasted the below code. Once I click add block, it refreshes the page without adding the block. I was able to create a simple text or html code block without any issues. For some reason, system does not allow me to create a block with the mailchimp code. Recent log and status reports looks good. I have another site. I was able to create a block with the similar code. I am not sure why I am not able to create a mailchimp block on this site. Please advise. 

Module D7 to D8 upgrade (String Overrides)

Hi community,

I'm a student at HoGent studying applied informatics.

For an assignment we have to upgrade a D7 module to D8.

I choose for the module called "string overrides" its a small module to convert strings in an easy way.

I don't have lots of drupal experience but i am willing to learn.

Does anyone have some links or "tips &tricks" to succesfully upgrade this module, or is willing to help on this?

Kind regards,

Alex pieters

Drupal Cache: When $allow_invalid=TRUE is used in get and getMultiple?

Hi all,

I am working on the migration of a dedicated cache implementation module from D7 to D8/9 and I haven’t found yet use cases for $allow_invalid=TRUE when we fetch a value from the caches (when an entry has been deleted, it seems logical to receive a FALSE as answer). And as this parameter is in the API, I suppose that it is used, but when?

If someone could give me some information about the use cases for $allow_invalid=TRUE, it would be really helpful in order to finish this migration :)

Best

RFP Yukon government is looking for vendors for digital service development

The Government of Yukon's eServices for Citizens unit leads the government's digital transformation in public service delivery. We build, maintain and support digital platforms, standards, design systems and more. We partner with departments to deliver faster, simpler and better digital services for citizens.

How to write a javascript program in D8 block

Hello, 

<!DOCTYPE html>
<html>
<body>

<h2>What Can JavaScript Do?</h2>

<p id="demo">JavaScript can change HTML content.</p>

<button type="button" onclick='document.getElementById("demo").innerHTML = "Hello JavaScript!"'>Click Me!</button>

</body>
</html>

How to create a block in D8 using the a above code?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x