How to delete node from cordite dashboard ? Delete alert shows but when i clicked on delete button nothing happened. Also i have tried through swagger. Currently m using virtual machine.
there is an old UI bug that doesn't capture the event when clicking directly on the icon.
To work around the issue, you can click just to the top-right of the icon. Here is a video of explaining it: https://www.youtube.com/watch?v=NczNdVxEZyM
We hope to have greater priortisation to fix this issue and to provide a more reactive and smooth experience.
Btw, you can also always code directly to the swagger api on /swagger.
Related
I recently had an issue with the host and after it got resolved, a slightly transparent overlay covers my homepage when you click anywhere.
The x button also doesn't work, and the overlay only leaves when you hit escape on the keyboard.
It also doesn't leave when I let it idle.
I can however access other pages if I right-click and open anything in a new tab.
https://regentcollegeabuja.com/
How the homepage reacts to clicks
I've inspected your code, and you have a jquery error. This is coming from swipebox plugin. You can try to fix the issues by following the steps.
1) Update your WordPress core, themes, all plugins after updating test your site from the guest window. Sometimes resolve the issue by this way.
2) Deactivate the plugin and activated it again.
3) Inspect your code, understand the problem and update the JS file.
When my website was in development stage(i.e. when it's on localhost), I was easily able to change section background and effects used to reflect immediately. But when I made my site live on Windows Server 2012 and tried to update section backgrounds, background is not updating. Whenever I add new image to server, it's not displaying in section background. But when I try old uploaded images, all those images display.
I tried following possible solutions:
I changed absolute path's of images to relative path, but not worked,
I cleared wordpress' cache, it also not worked,
I cleared browser cache, it also not worked,
I changed "CSS Print Method option" to "Internal Embedding" from "External CSS" in elementor's settings option, it also not worked,
I'm not using another page builder
I tried templates that also not worked.
I checked this elementor's link also - My changes do not appear online, what can I do?
But above document didn't work for me. Is there anyone faced this issue and have solution for this problem?
For the second time i struggled with this issue for hours only to find the quick fix:
Elementor > Settings > Advanced > CSS Print Method > Internal Embedding
I tried many of your answers, but with no effect.
Style > Background and then select HOVER (Instead of NORMAL) finally did the trick!
This problem occurs just because of "User Permissions". I used Microsoft Windows Server 2012, So I followed following steps:
Go to Control Panel -> System and Security -> Administrative Tools
Search for Internet Information Services (IIS) Manager and double click on it
Then go to sites
Select your live site -> Right click on it -> Edit permisions
Go to Security tab
Click on edit -> Click on "Add..." button for adding new user.
Type Every -> click on Check Names -> Click on Ok
Now you can see "Permissions for Everyone" options below Add and Remove buttons.
Check full control check box and click on apply
And finally click on Ok.
Now elementor can read images. When you'll update image, you need to stay calm and wait to update. It'll take time to change.
Don't make Image Size option full, it'll take too much time to update. Instead of that use 1024x1024. It'll update fast and you can see change immediately.
Just don't forget to remove that user after complete updation of live site. It's bad practice to have full access to live site.
I had a similar problem. I couldn't get images or background colors to show up on my background. I found that the background overlay was set to white with an opacity of 100%. Once I set it to 0% opacity everything worked. I don't remember setting any overlay so it was probably on by default.
I am a newbie in opencms in Tomcat6. I got assigned to review an issue that one of the project is encountering.
In opencms, after we login as Admin to edit the content, the button (a red and white small circle) at the top right hand corner is not showing. Usually, when the button is available (after login), other icons are shown at the top of the page (e.g. edit, info etc) to manage the content.
Please let me know if have any idea.
Thanks in advance ... DB
Did you checked if you´re in the offline Project? You can switch between Online and Offline. When you are in the Online Project you cant edit anything.
I have a Drive Picker widget in Google App Maker that pops up and lets me select a folder. However, the Select button is greyed out.
I have entries for selectedDocUrl, selectedDocName, and onDocumentSelect, but I cannot get the button to be clickable. My views is set to FOLDERS and my security is set to run as the user's account. I see this but since I am using App Maker I don't see how to apply it.
Any idea how to enable this button?
Thanks
Judging from your link the issue must be that we don't allow selecting folders even though we allow selecting the folders view. Looks like an App Maker bug that we'll have to fix, I can't think of any work around short of implementing your own picker. Edit: I've filed a bug within Google to track this.
Google has confirmed they have fixed the problem and it now works fine.
I have some issue here with fullcalendar selectable and i am not denying that it could be also my coding problem. Either both of them, i'm having an issue where i need to click and hold in order to create new event and even drag instead just click and create and click to drag. No. I need to hold and wait for a seconds, and then i can select it afterwards.
Is it something wrong with my code or this issue has been centered long before? I can't find on google about fullcalendar selectable problem though. I use Ionic with localstorage and chrome.
If i am using eventClick/dayClick, it is fine. There's no need for me to click and hold the button. However when i am using selectable: 'true' and also selectHelper: 'true' the problem that i just mentioned has occured.
NOTE: When implementing my coding on JSfiddle, it is working fine but when i see my calendar on chrome localhost, it's making that annoying problem. In addition to that, when i'm build into .apk, and i use it on my phone, the problem still occured.
Anyone got solution?
touch devices are different than browsers, fullcalendar have a documentation for supporting touch devices.
you can set the delay for selecting a cell using longPressDelay
hope it helps.