No menu can be added in the Design Menu Set. The Add button has no function. No new entry is created when this is pressed. It does not matter whether an existing menu set is supplemented or a new one is created. Is there a reason for this?
I use PHP 8.0 but was changed to the current version 8.3 and BL6 in the current version the pangolin pages. Browser and template cache I have cleaned up.
When you open the Javascript console, do you get any errors? In Google Chrome, you can open it in View > Debugger> Javascript console. In Safari, you have to enable the debugger tools first, then you find it in Debugger > Javascript console.
I have another website. I have also tested it here. Here the function works with the addition of the menu set. The difference here is that there are fewer menu sets. This website is hosted on the same server. The program version here is also the latest. I have read out the error message in Safari. The first message appears when calling up the design function and then when adding to the menu. I have attached a screen shot of this. Is it possible that something went wrong during a recent update? I can no longer go back to the previous version.
I have carried out the “Reinstall All” function under Backlight Modules. I have run this several times but with no effect. The debugger still shows the error that I reported in the last post.
Hi @lema, I’m not able to replicate this. Does this happen in other web browsers? Do you have another network to try, such as by tethering your computer to your mobile on data?
If it doesn’t happen on other browsers then it would be something specific to your browser, and possibly plugins you’re running.
If it does happen in other browsers, then would you be able to share a Backlight admin login so that I can try and see what could be happening with your setup? The best way would be to click on my name, followed by Message.
Hi @lema, thanks for the access. The issue appears to be that the line length of the Javascript menu item code is too long. This is caused by a combination of your site having a large number of albums and pages, and a line limit. I do not know where this line length limit comes from, be it a JavaScript limitation or something else.
I’ve put in a workaround that adds newlines to break up this code, updated on your site via the Backlight Modules page (a minor change to the Designer module).
Menu Set editing is now working on your site. Can you have a look at it and let me know if everything is working as expected?
Hi @lema, thanks for confirming. I’m happy to have been able to help.
Yes, the intention is that this will be included in the next version. It is already in our codebase.