an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > UpperMenu Login Menu - how to put back floating...
Last Post 3/9/2010 10:05:20 AM By lukezy. 3 replies.
3/9/2010 8:03:41 AM
Applied
Posts: 88
Joined: 9/18/2009
UpperMenu Login Menu - how to put back floating block
My IE messed up the floating top menu login block.
 
Can you explain in simple steps how to get it back there.
 
If I add a login menu block I cannot see any option or way to make it float at the top.
 
Do I have to set something to the block ID somewhere to make it work?
 
3/9/2010 8:16:29 AM
lukezy
Posts: 2019
Joined: 6/12/2007
Location:WA, US
Re: UpperMenu Login Menu - how to put back floating block
The div should have uppermenu css. Check if your theme default.css has the right css.
DotShoppingCart Staff
3/9/2010 8:35:23 AM
Applied
Posts: 88
Joined: 9/18/2009
Re: UpperMenu Login Menu - how to put back floating block
Yes the theme has an 'uppermenu' class and the 'BlockContainerData' element in the config.xml refers to this e.g.

BlockContainerData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<Content>

&lt;div class="uppermenu"&gt;%%BlockType:Login Menu%%&lt;/div&gt;

But how do I relate the 'Login Menu' to it when adding in the Page Editor. And how does this not affect the 'Login Menu' which is already there in the right-hand container?

Do I have to amend a database record anywhere?

 

3/9/2010 10:05:20 AM
lukezy
Posts: 2019
Joined: 6/12/2007
Location:WA, US
Re: UpperMenu Login Menu - how to put back floating block
The content in config.xml is used when you change the theme. You can either change the site theme to another one and then change it back. You will lose any home page customization if you do that. The other option is to fix the block container data. Enable the page editor and use "Advanced" menu in the block container.
DotShoppingCart Staff