Help button on index page

Is it possible to add help link and show help div on frontend pages?
I have looked up in dashboard files and found some juery functions and link to help button, but I’m missing something to make it work.

I have copied #pkpHelpPanel div , js handler and css to footer and .less file, but I need code for button and modal toggle.

Hi @Dragoljub_Djordjevic,

What application are you using? Please specify also the version.

Regards, Primož

Sorry, Open Journal System 3.1.2

I have folloving error in console:

jquery.js:3827 Uncaught TypeError: $(…).pkpHandler is not a function
at HTMLDocument. (index:1062)
at mightThrow (VM872 jquery.js:3534)
at process (VM872 jquery.js:3602)

I have tried to load js functions with {load_script context=“backend”} in lib/pkp/templates/frontend/components/headerHead.tpl, but that didn’t help. I can see a lot of tags in source, but still can’t find pkpHandler

Any hints?