Drupal is up and running but how do I ...?

Changing the appearance of the webform results table

Using the Bootstrap Barrio theme, created a custom subtheme. Made a really lengthy webform with really lengthy results' table. Even in the specific (counting distinct values) view this table exceeds the theme's boundaries, causing shenanigans in its appearance. How can I:

  1. Either change the theme appearance that its coloring should extend to the right, 'til the table ends;
  2. Or wrap the results' table itself into a div with internal scrolling possibilities.

APache Solr server becomes unavailable after adding security.json

Setup

  • Solr version: 9.5.0
  • Drupal Core version: 9.5.11
  • Search API version: 8.x-1.30
  • Search API Solr version: 4.3.1
  • Configured Solr Connector: Standard

Issue

Everything worked fine until I added a security.json to the solr home directory.

I have started using about 2 weeks now. After reading enough documentation, I had everything set up and a server that was reachable.
I have installed the Apache Solr Server on my Centos server. 

Change font in a view or block

I am trying to change the font size of the teaser box. please see the screenshot at this link: screenshot

I did inspect the item and found the code to be

.node--view-mode-mt-teaser-tile .node__title { font-size: 12px; line-height: 1.2;

I added the codes above to the local-theme.css at \themes\custom\baseplus\css\theme\ also in the local-fonts.css

It is not working for me. Can someone please send me the correct code to change that specific font size.

error message

Everytime I try to go to my page or the login page I get the error message "The website encountered an unexpected error. Please try again later.".

This is the error the website is getting

mod_fcgid: stderr: PDOException: SQLSTATE[HY000]: General error: 1193 Unknown system variable 'tx_isolation' in /home/.../drupal/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php on line 79 #0 /home....drupal/core/modules/mysql/src/Driver/Database/mysql/Connection.php(243): PDO->exec()

Darshan Hiranandani - How enhance the sorting functionality of a views table to accommodate multiple criteria chosen by the user

Hi, I'm Darshan Hiranandani, I've formatted nodes into a table view with columns containing numbers, taxonomy terms, and short texts. Currently, users can only sort the table based on one selected column in the views settings. However, I'd like to enable users to sort the table according to multiple criteria, such as taxonomy terms followed by a column containing numbers. Is this feasible, and if so, how can I implement it? Thank you!

Replace taxonomy term name with an icon in a view

I am working on a site that list parking facilities. They each have some combination of services:

  • Public
  • Contract
  • Accessible
  • EV Charger

I have a view creating a table of all the facilities with 4 columns:

Pages

Subscribe with RSS Subscribe to RSS - Post installation