dsifford / academic-bloggers-toolkit

WordPress plugin providing an all-in-one solution for effective academic blogging.
https://wordpress.org/plugins/academic-bloggers-toolkit/
GNU General Public License v3.0
121 stars 38 forks source link

How do you reference a web page that lists no author? #593

Closed janos-farkas closed 4 years ago

janos-farkas commented 4 years ago

ABT Version: 5.2.2

PHP Version: 7.3.12

Theme: Twentytwenty

Plugin List:

Expected behavior: Allow the use of citation without mandating the entry of the author field, since the selected citation style supports that: https://apastyle.apa.org/learn/faqs/web-page-no-author

Actual behavior: The plugin does not allow to create a citation without Author who is not known,( like a lot of web pages) even the citation style supports that e.g. American Psychological Association 6th edition

!-- Open your javascript console on the affected pages by pressing F12 and paste any errors/messages below --> Console messages:


load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.3:8 JQMIGRATE: Migrate is installed, version 1.4.1
dsifford commented 4 years ago

You should be able to do that if you simply click the x next to the blank author boxes. That will delete the input fields for the author name and allow you to submit.

janos-farkas commented 4 years ago

Thank you, that worked.