Welcome to Geeklog, Anonymous Saturday, October 12 2024 @ 12:33 am EDT
Geeklog Forums
Problem with Menu when on left side block
Status: offline
jlanda
Forum User
Junior
Registered: 04/11/07
Posts: 19
Hi, just recently installed the Menu plugin and noticed the following behavior:
When the menu is in a block on the left, submenus fly out but you can't click on them. They disappear before you can get to it. When the same exact menu is in a right hand block, it works perfectly. However, I of course prefer to have my menu on the left
Is this a bug or is there something I can change in a file to make it behave properly?
Also, I noticed that you can't use a graphic for the menu when it's in a block. I don't know if that's by design or if it's a bug. The colors work fine, but the graphic won't show.
When the menu is in a block on the left, submenus fly out but you can't click on them. They disappear before you can get to it. When the same exact menu is in a right hand block, it works perfectly. However, I of course prefer to have my menu on the left
Is this a bug or is there something I can change in a file to make it behave properly?
Also, I noticed that you can't use a graphic for the menu when it's in a block. I don't know if that's by design or if it's a bug. The colors work fine, but the graphic won't show.
12
9
Quote
Status: offline
jlanda
Forum User
Junior
Registered: 04/11/07
Posts: 19
Also, when adding a menu element, and I wave my mouse over the position dropdown box (where you can select what element is appears after), a full page copy of my home page bursts onto the screen and I have to move around it to enter the rest of the information. That by far is the oddest behavior I've seen in a long time LOL! Using Firefox if that matters.
8
10
Quote
Status: offline
jlanda
Forum User
Junior
Registered: 04/11/07
Posts: 19
Geeklog 2.0, Menu 1.0, Modern Curve theme from the GL 2.0 pack.
I did try the right and left alignment but it didn't help. The flyout menu actually has some sort of space between the parent menu and submenu when on the left side whereas that doesn't occur when it's on the right--the flyout submenu is flush against the parent menu, just thought I'd mention that in case it helps.
I did try the right and left alignment but it didn't help. The flyout menu actually has some sort of space between the parent menu and submenu when on the left side whereas that doesn't occur when it's on the right--the flyout submenu is flush against the parent menu, just thought I'd mention that in case it helps.
14
9
Quote
Status: offline
jlanda
Forum User
Junior
Registered: 04/11/07
Posts: 19
The problem seems exclusive to the Modern Curve theme. I switched themes to professional to test and the menu worked fine on the left.
Is there perhaps something missing in the modern curve theme that would make this work?
Is there perhaps something missing in the modern curve theme that would make this work?
10
10
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
This is a css issue with overflow propriety.
float: left;
margin-right: 780px;
overflow: auto;
padding: 0;
width: 180px;
}
and
float: left;
margin-left: -180px;
overflow: auto;
width: 180px;
}
Remove it will solve then problem.
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Text Formatted Code
div#container div#wrapper div#leftblocks {float: left;
margin-right: 780px;
overflow: auto;
padding: 0;
width: 180px;
}
and
Text Formatted Code
div#container div#wrapper div#rightblocks {float: left;
margin-left: -180px;
overflow: auto;
width: 180px;
}
Remove it will solve then problem.
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
11
9
Quote
All times are EDT. The time is now 12:33 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content