Milan Dinić
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Digest] Installed fine – admins can edit settings, users can'tRight now this plugin is not fully compatible with BuddyPress, i.e. it doesn’t blend well with BuddyPress profile screen. I might change this in future versions but no promises.
I have released new version that might improve this with standard WordPress profile page so have a look.
Forum: Plugins
In reply to: [bbPress Digest] Is there a way to customize the email sentIn version 2.1 I added some hooks that can be used to customize email. Have a look at accompanying post that has example.
Forum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Ability to delete commentsWhen empty comment is submitted, don’t show error and instead ask user do they want to delete comment. 😉
Forum: Plugins
In reply to: [Nav Menu Images] documentation sucksI don’t know should I consider this as a spam, joke, or comment by a lazy, spoiled user.
Forum: Plugins
In reply to: [Nav Menu Images] Add custom class to menu-item container if has imageI will consider this in future releases. For now, you can easily add this using filter
nav_menu_css_classand seeing how functionNav_Menu_Images::menu_item_content()works.Forum: Plugins
In reply to: [Nav Menu Images] change upload path?This plugin uses standard WordPress media upload functionality so if you know how to change path for media uploads in WordPress, you can change path here too.
You can’t select image from media library that isn’t attached to menu item that you want that image to appear to. Image must be attached to menu item because thats how this plugin works and that will never change.
Forum: Plugins
In reply to: [Nav Menu Images] Missing argument 3Although several people reported this, I have never reproduced it and see no reason why it happens, so I need to look at exact place where this is happening to try to figure out.
Forum: Plugins
In reply to: [Nav Menu Images] Images not scalingThis has nothing to do with this plugin. It’s standard CSS issue that needs to be solved by responsive styles.
Forum: Plugins
In reply to: [MultilingualPress] Translation deleted, no button to recreateThis button doesn’t exist.
Do you plan to implement this? I can create this feature and send pull request if it’s not on your todo list.
I can confirm existence of this problem after v3, in other topics I’ve seen that users have it with SugarSync too so it’s obviously that there is some deeper problem that isn’t related with Dropbox too.
Forum: Reviews
In reply to: [Nav Menu Images] Does not work with BWP Security pluginWe discussed about this issue on my blog and it’s clear that this issue isn’t caused by Nav Menu Images plugin.
Forum: Plugins
In reply to: [Nav Menu Images] "use this image for menu" little modifyWith version 2.0 of this plugin, button “Set featured image” should be more prominent and easier to use.
Forum: Plugins
In reply to: [Nav Menu Images] Upload menu item image is not visibleHave you saved you menu before? After you add items to your menu, you need to save menu first before being able to upload images.
Forum: Plugins
In reply to: [Nav Menu Images] Nice pluing but missing something important!As for sprites, that goes way beyond this plugin’s territory and I don’t have any plans to add something like that.
Hover images could be made by making some custom code.