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?
I have a custom made slideshow module which worked perfectly on 5.7 but since I upgraded to 5.8 it doesn't work.
The problem appears to be that drupal_add_js and drupal_add_css don't seem to work at all. The content (text and images) is still being displayed but the JS that manipulates the content isn't being loaded.