I enabled im_paypal in modules in Drupal 6.12 I am using Pixture Reloaded theme w/ configureable color,
when I hit Save on the modules the colors changed to the default and my Superfish drop down menu disappeared.
I had a cycling of images in a block on the front page I did using Views rotator that also
is not there. Earlier I had enabled the Language translation.

My Admin menu also disapeared but I went into modules and enabled it, whatever did this, which I assume was
the im_paypal module becuse this happened after I installed the module then enabled the PayPal through
modules. I know the modules are installeed in the correct folder because I have a few others that I have installed.
It seems a good amount of modules had dissabled

I have all the colors & images back but now the Superfish menu is still not able to be seen or accessed,
I am trying to figure out if there are dependancies I am not aware of.

Here is the errors generated by Firebug at this link:

http://pastebin.com/m395d5d77

Comments

mikey_p’s picture

Project: Drupal core » Pixture Reloaded
Version: 6.12 » 6.x-3.2
Component: other » Miscellaneous
Assigned: kelvis97 » Unassigned
Priority: Critical » Normal

Moving this to the correct issue queue.

Jeff Burnz’s picture

Status: Active » Closed (duplicate)
jim.tank.jr’s picture

This might be related to this "disappearing menu" issue with "post IE7" browsers...

Issue: Disappearing Superfish menu from Pixture_reloaded theme.
Browsers Affected: IE8 (standard mode), FireFox 3.5.5 and Chrome 3.0
Replication Steps: When the browser is too narrow, the search box "drops down" and pushes down the pixture_reloaded superfish menu so that the menu's white font is now on a white back-ground causing it to seem to "disapear".
Solution: Edit themes\pixture_reloaded\layout.css and remove "float: right;" from #search-box as shown below:

#search-box {
/* float: right; [removed] -- float right causes pixture_reloaded superfish menu to disapear when the browser is too narrow to display the search box */
position: relative;
top:22px;
left:-40px;
margin: 35px 20px 0pt 0pt; /* pull the search box into position */
padding: 0;
}