Alex Ciobica
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Customization] Website URL and Title being addedClosing.
Forum: Plugins
In reply to: [Admin Customization] hide admin logoClosing.
Forum: Plugins
In reply to: [Admin Customization] Website URL and Title being addedThe plugin is compatible up to WordPress v3.2.1. If you’re using a higher version all kinds on things could go wrong.
I’ll create an updated version soon.
Forum: Plugins
In reply to: [Admin Customization] hide admin logoAs mentioned, the plugin is compatible up to WordPress version 3.2.1.
I’ll realease an updated version soon.
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menu2.0.1 is out. THis should not happen anymore.
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuThat sounds great.
Will push 2.0.1 with the fix in the next few days.
Thanks guys!
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuDoes removing the console.log from core.php fix the problem for you?
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuForum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuWhat version of WP & jQuery are you using?
I’m not sure what the cause is, and since I can’t replicate it, I’m not able to fix it.
I’m not planning to add suport for modifying styles. Than can easily be accomplished by hooking the page head and adding your own styles.
For example, to modify the login form background color you could write:
add_action( 'login_head', 'my_custom_form' ); function my_custom_form() { ?> <style type="text/css"> #loginform { background-color: #eee; } </style> <?php }Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuYou could try selectively commenting js stuff in the plugin. See if that works.
This is very strange. I don’t seem to be able to replicate what you are telling me.
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuEverything seems fine in the source.
Activating WP_DEBUG might give more info. Anything there?
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuIt would. Just archive both txts and upload them to dropbox or cloudapp.
Thank you.
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuThe wrong link issue will be fixed in the next release. That doesn’t explain why WordPress UI javascript stuff don’t work.
The problem is that can’t replicate what you are describing. Are you getting any JS errors? Check your Developer Tools/Firebug console for that.
You could try comparing the source of the backend before activating the plugin and after.
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuI’ve installed a clean WP v3.2.1 with Admin Customization 2.0 and I’m getting no such issues.
Have you tried disabling all other plugins and then checking if the issues still occur? Also if you disable Admin Customization, the issues disappear?
If you’ve done the things above, and you’ve determined that the plugin is at fault, please tell me if changing plugin settings creates those issues.