- This topic has 22 replies, 2 voices, and was last updated 14 years, 8 months ago by imported_Ryan.
-
AuthorPosts
-
March 16, 2010 at 3:34 am #8241imported_RyanMember
It appears that the second menu bug I’m seeing is unrelated to the previous plugin installed. It’s a generic bug which is caused by the auto-theme support option.
March 16, 2010 at 6:39 am #8242MrMiyamotoMemberI’ll walk you through the steps I took to perhaps help with bug replication:
Install Pixopoint menu 0.6.20 > Remove all items from second menu > Place Home,Categories,Search in top menu > Customize Categories to only include a couple categories, organize by My Category Order plugin > enable "show child posts?" > use custom CSS for top menubar (as featured below)
Then:
Install Pixopoint menu 0.8.12 via FTP by deleting old folder and copying over new one > (second menubar now under first one (even with no items), category order has changed, and child posts no longer enabled) > (option to enable child post display will not save, but child post limit does) > move "categories" to second menu bar and select "show child posts", then "update options" > all menu items disappear from menubar and admin panel
Hope this helps!
Custom CSS:
[code:25jk8ucj]#pixopoint_menu1 {
width:100%;
height:35px;
width: 740px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background:#000000 url("../images/dazzle_black.png") repeat-x;
background-position:50% 0;
}
#pixopoint_menu1 ul {
width:100%;
border:none;
background:none;
margin:0;
padding:0;
list-style:none;
}
#pixopoint_menu1 li {
border:none;
background:none;
background:#000000 url("../images/dazzle_black.png");
color:#FFFFFF;
line-height:35px;
z-index:20;
letter-spacing:0px;
background:;
font-weight:bold;
font-size:14px;
padding:0;
margin:0 0px;
;float:left;
font-family:tahoma,sans-serif;
position:relative;
}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
background:#ADADAD url("../images/dazzle_black.png");
background-position:0 60px;
}
#pixopoint_menu1 li a {
border:none;
background:none;
text-decoration:none;
display:block;
padding:0 12px;
color:#FFFFFF;
}
#pixopoint_menu1 li a:hover {
border:none;
background:none;
text-decoration:none;
color:#FFFFFF;
background-position:100% -120px;
}
#pixopoint_menu1 ul ul {
position:absolute;
left:-999em;
top:35px;
width:120px;
}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
left:auto;
}
#pixopoint_menu1 ul ul li a {
padding:4px 10px;
text-transform:normal;
font-variant:normal;
}
#pixopoint_menu1 ul ul li {
letter-spacing:0px;
color:#444444;
z-index:20;
width:120px;
font-family:helvetica,arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
background:#FFFFFF;
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
margin:0;
}
#pixopoint_menu1 ul ul li a {
line-height:22px;
color:#444444;
text-decoration:none;
}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
color:#FFFFFF;
text-decoration:none;
}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
color:#444444;
}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
color:#FFFFFF;
}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
color:#FFFFFF;
background:#8F8F8F;
}
#pixopoint_menu1 ul ul ul li {
font-size:1em;}#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
position:absolute;
margin-left:-999em;
top:0;
width:120px;
}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
margin-left:120px;
}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
text-decoration:none;
}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
color:#FFFFFF;
text-decoration:none;
}
#pixopoint_menu1 li.pixo_search:hover {
background:none;
}
#pixopoint_menu1 li.pixo_search form {
margin:0;
padding:0;
}
#pixopoint_menu1 li.pixo_search input {
font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
width:100px;
}
#pixopoint_menu1 li.pixo_right {
float:right;
}[/code:25jk8ucj]March 17, 2010 at 2:42 am #8243imported_RyanMemberThanks! I’ll try that out now and see if I can trigger it ” title=”Smiley” />
March 17, 2010 at 4:48 am #8244imported_RyanMemberMy brain’s starting to hurt ” title=”Sad” /> Fixing that stupid problem with the second menu bugging out is turning into somewhat of a brain bender ” title=”Tongue” /> I can see the problem, I know what i need to do to fix it, but I keep making more bugs in the process! I’ll hopefully it sorted shortly though … hopefully!
March 17, 2010 at 5:37 am #8245imported_RyanMemberThe second menu bug is now fixed … https://geek.hellyer.kiwi/pixopoint-menu-plugin-beta-0-8/
March 17, 2010 at 6:08 am #8246imported_RyanMemberHopefully the other bugs are gone now too …. https://geek.hellyer.kiwi/pixopoint-menu-plugin-beta-0-8/
March 17, 2010 at 3:47 pm #8247MrMiyamotoMemberChild posts just have a small issue left. The drop-down from each of the categories shows the latest posts overall instead of the latest posts in each category.
The second menubar still won’t go away, but I’ve temporarily fixed the problem by changing its background image to one that is the same colour as my website’s background and its width to 0px.
And… the category order in the bar cannot be changed. No matter what option you choose in 0.8.x, the categories are arranged alphabetically instead of following the sorting options.
Thanks for all of your time, and I hope this helps. : D
March 18, 2010 at 11:05 pm #8248imported_RyanMember"MrMiyamoto" wrote:Child posts just [b:1dcummur]have a small issue left[/b:1dcummur]. The drop-down from each of the categories shows the latest posts overall instead of the latest posts in each category.Lol, that’s not a small issue, that’s a big issue ” title=”Smiley” /> I don’t understand how that happened, but I’ll look into it for you.
-
AuthorPosts
- You must be logged in to reply to this topic.