sepidpooy
Forum Replies Created
-
Hi Imath,
We are interested the capability to upload file in someone else folder too. Would you be able to provide us a quick patch which let the user select a folder from all available folders in a specific group to upload her files ?
Thanks
Forum: Themes and Templates
In reply to: Theme Conflict with Java Scriptscbox-theme (common-in-the-box) . I don’t have this problem with Default wordpress theme.
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerThanks esmi for your help.
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerOn the front or back end? Or both? I think there are plugins that can do this part for you.
Thanks for your reply. I am interested to hid the WordPress Toolbar on Front-end AND keep the fly-out menu under username somewhere else in the header.
I know how to hide the Toolbar from Front-End. However, I don’t know how to replicate the fly-out menu in my header.Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerWhy do you need to move this? I suppose you could hide the flyout if you created a plugin that added a bit of custom CSS.
I want to hide the Toolbar (Admin Bar). However, this fly-out menu is very useful and I want to keep it. Therefore, I am looking for some way to move/replicate the same fly-out menu (with the same content) somewhere in my theme header and then hide the Toolbar(Admin Bar).
Are you aware of any plug-in which can replicate this fly-out menu somewhere else ?
Thanks
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerThere is no menu item called “My account” in WordPress. Are you referring to the flyout menu under your name after you have logged in?
Exactly.
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerSo you added this via add_menu()?
You keep saying there is no my-account menu in wordpress even when I send some screen shots from that menu. You might not call it my-account menu. However, the wordpress source code name it in this way and used add_menu() to add it in the Toolbar. Here is the source code:
I want to move this flyout menu from Toolbar (formerly Admin Bar) to my theme header. Do you have any idea how can I do this ? Is there any plug-in around which can help to do replicate similar Flyout menu ?
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerThere is no “My account” menu is WordPress.
FYI:
https://codex.www.ads-software.com/Class_Reference/WP_Admin_Bar/add_menu
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerHave you tried adding the ‘Meta’ widget to your sidebar? It is found in the admin panel under Widgets. Just drag and drop it into your sidebar.
Thanks for your reply. Meta widget does not include everything that is available in the my-account flyout menu. Only log-out link is in common. Is there any other plug-in or tricks ?
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerIs this perhaps part of a multisite?
No, I am talking about single self-hosted wordpress. I am not interested on any single item within that flayout menu. I would like to move the WHOLE menu from Toolbar to Header. Just to make it more clear, here is another screenshot of the menu:
https://i58.tinypic.com/ekqkg8.pngForum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerLet me put it in the other way:
Is there any plug-in which can generate almost the same drop-down menu ?
If yes, I can hide the top Toolbar and use the plug-in to make such a menu in the theme header.
Thanks
Forum: Themes and Templates
In reply to: Move my account menu from Toolbar to theme headerI am talking about the menu on the top Toolbar in the very right hand side. Here is a screen shot of a sample Toolbar and I am talking about “Howday, wpace” menu in this example:
https://codex.www.ads-software.com/images/e/e4/toolbar-MP6.png
Forum: Plugins
In reply to: [BuddyDrive] How to instruct group file sharing process to new users?One more comment about the buddyDrive page in the user profile. It would be nice to have all buddyDrive icons (e.g Root, New file, New Folder etc.) in one row. Right not the Root icon is located in “buddydrive-crumbs” div and the others are located in “item-list-tabs” div. Therefore they show up in separate row.
To me it makes the page more beautiful to vertically align all icons with the same theme in one row.
I think you already did align them in the buddyPress page at groups. The Root icon in float=left and New File icon is float=right in the same row.
Forum: Plugins
In reply to: [BuddyDrive] BuddyDrive is working but can not get drive listingI am sorry, I changed buddyDrive slug to Library. That is why you see “Library” in the error msg. I did your suggestion and find out buddyDrive has conflict with WPML Media Plug-in. Basically, WPML Media does not recognize the media language and filters all files from being listed out in the buddyDrive. We don’t need WPML Media now therefore, I disable it and my buddyDrive works like a charm.
Thanks for your feedbackForum: Plugins
In reply to: [BuddyDrive] How to instruct group file sharing process to new users?This is great. Thanks a lot it works fine and is all I need.