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.0
Component: other » Miscellaneous
Assigned: kelvis97 » Unassigned
Jeff Burnz’s picture

Priority: Critical » Normal

Well I assume you have a menu block enabled in the Superfish region, so I would hit Reset Defaults in the theme settings and start the setup for Superfish again (if you cant without loosing anything such as custom color settings), sounds like something we seriously wrong, but what, well your guess is as good as mine to be frank.

kelvis97’s picture

I dont have a block but the menu reappeared today the 27, after I went to Admin Menu and changed a setting. I have all the page content but do not have the Drop Down menu. Also I do not have a block for superfish to go in the header region?
I dont have a clue what is going on all I know is I have the menu items back.

I open the pages that were linked to the dropdown part of the menu and there is no selection as before to create a parent child relationship w/ the menu,...so again I have no dropdown
and so far no way of creating the dropdown menu as I had before.

Thanks
Kevin

Jeff Burnz’s picture

Sounds like you have a problem with the Menu, not the theme.

jim.tank.jr’s picture

Does not sound like the same issue, but a fix is below for another "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;
}