Horizontal Menu 2.x.x help

hello

cscart store ver.2.2.4

Horizontal Menu

Add-ons

load

Administration / Add-ons / Horizontal Menu / Install / Active

Design / Blocks / adjustment was

no

problem



picture showed





add to cart

The problem started

top bar

request

help

top bar

bottom appear

Best regards …

horizontal_cat_menu.zip

[quote name='istanbul' timestamp='1372431553' post='164544']

hello

cscart store ver.2.2.4

Horizontal Menu

Add-ons

load

Administration / Add-ons / Horizontal Menu / Install / Active

Design / Blocks / adjustment was

no

problem



picture showed





add to cart

The problem started

top bar

request

help

top bar

bottom appear

Best regards …

[/quote]



This looks like a CSS “z-index” issue. Try and set your add to cart pop up / modal container to a higher z-index something like:



.YourPopUpClassNameHere {
z-index: 999999;
}




If you have a live URL I could investigate further…



** EDIT —



I made a mistake I meant to say add z-index to the pop-up / modal to correct the issue. I have changed the code above.



Sorry for the confusion… That's what I get answering forum questions before coffee…