Restrict Number of Child Posts Displayed in Category Dropdowns?

Forums Forums Menus Restrict Number of Child Posts Displayed in Category Dropdowns?

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #8241

    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.

    #8242
    MrMiyamoto
    Member

    I’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]

    #8243

    Thanks! I’ll try that out now and see if I can trigger it <img decoding=” title=”Smiley” />

    #8244

    My brain’s starting to hurt <img decoding=” title=”Sad” /> Fixing that stupid problem with the second menu bugging out is turning into somewhat of a brain bender <img decoding=” 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!

    #8245

    The second menu bug is now fixed … https://geek.hellyer.kiwi/pixopoint-menu-plugin-beta-0-8/

    #8246

    Hopefully the other bugs are gone now too …. https://geek.hellyer.kiwi/pixopoint-menu-plugin-beta-0-8/

    #8247
    MrMiyamoto
    Member

    Child 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

    #8248
    &quot;MrMiyamoto&quot; 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 <img decoding=” title=”Smiley” /> I don’t understand how that happened, but I’ll look into it for you.

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.