-
Author
-
March 10, 2018 at 08:44 #191179spocarParticipant
Hello 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
Attachments:
You must be logged in to view attached files.March 10, 2018 at 18:08 #191234Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 11, 2018 at 15:20 #191323Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 11, 2018 at 16:35 #191334Kieran_SQModeratorHi,
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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 12, 2018 at 04:29 #191422spocarParticipantThank you so much Kieran you are the best!!! Thank you again!!
March 12, 2018 at 05:08 #191428spocarParticipanthello 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 #191437spocarParticipantHello 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_SQModeratorGlad 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 solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.