Viewing 1 replies (of 1 total)
  • Thread Starter rrrryan

    (@rrrryan)

    I determined the cause of this. I had modified another plugin “Scroll Triggered Box” to only show the box when the user is not logged in. While that worked (just not loading the box list if logged in) it caused this plugin to act up. I modified the customization to load the box(es) and then clear them after and this works now. Weird plugin clash.

    Skipping this line in the aforementioned plugin causes this plugin to fail:
    $scrollboxes_array=$this->get_scrollboxes();

    But clearing $scrollboxes_array after the call to get_scrollboxes works. The event handler for the upvote doesn’t get assigned but I didn’t investigate any further.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Clicking vote now jumps to top of page’ is closed to new replies.