Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I tried searching where to place the auto ads script that works with machine learning.(new feature from google). So I can delete that ugly box on the right side bar.
But I couldn't find the answear! can somebody point me to the right file for the frontpage (I use adaptive theme).
I am relatively new to Drupal. I Had 8.4.x in the beginning and updated to 8.4.4. But now I get following error message, when I try to check for updates:
"Warning: Invalid argument supplied for foreach() in template_preprocess_update_report() (line 44 of core/modules/update/update.report.inc). "
template_preprocess_update_report(Array, 'update_report', Array) (Line: 287)
[...and more ...]
Can anybody give me a hint, what to do to fix that?
I’m using Drupal 8 (latest version) on a just installed Lightning site.
I can’t remember where this setting is, but I’ve got menus with submenus. Although I’ve set them to automatically expand if they have submenus, it’s not happening. It’s been some time, but I seem to remember that there’s a setting somewhere that needs to be altered to allow this to happen below level 1 menus.
Can someone help me to find this? I can’t think of any other reason why my submenus don’t automatically expand to show subitems.
As part of the original website, there was a php file that did a database query and displayed the results. I executed it from a simple HTML link, i.e. <a href="MyPhpQuery.php">List by title of the composition</a>.
When I run that same .php file from a link in a page within the new D8 site, I just get a white screen and nothing gets displayed.
I have made two versions of a view, one with three columns of content for desktop view as well as one with a single column for mobile. I'm at this point at a loss however as to how this can be achieved. Is it even possible to have a view respond this way? Or do I need to build a different mobile menu or some other work around to be directed to the mobile version specifically?