retetecugust
Forum Replies Created
-
Forum: Plugins
In reply to: [AceIDE] Plugin not working after update to 6.0This is what appears when loading the ACE IDE, there is that error on the Ajax File that comes from the Ace Ide folders.
I see everything in place, the WordPress Menu, the file tree, the editor. But the editor is blank, it does not load those statuses as it usually did. I can open the file tree, but when I click on a file, it does not open in the editor, the wheel keeps on turning forever.
Forum: Plugins
In reply to: [AceIDE] Plugin not working after update to 6.0Hi,
This is what appears in the console of the browser.
Hmm I don’t see how to add pictures here, so it’s going to be text.[Error] WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: WebSocket is closed due to suspension.
[Error] Failed to load resource: the server responded with a status of 500 (HTTP/2.0 500) (https://retetecugust.com/wp-content/plugins/aceide/src/Ajax.php, line 0)Forum: Plugins
In reply to: [AceIDE] Broken plugin after update to 2.6.0Hi,
I rolled back since I needed to modify some files.
2.5 is working with no issues. My site is on the business environment of wordpress.com, so it is working almost like a .org. I do not have some features of the .com and I don’t have some of the .org, it’s a managed server. But I can modify most files – plugins and themes. I can’t see logs though, I have to ask them or maybe there’s a plugin for that – I will investigate.It would have been nice to be able to stop this plugin from updating, until it is working. Since that is not available I had to install another plugin to control this.
Forum: Plugins
In reply to: [AceIDE] Broken plugin after update to 2.6.0Hi,
I have the plugin version 2.6.1. I wanted to use the plugin but I cannot, the first page is black and the files do not open.Same as what it is said above.
Please fix it, it is the only way I can modify some files in my managed server.
Best Regards
Forum: Plugins
In reply to: [AceIDE] ImprovementsHi,
About scrollbars : It seems to be an Ace problem that is solved by adding this into css :
.ace_scrollbar-inner {
background-color: white;
opacity: 0.01;
}So please add this to the next release.
Best Wishes
Forum: Plugins
In reply to: [AceIDE] ImprovementsHi Shane,
I am enjoying using your plugin every day and it is a big help, I am really happy to hear you are working on improvements.
For point 2 : I am using Safari, latest update on a MAC OS Sierra, latest version.I do not see any scrollbars although I can scroll with mouse or mousepad. I could send you a print-screen, but here i can’t see a way to add one.
Best Regards,
Forum: Plugins
In reply to: [AceIDE] Can we have a option for fullscreen, toggle file-manager ?Yes please,
Can you ? It will improve our experience ??
- This reply was modified 7 years, 4 months ago by retetecugust.
Forum: Plugins
In reply to: [Autoptimize] Redundant load of Google Fonts CssI hooked into what you said above,except I replace the url thing with “”, it works.
Good evening ??
Forum: Plugins
In reply to: [Autoptimize] Redundant load of Google Fonts CssI understand your point of view, it will probably get fixed. Unfortunatelly I cannot modify that css, so I will try to figure out how to modify your plugin, which I can edit, and match also those cases.
Have a nice day !
Forum: Plugins
In reply to: [Autoptimize] Redundant load of Google Fonts CssHi Frank,
I read the thread, thank you for it. But can’t you fix this from your end, since the request is from this plugin’s cache ? I do not see other similar requests apart from these 2 that load this link from the cache of autoptimize. Especially since the checkbox is enabled, can’t you bypass this link somehow … don’t cache-it, don’t use it, filter-it out .. etc. ?
It says the referer of this url is the css this plugin does ->
https://retetecugust.com/wp-content/cache/autoptimize/css/autoptimize_8b996cc101c117d829076e590c5853c0.cssI verified and it is there:
@font-face {
font-family: Noticons;
src: url(‘”https://wordpress.com/i/noticons/Noticons.woff”‘)
}
@font-face {
font-family: “Open Sans”;
src: url(‘”https://fonts.googleapis.com/css?family=Open+Sans”‘)
}This is from the concatenated css autoptimize does, maybe there is a matching string issue ?
Best Regards
- This reply was modified 7 years, 7 months ago by retetecugust.