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.
There is a content type called Article. Among other fields it has a Title, Image field and a body (with summary). The title, image, and summary are used in views to show latest articles. When you go to view the article, the image is above the article with a lot of white space to the right. I would like the body text to flow around the image.
If I am not mistaken the current way to create two or more aliases to a node would be the Redirect module.
But let's say that you wouldn't need a redirect at all (nothing was deleted), you just want more than one alias because you think it might help some search engines to better present the webpage to their customers (searcherers), would you do that and if so how?
After upgrading Drupal Core and modules, views slideshow module stop working with js aggregation on.
The js errors on browser's console are difficult to understand, because js files are integrated, so I have no idea what code initiate the issue and how to debug them.
Any ideas?
[Solved]
Switching JS Aggregation on and off, looking for keyword of error in source files helped to solve issues.
We have developed a custom module for a content type in which we are rendering a custom block, this custom block randomly disappears and re-appears only when we clear cache or make any minor changes to the db like publishing a content. This is a intermittent issue and is only present in our production environment. We are not sure what is causing this issue, any suggestions would be helpful.
Site is currently on Drupal 10.1.6 and it is hosted on AWS.
We have a small municipal website, structured in Drupal 9's Content Management System by volunteer members of the Town’s Web Committee. Because the search function covers the entire website, it returns out-dated pages still left in the backend, e.g., trash pickup schedules from 2022-2023.
How can we set the search function so as to return only public-facing pages and nothing in the backend?