benant
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Problem With Unicode Language in UrlHello, Tahmid.
I had the same problem.
Experience has shown a similar phenomenon in URI encoding with Korean.
So, not my plugin, but I checked Ajaxify’s history.js file.
As a result, I modified it as shown below, and the problem was solved in Korean.
Try it once.m.unescapeString = function (b) { var c = b, d; for (; ; ) { // d = a.unescape(c); d = a.decodeURIComponent(c); if (d === c) break; c = d } return c },* reference : https://docs.microsoft.com/en-us/scripting/javascript/reference/unescape-function-javascript
* reference : https://docs.microsoft.com/en-us/scripting/javascript/reference/decodeuricomponent-function-javascriptps: If Ajaxfy developers see this article, please reflect them in the source.
Forum: Fixing WordPress
In reply to: Error message on updates screen with WordPress 4.6Unfortunately, I did not find the correct solution. So, i installed the pure wordpress v4.6.1, the plugins, and theme. Finally works good. But, it was an unpleasant experience.
Forum: Fixing WordPress
In reply to: Error message on updates screen with WordPress 4.6Hi. jessekramer27
Please, simply explain … How did you fix it?- This reply was modified 9 years, 9 months ago by benant.