Hide Navbar Brand text in Barrio theme

Hi guys,

Playing around with the Barrio Bootstrap 4 theme. I'm trying to hide the text associated with navbar-brand.

.navbar-brand {
    display: none;
} 

That hides the logo and the text. How can I hide just the text? I don't see anything in the _page.html.twig that helps?

How to handle error using register_shutdown_function()

a(); //how to handle this undefined function call error.

register_shutdown_function('handleFatalPhpError');

function handleFatalPhpError(){
$last_error = error_get_last();
if($last_error['type'] == E_ERROR ){
echo "Can do custom output or logging";
}
}

what to do when multiple contributors created D8 port of the same module?

Hi,

I'm the maintainer of the Dynamic Banner module.
Right now I have two contributors who ported D7 version of the module to D8.
I'm not sure which copy to accept.  Are there any guidelines available?

What would be the most appropriate way to handle this?

Thank you.

File download tracker

I created a generic file field for a custom content type. I now want to count the number of times the file has been downloaded  and display this count number along with user information in a view. How do I go about doing that. Are there any modules available to track the files being downloaded for Drupal 8 ?

Entity Reference View - Field Selection

Running version 8.7.3

I have been trying, unsuccessfully to get an entity reference field to refer to a target field OTHER than the node's title (Short Name).

I created a view containing both a Page View and an Entity Reference View that correctly displays the field Short Name as their output as shown by the preview.

I configured this view in the Lender field settings where I want the lender's Short Name to appear in the autocomplete lookup rather than the title, but no matter what I do, the field continues to do a lookup on the note title.

Using ESLint for JavaScript

Hi,

The coding standards documentation states that the configuration files for ESLint ships with Drupal8 core. How should I use ESLint for debugging my JavaScript code? I use sublime text editor.

I am developing custom modules for the first time and help is appreciated.

Thanks,

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x