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.
Context:
Apache2.4
php 8.2
Drupal 10.1
Fully private site (without login you can acces only a few pages)
Many media files - All media files are stored in "private" folder
Some medias are "heavy files" (videos)
Small community, low trafic site.
on my Drupal 10 site and have encountered an issue with integrating it into my site. The module is installed and I can access its backend under 'Structure > TB Mega Menu', where I've successfully created a menu named 'main', which is intended to be the site's main navigation.
I have installed a SSL certificate on the server and now my entire Drupal site runs at HTTPS. I needed this for Drupal Commerce, some payment methods require HTTPS in order to work.
However I need also certain pages (or paths) to run at HTTP.
How can I accomplish this please?
Hello,
Under D9 I used the Language-Dropdown module for my multilingual site (3 languages: German, English,Italian). I had the Language icons plus name horizontally next to each other on the top-right, using user-specified css.
Now, under D10, my user css does not get applied, according to what I see when opening up development tools under my browser. The user css is EXACTLY the same for both versions. The lang_dropdown module is at version 8.x-2.1. This means that the 3 language icons/names get displayed vertically on the left-top of the page. I wonder what's wrong.