The Admin dropdown on a new plone 4 instance isn't providing the dropdown it just takes me to the admin dashboard...does anyone have any suggestions or insight?
I have two sites that live on the same server: one admin menu works, one does not. everything else on the site with the broken menu seems to work fine.
I've been testing both sites in different tabs in the same IE browser instance. Help would be appreciated!
Happy Holidays!
You are facing some issue with your javascript support. Is it enabled in your browser, right? Using firebug, do you see some error in the js console?
Anyway there was a ticket for providing a not-js fallback (#10794). It was closed but we will reopen it and fix it.
Edit:
The ticket has been solved. Next releases will carry the fix.
Related
I seem to have found a very strange issue. After I published the Blazor Server App to Azure and got my domain connected with certs through Cloudflare, my buttons don't work. You can see the pages below where 1 is direct from Azure and the other is the resolved domain name. On this page there are 2 buttons that should expand menus. Inside the main site (which is not exposed here) there are normal buttons as well as more menus that do not work. Links work just fine. It seems to only affect on click items.
The menus and buttons are Radzen controls if that clues anyone in.
Before I got the certificates working and getting the unsafe site warning the buttons were working on the resolved domain name as well.
https://easyonlineresume.azurewebsites.net/Resume/DemoDan
https://easyonlineresume.com/Resume/DemoDan
I found the answer to may own question. Posting it here in case anyone else runs into it. The issue ended up being in the Cloudflare optimization settings. Navigate to Speed/Optimize. Then clear the HTML check box.
After Summit 2019, we were excited to start working on updates for 2018R2, and I practiced adding mobile screens for our custom modules in my sandbox.
We decided to fully refresh our DEV instance and reapply our customizations. No problem there, but when I try "Add New Screen" in the mobile section and then try to enter my screen number, the mouse goes to "waiting" and I can't add my new screen. Eventually, I get a "timed out" message. Same problem even when trying to add a standard Acumatica screen. Everything else in the project and Acumatica web interface seems to work fine.
Any ideas on where to look for what is preventing adding a new screen?
I'm on Build 18.209.0021.
It seems like an Ajax issue in the customization project editor. After callback to server the client page javascript is stuck waiting on the server response. You can try using Chrome browser which has less of those Ajax hangs and update Chrome if you're already using it.
There is also a known issue specifically affecting 2018 R2 Mobile that leads to generic error Sequence contains no matching element on mobile detail page. Based on your question this doesn't seem to be the issue you are having but you can give the workaround to this bug a try:
Open Generic Inquiry screen (SM208000)
Select FS-ServiceOrder inquiry, uncheck Expose to mobile and save
On Apply Updates screen (SM203510), click on Restart Application
This was identified by Acumatica support as a bug. Upgrade to a new release for the fix.
Auto Save or Prompt before navigating away from text editors in Kentico CMSDesk not working. I already set the Settings -> Content Management -> Prompt to save changes on exit to checked, but didn't work. Can somebody help me.
-Thanks in advance
What I would suggest is to enable the developer tools in chrome or firebug in firefox and check, if there are any javascript errors in your pages. it's possible that some custom javascript interferes with this check. Check for any errors and try to resolve them. Or, as a test, try creating a completely blank page in the content tree, with only an editable region and disable any master page inheritance so there won't be any custom code used on your page and test, if it works there. If it does, then keep adding your scripts and test to see which component or script is causing the issue. Also make sure your settings are enabled on a site level in the settings application.
Which version and hotfix do you use? I suppose you are using v7 (or less - because of CMSDesk). Please note there were some bug fixes related to prompt in CMSDesk (eg. in 7.0.80).
Content editing - The ‘Prompt to save changes on exit’ setting didn’t work correctly
You can find more information about hotfixes and fixed bugs here.
edit: after additional info (screen from your console) I think you have registered your own jquery and you don`t have registered it in no conflict mode. Can you agree? Could you register your jquery in nonconflict mode and try the prompt behavior again?
I am a web developer and I first thought it was a problem with some of the sites that I maintain but it isn't. This seems to only happen on a page refresh in IE 10. HERE, clearly Microsoft connect team has agreed upon it as mistake with IE 10.
But my current websites needs to have some work around to fix this issue. Because Users does not know its bug with IE or bug with Webpage. Do anyone have an idea to work around this issue?
Its found as a minor bug in IE browser.
Link
The above link confirms bug in IE from the Internet Explorer team.
We have a asp.net web application which will be used in an intranet environment on IE 6. We want to change the default configuration of the browser so that it's always rendered without the Tool Bars, Menu Bars and Address Bar, just the browser window frame and the status bar should be present.
We were looking at the IEAK toolkit for IE6 but it doesn't seem to have the option of turning all this off though you can turn off certain menus and toolbar options.
Any ideas of how this can be done, is there a group policy setting or something that we can utilize here to get this done?
Thanks for your help.
You have to handle the showing of toolbars, address bar,... before the page is loaded, because it's built client side.
So to solve your problem, I think you should write the first page (Enter page for example) Then when use click on the Enter link you open another page using VBScript or Javascript to remove toolbars, address bar,...
Hope this helps ^^
Have you investigated Kiosk Mode?
Also, you're deploying IE6 at the wrong end of its lifecycle.
It also sounds like your requirement is for an app you're developing; mandating that the browser is configured this way for all sites might make the customers unhappy. If you want to know how to open a browser window without those things for your site, from your site, I'd suggest a repost to StackOverflow.