error

  • The page you requested does not exist. For your convenience, a search was performed using the query blog OR videos OR using OR image OR styles OR node OR display.
About searching

Search results

  1. Directing How Single Directory Components Directly Simplify Theming

    Using SDC … into molecules Which might be like, you know a link plus an image or something like that And then that those all … you just don't have to worry about. Like I know my styles or my script will be included whenever I include that …

  2. The Shadow DOM {Frontend.Darkside}

    … On this episode we cover how the Shadow DOM encapsulates styles and behavior, why it matters for Drupal theming, and … of changing the way a lot of people are building the web using reusable components.  And Andy has been on a project … within the browser's memory, linking that subtree to the node that you're attaching it to.  So it's almost like an …

  3. Sending an Article's Publish Date to Google Analytics

    … Tag Manager and the data layer First, you must be using  Google Tag Manager . Using tag manager is … if ($route_name !== 'entity.node.canonical') { return; } $node = … might be named differently, but it will look similar to the image below: Edit the tag …

  4. State of Iowa

    … to support iconography and featured content, expanded display options for headers and heroes, and, most … still be implemented efficiently across multiple sites using the same system. Using the system's available … Controlled style selections: Drop shadows (on/off), icon styles (fill or outline), button styles (fill or outline), …

  5. Ease of Updates, Compounded Peace of Mind

    … then our engineers, like, did a a project where they were using Playwright, which is owned by Microsoft. And, you … Blanda: Oh, absolutely. You should see the other demo videos before that demo video. Matt Kleve: … early like put fields on a node thing. So if you want an image on a node, you put in an image field. If you want a …

  6. Making the Most of Display Modes In Drupal

    … track . When viewing an album page, we only want the image and name of the artist to show up. However, when … thing for taxonomy terms, media, users, and comments. Using your new modes There are two easy ways to make use … at the bottom of an article. You didn't need two different styles, after all. In some cases, maybe you do need those …

  7. You Don't Have a PDF Problem, You Have a Workflow Problem

    … who has been working on the web since around the time “blog” became a word.  … Content hidden in a PDF is also hidden from simple search. Using CTRL+F on an HTML page won't find content in a PDF … Make sure your PDF text is machine-readable. Do not use image-only PDFs. Tag PDFs and add internal metadata. Add …

  8. What It Means to Shift Left on Accessibility and How to Do It Right

    … impact on accessibility. Key practices include: Using plain language: Write in a clear, straightforward … that create visual noise or vibration. Subtle patterns or images can add flair, but they shouldn’t compete with or … motion settings and pause/play controls for auto-playing videos or animations. Consistency: Keep visual …

  9. Microsites in Drupal

    … Swap the theme based on specific criteria Using a ThemeNegotiator , you can determine the active … to the front end via preprocessing. $variables['is_blog'] = … types that can be tied to a microsite: Blog posts and Videos. Each has an entity reference field named Product …

  10. CSS Features We’re Thankful For and CSS Features We Need

    … (like a diagonal ribbon of text) or things like scaling an image on hover. Until recently, though, it could get a bit … CodePen. You can learn more from the Chrome team's blog post , but this is a welcome change for anyone working … how LTR content should be read. You could accomplish this using non-logical properties: .content { …