codebunny
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Fatal ErrorEven you mentioned that the php version as PHP 5.3.27. Currently you are using PHP 5.2.17 version. I think it is the reason, please upgrade your php version to higher than 5.3. Problem will be solved. You can check your php version, add this line to your functions.php
var_dump(phpinfo());
You can change your php version through cpanel or contact your hosting provider.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Fatal ErrorLet me know your website url.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Fatal ErrorLet me know the php and WordPress versions that you are using. And please check whether it is working with WordPress default theme.
If you would like to give the admin privileges of your site, please send admin login details to [email protected]
I’m waiting a reply from you.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] remove wp-logoHi,
Since, I was on a tight schedule during the last week; I couldn’t see your message. Sorry for that. Anyway you already resolved it. Thanks for your information. I’ll add this feature with next release.
Thanks.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Error messageForum: Reviews
In reply to: [WordPress All In One Admin Bar] awesome plugin, first class supportI’m glad that you liked my plugin and thanks for rating it.
I fixed the issue. Please, download version 1.1
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Error messageI fixed the issue. Please, download version 1.1
Yesterday, another one mentioned about this kind of warning message. Follow these steps. This is just a temporary solution but your plugin (only this plugin) configurations will be lost.
- Open wp-all-in-one-admin-bar/uninstall.php.
- Uncomment “delete_option(‘wpaioab_settings’);” lines.
- Uninstall and Re-install the plugin
I’ll fix this issue and update the plugin within next 24hrs. Please give me a time. If you have a log file, please paste it here http://pastebin.com/ and send me the link.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Error messageThanks for your information. I’ll double check the custom menu section in single/multisite both and update the plugin soon.
I thought you enabled the debug mode for testing purpose. According to your first post:
Warning:
reset() expects parameter 1 to be array, null given in /home/"xxxx"/public_html/wp-content/plugins/wp-all-in-one-admin-bar/public/includes/class-wordpress-all-in-one-adminbar-customizer.php on line 309It is a warning not a fatal error. Even it is a warning message, logically it should not be happened. Anyway, grateful if you can paste the debug log here http://pastebin.com/ and send me the link. It may help me to find the problem.
If option one worked fine, I think it is enough,do not go to other options. Reinstall the plugin
is there any chance to remove the menu icons on the left side of admin panel bar
Did you try this ?
http://ww.wp.xz.cn/plugins/hide-admin-icons/Forum: Plugins
In reply to: [WordPress All In One Admin Bar] Error messageI guess you enabled debug mode. This warning message is not related to show/hide thing.
But try this:(1) Option one
- Open wp-all-in-one-admin-bar/uninstall.php.
- Uncomment “delete_option(‘wpaioab_settings’);” lines.
- Uninstall and Re-install the plugin
(2) Option two
I’m considering only the error message on line 308. You can repeat it for other places.- Open the file class-wordpress-all-in-one-adminbar-customizer.php
- Line 308: reset($current_menu_item_labels);
- Replace the line 308 by following code
- if(isset($current_menu_item_labels)){reset($current_menu_item_labels);}
(3) Option three
- Open wp-all-in-one-admin-bar/wp-all-in-one-admin-bar.php
- go to line 21: $wpaioab_options = get_option(‘wpaioab_settings’);
- Add these two lines right above the line 21.
$wpaioab_options = null; update_option(‘wpaioab_settings’, $wpaioab_options); - Refresh the admin page once
- This time it will give an error message. Don’t worry about it.
- Now remove two lines that you added “$wpaioab_options = null; update_option(‘wpaioab_settings’, $wpaioab_options);”
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] dashicons in custom menuAdmin bar color styles:
wp-all-in-one-admin-bar/public/includes/class-wordpress-all-in-one-adminbar-css-formater.phpMenu root icon styles:
wp-all-in-one-admin-bar/public/includes/class-wordpress-all-in-one-adminbar-customizer.php
Consider line 221 and line 301I think, I couldn’t remove the function that calling to assets/css/public.css. Thanks for pointing out it. I’ll remove them and update the plugin soon.
Forum: Plugins
In reply to: [WordPress All In One Admin Bar] User Sites with WP All In One BarAccording to my understanding, your requirement is, a particular default color scheme should be applied to all blogs in your network. Unfortunately this feature is not available with my plugin at this moment. But I think this is a possible thing to do in coding level. I’ll try to develop another plugin for this use-case with my time. But do not expect it soon. Bcz, currently I’m bit busy with several projects.
Anyway If you have a wordpress plugin structure/developing knowledge, refer following links and develop a plugin integrating with my plugin codes.
http://codex.ww.wp.xz.cn/Function_Reference/add_site_option
http://wordpress.stackexchange.com/questions/16474/how-to-add-field-for-new-site-wide-option-on-network-settings-screen
http://betterwp.net/wordpress-tips/get-and-update-site-options/
http://wordpress.stackexchange.com/questions/18314/global-settings-page-for-multisite-pluginAlso you can use this link to upload screenshots http://postimage.org/.
I’m sorry for that I couldn’t help to you this time.Follow these steps
1) Check whether you enabled ‘Anyone can register’ under settings –> general. If not then enable it.
2) Logout the system.
If it is not the reason, update me. I’ll double check the plugin functions.
Forum: Reviews
In reply to: [WordPress All In One Admin Bar] Great Free PluginThanks for your rating & comments. I’m glad it was useful to you. 🙂