diegorod
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problem editor WP with trasposhSOLUTION https://wordpress.org/support/topic/transposh-plugin-causes-postpage-editing-glitch/#post-8848443
I fixed this issue by updating the following file in the transposh plugin:
\wp-content\plugins\transposh-translation-filter-for-wordpress\core\constants.php
I changed line 121 to this: define(‘JQUERYUI_VER’, ‘1.12.1’);
1.12.1 was the latest version at the time of this post but I suppose you can go try other jqueryui versions that are available here: https://developers.google.com/speed/libraries/#jquery-ui
Hope that helps
Forum: Plugins
In reply to: [Transposh WordPress Translation] Getting Fatal Error when updatingUpdate: Looks like a simple fix is to change name of the parser class and rename all the references to the class (there aren’t many) name to match new name.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Getting Fatal Error when updatingSame here!
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problem editor WP with trasposhForum: Plugins
In reply to: [Transposh WordPress Translation] Problem editor WP with trasposhHi @dinamicore,
Have you found any solution to this issue ?
@maciekryd Any luck ?
I am having the same exact issue. Debug is showing the following:
Uncaught Error: no such method ‘instance’ for autocomplete widget instance jquery.js?ver=1.12.4:2
- This reply was modified 9 years, 6 months ago by diegorod.
No problem. I thought it might be an issue on their end. Let me know if any possible solution comes your way, and I will do the same.
Forum: Fixing WordPress
In reply to: Thousands of "temp-write-test-XXXXXXX" filesThanks for the heads up. Worked for me as well!
I am also having this issue – even when I just use the manual code input that google translate provides.
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Translation ManagementI am also having issues with translation management. The contribute button is not working.
I am getting this warning on chrome: ‘Attr.nodeValue’ is deprecated. Please use ‘value’ instead. element_main.js:302
and when I try to contribute an edit I get: Uncaught TypeError: Cannot read property ‘length’ of undefined. element_main.js:109
Forum: Fixing WordPress
In reply to: Thousands of "temp-write-test-XXXXXXX" filesAlright we are getting somewhere. I have narrowed down the cause to one plugin – all-in-one-event-calendar – the plugin has a feature that checks for folder writability and even though it succeeds every time you perform the manual check (EVENTS -> SETTINGS -> ADVANCED Tab -> Check Again), it always reverts back to “Templates cache is not writable” when you keep checking that tab.
If you do have all-in-one-event-calendar plugin, check the folders along this path: \wp-content\plugins\all-in-one-event-calendar\cache
You will see that those temp-write-test files are being created along the way – but mostly at the beginning (wp-content) and end of the path (cache).
With that being said, I still am not sure what kind of configuration we need to prevent this plugin for doing this.
Forum: Fixing WordPress
In reply to: Thousands of "temp-write-test-XXXXXXX" filesDo you have SSO plugin installed on your intranet installation and anonymous access disabled ?
Forum: Fixing WordPress
In reply to: Thousands of "temp-write-test-XXXXXXX" filesI am having the same problem. Have reached any solutions yet ?
Forum: Themes and Templates
In reply to: [SKT Full Width] Problem with Background ImageUpdate: I changed the reading settings to display latest posts and now the slider images are showing but as you can see from the link, it is causing some padding on the top and bottom. Please advise. Thanks (great theme by the way!)
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Chaging Default Attachment Display?To clarify, I would like to display attached files as a display list with data-tables template. From the looks it of I can change the default template in the “templates and script” settings, but it is a single file only template.