-
Author
-
March 10, 2018 at 08:44 #191179
spocar
ParticipantHello again everybody , hope all of you are doing well. Quick question. Is there a way I can delete some option in this field? like for example I just want to keep profile, notifications, message and friend? because in my site looks so saturated and I want it to make it look simple, short but nice. Thank you so much in advance
March 10, 2018 at 18:08 #191234Kieran_SQ
ModeratorHi,
I can send you the CSS for this but it looks like you have plugin specific tabs so I will need to inspect it manually to generate the correct CSS for you.
I have checked your other tickets for login details but they no longer work. Please can you therefore update this ticket, in a private reply, with admin credentials for your site.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2018 at 01:05 #191300spocar
ParticipantHello Kieran. Yes thank you for your response. My credential is
Id: spocar
Pass: eduardo2189
Thank you for your help
March 11, 2018 at 15:20 #191323Kieran_SQ
ModeratorHi,
Unfortunately I am still not able to login using the details provided. Please consider creating a new user with the email kieran@seventhqueen.com so I can reset the password if needed or sending details again after checking/resetting the password.
Error (username removed)
ERROR: The password you entered for the username ###### is incorrect. Lost your password?Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2018 at 16:26 #191333spocar
ParticipantSorry about that. I created a new user and pass
User: kieran
Pass 123456e
The mail is the one you gave meMarch 11, 2018 at 16:35 #191334Kieran_SQ
ModeratorHi,
The CSS for your site, with your current plugins, to hide the menu items on the profile is as below
COPY CODEli#activity-personal-li {display: none !important;} li#xprofile-personal-li {display: none !important;} li#notifications-personal-li {display: none !important;} li#messages-personal-li {display: none !important;} li#friends-personal-li {display: none !important;} li#location-personal-li {display: none !important;} li#groups-personal-li {display: none !important;} li#forums-personal-li {display: none !important;} li#media-personal-li {display: none !important;} li#settings-personal-li {display: none !important;} li#membersfav-personal-li {display: none !important;}You should remove any line from above where you wish to keep the menu item available on the front-end, for example, as per your opening text (profile, notifications, messages and friends) it would be as follows
COPY CODEli#activity-personal-li {display: none !important;} li#location-personal-li {display: none !important;} li#groups-personal-li {display: none !important;} li#forums-personal-li {display: none !important;} li#media-personal-li {display: none !important;} li#settings-personal-li {display: none !important;} li#membersfav-personal-li {display: none !important;}Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionMarch 12, 2018 at 04:29 #191422spocar
ParticipantThank you so much Kieran you are the best!!! Thank you again!!
March 12, 2018 at 05:08 #191428spocar
Participanthello again Kieran. I was checking everything that you told me and It worked at the first time, but when I tried to bring back some option the theme still showing me the same options to show in the code that you gave me, even thought I add new lines or delete some.
March 12, 2018 at 05:38 #191437spocar
ParticipantHello again Kieran. Nevermind I fixed already I dont even know if it was ok the css code that I wrote, but because I couldn’t see the results with “media” and “favorite member” I changed the css code of those two from {display: none !important;} to {display: inline !important;} and It worked. Thank you again. Hope stays like this from now.
March 12, 2018 at 05:59 #191440Kieran_SQ
ModeratorGlad it is working for you now. Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.