-
Author
Tagged: Profile Menu Items
-
September 15, 2015 at 08:10 #77737jwchameleoncorpParticipant
Hello,
I would like to make the following changes to the drop down menu that exists between the “Login” and “Sign Up” button.
1. I would like to add or remove items in the drop down
2. I would like to change the labels of the items in the drop down to different words
I looked in the Menus area of the WP dashboard, but didn’t see where I might make these changes.
Can you please point me in the right direction?
Thank you for the help!
September 16, 2015 at 17:55 #78047LauraModeratorHello, do you mean the profile menu in the header?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 16, 2015 at 19:05 #78068jwchameleoncorpParticipantThis (see attached)
Attachments:
You must be logged in to view attached files.September 18, 2015 at 01:53 #78283LauraModeratorHello, please check out here https://archived.seventhqueen.com/forums/topic/add-menu-item-to-the-profile-drop-down-menu
To delete any of them ,let me know which one you want to deleteHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 18, 2015 at 02:14 #78297jwchameleoncorpParticipantHi @laura,
Okay, I added the code as suggested and it crashed my whole site! Getting a bit frustrated.
Here’s the code and a snap shot of the editor AFTER putting it back to the way it was before adding the code. Even after deleting the new code, it does not work!
COPY CODEadd_filter('header_profile_dropdown', 'my_profile_link'); function my_profile_link($links) { $links[] = '<li><a href="http://mydomain.com/help" rel="nofollow">Help</a></li>'; return $links; }
Attachments:
You must be logged in to view attached files.September 18, 2015 at 02:14 #78300jwchameleoncorpParticipantHere is how my site looks now (see attached)
Attachments:
You must be logged in to view attached files.September 18, 2015 at 02:20 #78304jwchameleoncorpParticipantHi @laura,
Never mind. It wasn’t the code that crashed the site. The plugin WP Rocket crashed the site. I disabled the plugin by renaming the folder and the code works. Do you know if there is a compatibility issue with the plugin?
September 18, 2015 at 02:24 #78305jwchameleoncorpParticipantAlso, per your reply, I do not want to delete any of them, but I would like to rename some of them. Particularly:
Under the Profile Dropdown:
1. “Activity” to be change to “My Activity”. Otherwise there is confusion as to whether it means Sitewide Activity
2. “Groups” to be change to “My Groups.” For the same reasons.
Thanks for the help.
September 18, 2015 at 03:19 #78313jwchameleoncorpParticipantHi @laura,
I’d like to add a couple more things:
1. Would it be possible to reorder the items in the drop down menu?
2. Would it be possible to create sub-menu items? Example:
My Classifieds > Place a classified
> Renew a classified
> Edit a classifedAs always, thank you for all your work!
September 18, 2015 at 23:58 #78454LauraModeratorHello, right now thw submenu feature is not avaible, the reorder could by done by css maybe, what is the order that you want?
About the renames, you could use loco translator for that 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 19, 2015 at 21:39 #78539jwchameleoncorpParticipantHi @laura
Loco Translate looks interesting, but after reviewing the plugin, I have a question.
I plan on making the website multilingual using something like WPML. If I use Loco Translate to do renames, will it affect or conflict with the ability for WPML (or a similar plugin) to do it’s job of translating those renames into other languages, on the site?
September 19, 2015 at 22:29 #78561LauraModeratorHello, it wont affect at all 🙂 But i suggest to use q-translate x instead of WPML if you are a novice
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 19, 2015 at 22:37 #78568jwchameleoncorpParticipantThanks for the tip! I need all the help I can get! 🙂
September 19, 2015 at 22:41 #78571jwchameleoncorpParticipantOne more thing. I forgot to answer your question…”the reorder could by done by css maybe, what is the order that you want?”
I want to put the “Settings” label at the bottom of the drop down menu. It’s much more intuitive for the user.
September 19, 2015 at 22:43 #78572LauraModeratorHello, ok 🙂 can you share an user so i can test some code? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 19, 2015 at 22:52 #78576jwchameleoncorpParticipantThat’d be great! It’s on the DEV site right now, (which is coming along really well 🙂 ) so I’ll circle back with you when I upload it to the server. Maybe a week or two. Thanks Laura. Have a great weekend. 🙂
September 19, 2015 at 23:15 #78578LauraModeratorHello ok 🙂 thanks you! have a great weekend you too 🙂
Will be here once you have the site live.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 23, 2015 at 04:52 #79064jwchameleoncorpParticipantSeptember 24, 2015 at 04:58 #79277LauraModeratorHello, those are dynamic links, cant add them without editing the php files.
Please list me all the changes you need so i can check it all 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 27, 2015 at 18:59 #95354themegbhParticipantHello Laura, I have the same problem to rename ‘Activity’ to ‘My Activity’. Can you please elaborate on to achieve this using loco translator? Any direct code we can use instead of a plugin?
December 28, 2015 at 22:29 #95498LauraModeratorHello, just to to Loco Translator, Find your language at the theme and click it, now at the translation screen click SYNC and search for Activity, “translate” it to My Activity
Save, do this with any other plugin related to buddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.