I have a client that’s requesting me to add the “reviewing interests” to the registration from of her journal. I know this change requires to edit the frontent of the form, but does it need to modify anything else? Because add the reviewing interests in here will provide a value that is not handle in this step of the workflow.
Is there’s possible to add that field to the form, can you give me a hint so I can do it?
I was trying some changes, I saw that in the client custom theme there isn´t any folder named JS, so there wasn´t any main.js file. I added it by copying it from the Default theme, since the changes in the custom theme was only in the front end to add style, none of the keys was change.
I think that maybe I have a wrong JS folder (I had copy it from the default theme) because I added the addScript method to my ThemePlugin.inc.php and nothing happens.
Putting somewhere in your themes folder and referring with a relative path to it should be enough. Also, if you create a child of the Default theme, all JS and styling will be applied to it.
Can you double check if the reference to a file that you have added appears at the bottom of the page (at the end of the body tag)?
I added the import at the bottom of the body, but still nothing is happening. I reviewed the code several times, the ids, the tags and the keys are all the same. Our theme is a Boostrap3 Theme child, so I think it’s suppose to apply the JS correctly, but it isn’t.