Hello, I wanted to uninstall the Views Bootstrap module and I have done so successfully.
However, when I look at my list of modules, I can still see it in the list. Therefore, I tried to uninstall again, but I am unable to uninstall it a second time as it is not in the "Uninstall" list of modules.
When I try to install the module again, it says that the module is already installed. What should I do?
I'm following some tutorials on Drupal and sometimes it says to turn off certain modules. For instance, here I have to turn off the "Comment" module, which is in the "Core" section of Drupal. However, I am unable to turn it off. For some reason, I cannot modify any of my "Core" modules (it shows up in light gray and I'm unable to select or unselect them). Any reason why?
You should never modify any theme or sub-theme that is packaged and released from Drupal.org, such as Drupal Bootstrap. If you do, all changes you have made will be lost once that theme is updated. Instead, you should create a sub-theme from one of the provided starterkits (this is considered a best practice). Once you've done that, you can override CSS, templates, and theme processing.