limbe
Forum Replies Created
-
Forum: Plugins
In reply to: Admin Sidebar Menu Won't Stay ExpandedHi, I’ve accidentally found the trick for the collapse admin menu issue, no re-installation, no cache clearing needed, nothing concern with plugin, it’s the setting in WP database.
1) Log in to phpmyadmin, click on the database.
2) Browse the table “wp_usermeta” (if you have database prefixed, the table name is ‘usermeta’ followed by the prefix).
3) Look for the ‘wp_user-settings‘ from the column ‘meta_key‘ (make sure the user_id is correct).
4) Change the ‘meta_value’ to ‘mfold=o‘, save your record, and login again.Forum: Plugins
In reply to: [Advanced Code Editor] Version 2.2.2hi Bainternet; thanks for the fix in v 2.2.3.
Forum: Plugins
In reply to: [Advanced Code Editor] Version 2.2.2This is definitely a great plugin…
Have installed version 2.2.2, got problem with buttons as below:
Search, Search & Replace, Jump, Editor Settings, Commit Version, Restore Version, Help and About. The rest works fine.I’m using WP 3.4.2, message from console as below:
Chrome (v 23.0.1271.91m): Uncaught TypeError: Object [object Object] has no method ‘dialog’ baace.js:9
show_dialogFirefox (v 17.0.1): PM
Error: TypeError: jQuery(…).dialog is not a function
Source File: http://inkogoss.bel.com.my/wp-content/plugins/advanced-code-editor/js/baace.js?ver=2.2.1
Line: 9IE 8: Message: Object doesn’t support this property or method
Line: 9
Char: 2
Code: 0
URI: http://inkogoss.bel.com.my/wp-content/plugins/advanced-code-editor/js/baace.js?ver=2.2.1Do I need any setting to fix this?
thanks.