Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I found a fix for this. Not ideal, as you have to edit the plugin itself, so YMMV.

    Go into /include/CatList.php

    replace line 168 with
    $lcp_customs .= "<div class=\"lcp-customfield\">". $value . "</div>";

    the original looks like
    $lcp_customs .= "<div class=\"lcp-customfield\">". $something . ":" . $value . "</div>";

    it’s the $something variable that’s pulling in the label.

    Thread Starter littleoracle

    (@littleoracle)

    Nevermind. I figured it out.

    In case anyone else comes across this issue, all I had to do was comment out “body.home div#globalnav” from the stylesheet.

    I’m using 2.2 and got this to look like it loads correctly (I don’t get any errors), but no archive listing actually appears in the sidebar on the category pages.

    I get the default “You are currently browsing the archives of…” statement. After that where it normally just says “Archives” it says “Archives for ‘categoryX'” This should be followed by the archive list, but it’s completely blank.

    Does anyone know if there were changes to 2.2 that would make this code ‘deprecated’? Is there some other workaround I could use?

    I’m guessing I’ve got something in the wrong place, but I’m kind of a noob when it comes to this stuff.

Viewing 3 replies - 1 through 3 (of 3 total)