Elrinth
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang & Revolution SliderI want to know this aswell.
Forum: Fixing WordPress
In reply to: wp-emoji-release.min.js?ver=4.2.2:4 gives me error messageA guy found a solution to this bug here:
https://ww.wp.xz.cn/support/topic/version-422-wp-emoji-releaseminjs-error?replies=2Incase you don’t have backup of the old js… I have it on my dropdbox here:
https://dl.dropboxusercontent.com/u/5145312/wp-emoji-release.min.jsForum: Fixing WordPress
In reply to: version 4.2.2 wp-emoji-release.min.js ERRORI am getting the exact same problem. Your solution worked fine. Although wordpress team should fix this.
Forum: Plugins
In reply to: [Polylang] post thumb overwritten for all languagesSeems I needed to add this flag in wp-config.php:
define(PLL_MEDIA_SUPPORT, true);
Forum: Plugins
In reply to: polylang menu item url to wrong languageSo, here I mark it as solved.
Forum: Plugins
In reply to: polylang menu item url to wrong languageNevermind, I figured out how to fix it… You have to set language in wordpress admin to english when doing the menu.
Thanks for such an awesome great plugin!
Forum: Plugins
In reply to: [W3 Total Cache] w3tc db cacheSeriously has no one else written their own plugin which uses simple select queries and have had the same problem as me?
creating my own connection via mysqli and fetching the results give me ALWAYS fresh results… But using get_results with wpdb gives me cached results. How do I clear that cache?
How do I specify that I don’t want the get_results to be cached by w3 total cache?Forum: Fixing WordPress
In reply to: Image Uploader problemI’ll look further into this when I get back home… Why can’t I edit my previous post btw?
Forum: Fixing WordPress
In reply to: Image Uploader problemYes I read that.. It didn’t help me.
I stopped my apache server.. copied over all files from wordpress 2.8.5 into the webserv and replaced everything. so all files are the latest.
The file I’m uploading is simply 1024×768 in dimension, jpeg, and 145 kb large. Can’t really see how this can be any problem with the memory.