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.
After upgrading to 5.8 I experience Javascript problems with Gmap (Javascript is required to view this map.) and Panels. The Gmap block doesn't show the map or only the map without the nodes. This happens only on the frontpage.
My mini-panel block doesn't align the blocks next to eachother (as they should), but on top of eachother. This happens on every page.
Does someone have any suggestion?
I already cleared all the cache tables in the database and in my browser. I disabled and enabled the CSS aggregator and the Javascript aggregator, but the problem still exists.
Apparently Drupal 6.3 features a new way of retrieving module information. As a result, some contributed modules seem to break loading the admin/build/modules page (you are served a blank page).
Hey! I'm learning more and more about customizing my front page all the time. I have this front-page.tpl.php file in my
zen themes folder now and I'm going to be getting up to speed with the PHP and customizing it a bit (doesn't seem too hard).
My site has two menu buttons on it right now..
Something to the effect of
"Test Button" and "Other Test Button"
My question is... should I really be using Drupal itself to modify the button captions themselves and then
hardcode any style changes I want using the background PHP files?