Nothing happens after pressing "Edit Options" in Attributes

I finished installing Hivepress with demo content.
Now i wanted to create new attributes with the select option.
Saving worked and the “Edit Options” button appeared, but when pressing it nothing happens. So i can not edit the Attribute Options, will i have to do it in the database?

What i tried:
I disabled caching for logged in users and then disabled caching all together, but it still did not work.
I disabled all plugins and reset all privacy options but it still does not work.
Browser i use: Firefox

I have found another, possibly unrelated issue. I can not upload, delete or change the images of listings, i have tried all available methods (in wordpress and the frontend edit option) and i was not able change the thumbnail displayed in the “listings” overview or display the image in the listing details.

When create a new listing and press select image, when hovering the button it shows the title of the selected image but after adding/updating the listing it does not show up anywhere.

Hi,

Both issues seems to be related to some JS error that blocks interactive elements. Please check the browser JS console (CTRL+Shift+I, Console tab) when you try to click the Edit Options button, let me know if there are any error messages.

Hello Ihor, thank you for the assistance.

I tested a third non firefox browser but the error was still there.

I tried to see if a new error shows in the console when i press the buttons but the errors stay the same.

So the plugin or script that is related to the buttons is might not load from the start.

I then compared both pages (edit attribute option and upload image) and these are the errors that were displayed on both:

Refused to apply style from ‘’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Failed to load resource: the server responded with a status of 404 ()
php-date-formatter.min.js:1 Failed to load resource: the server responded with a status of 404 ()
jquery.fileupload.js:1 Failed to load resource: the server responded with a status of 404 ()
chart.min.js:1 Failed to load resource: the server responded with a status of 404 ()
intlTelInput.min.js:1 Failed to load resource: the server responded with a status of 404 ()
select2.full.min.js:1 Failed to load resource: the server responded with a status of 404 ()

load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2 jQuery.Deferred exception: DateFormatter is not defined ReferenceError: DateFormatter is not defined
at HTMLDocument.

Uncaught ReferenceError: DateFormatter is not defined
at HTMLDocument. (common.min.js?ver=1.7.0:1:13682)
at e (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:30038)
at t (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:30340)
load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2 jQuery.Deferred exception: DateFormatter is not defined ReferenceError: DateFormatter is not defined
at HTMLDocument.

(i removed some parts for privacy, i can send more details if you need them to identify the error)

Please make sure that the plugin is installed correctly and there are no URL-related server settings that may break the scripts, the scripts from these error messages exist in the plugin folder so they should be loaded without issues.

Maybe you installed the plugin manually (e.g. via FTP) or directly from GitHub? You can also try refreshing permalinks in Settings/Permalinks.