• Resolved justplaindoug

    (@justplaindoug)


    I cannot get the archive to work after updating. I even downgraded back to see if it would work, and it still won’t work.

    I’m using collapsible years and they won’t open, I get an error in the console with a line of code in the main folder file

    (function(event){this.parentNode.nextSibling.style.display=(this.parentNode.nextSibling.style.display!=’none’?’none’:”);return false;
    })

    It throws this error-

    VM13121 :657 Uncaught TypeError: Cannot read property ‘display’ of undefined
    at HTMLAnchorElement.onclick (VM13121 :657)
    onclick @ VM13121 :657

    I had it working perfect before, even did some customization to make the current year open on load. But now, it’s not working at all. Please help, this has become a show-stopper.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter justplaindoug

    (@justplaindoug)

    I have tested extensively, using the plugin in 3 different environments. One of which being a sandbox with nothing activated.

    Plugin Author wpseek

    (@alphawolf)

    Hi Doug,

    in the plugin’s settings page, may you please set the following values for the “Before / After (Year headline)” option:

    First input field insert <h3> and for the second </h3>

    Let’s see if that’s helping. ??

    Thread Starter justplaindoug

    (@justplaindoug)

    Well…that’s a weird quirk. So any hints on that code so I can have current year open and save me an hour figuring it out again? lol

    Plugin Author wpseek

    (@alphawolf)

    Well, you could just trigger a click event with JS on the first year link to open it.

    Or override the display:none; style of the first year list with display:block !important;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working after update’ is closed to new replies.