Issue with Custom page with two forms and url parameters

Hi,

I have two forms displayed on a custom page. Both the forms are displayed in Blocks, like this:

https://imgur.com/a/CrOHgyM

After the submit button is clicked, each form adds a parameter to the url, so that it could be retrieved in the Controller code. Both forms are also redirected to the Custom page after submit.

How to write media queries in D8 site?

Hello, 

How to write media queries in D8 site?

I am using bootstrap subtheme.

Inside the css directory of the sub theme, I added the css file mediaq.css in the library.yml. I have two files there. 

I wrote the below code in media file. But I do not see the style in mobile screen. 

@media only screen and (max-width: 768px) {

.block {
     margin-top: 5px; 
     margin-bottom: 5px; 
}
.container-fluid.buyerform {
    margin-top: 0;
}
}

Am I doing it correct way?

Administration bar is covering my content

Hello all, I am making my first attempt at creating a website in Drupal.  I just got everything up and running locally and have installed a new theme I found on the Drupal website.  The navigation menu on this given theme is at the very top of the page.  Because of this, the administration bar is covering this content.  I am looking for some options to solve this issue.

Converting .info to .info.yml

I am trying to port a Drupal 7 theme to Drupal 8. I am in the process of changing the .info file to a .info.yml file, but am not sure what to do with some of the properties. 

My current .info.yml file looks like this (all I did was just convert the syntax). 

Composer update from 8.7.8 to 8.7.10 fails, causes 500 error

While updating Drupal via composer v1.9.1, I get the following error:

Updating drupal/core (8.7.8 => 8.7.10):     Update failed (Could not delete core: )
    Would you like to try reinstalling the package instead [yes]? y
  - Removing drupal/core (8.7.8)


  [RuntimeException]
  Could not delete core:

and when I navigate to my site, I get a 500 error.

Translating Superfish Small Screen Menu Title

Hello,

I still have the problem that - using "smallscreen" and an accordion menu for viewports of less than 560px - the menu-title does not get translated. My default language is German, but the site is multilingual (+ English and Italian). My menu title is "Menü" (u-Umlaut) in German and should be "Menu" in both the other languages. 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x