Thread Starter
skuga
(@skuga)
We would be locking out access to specific users for upload and view of the Gallery but we don’t want to have those users have access to the WordPress backend. So what would be useful would be just an additional “Add New Category” button at the bottom of the Select Category that allows adding a new category without a Parent somehow. What pointers could I get about coding that- The plugin otherwise is exactly what we want.
Thanks for answering
Thread Starter
skuga
(@skuga)
OK figured this out
Basically the scripts and styles associated with this plugin do not take into account https because the wp_register_script, wp_register_style reference a function getURL in wsiCommons that calls WP_PLUGIN_URL
which does not account for https
see:
https://ww.wp.xz.cn/ideas/topic/wp_plugin_url-doesnt-take-ssl-into-account
Patch: change WP_PLUGIN_URL to plugins_url in
wsi/WsiCommons.class.php