Forum Replies Created
-
Author
-
mtgame21
ParticipantLook into the plug in “Conditional Profile Fields”. That may be able to help you some.
October 19, 2015 at 18:29 in reply to: How to hide specific members from appearing in Member Directory #83195mtgame21
ParticipantThanks Laura, I will give this code a try. Also, I did some more research and found a plugin called BP Profile Visibility Manager that I will experiment with as well. You can mark this as resolved.
mtgame21
ParticipantThanks for the summary.
Per your link above to another forum thread, I’m going to give https://wordpress.org/plugins/jonradio-private-site/ plugin a try. I think this might work. You can count this question as resolved.
mtgame21
ParticipantYou are AWESOME! That fixed it. My bad on not applying it to the second selector, didn’t see it at first 🙂
mtgame21
ParticipantI added !important and that made the Following page a 2 column member list, which looks good. However it also changed the Member Search page from 3 columns to 2, which messed up the formatting on that page. Is it possible to make that change only apply on to the Following page?
No problem on the STAR rating sort by request. I’ll reach out to the developer on that.
mtgame21
ParticipantHi Laura, please go ahead and close or delete this thread. I was able to figure out much of this by looking through the forum and getting pointers on similar tasks.
I will start a new one if needed. Thanks.
mtgame21
ParticipantI may almost have it fixed.
Is there a way to set a minimum height for the box. For the boxes that show “No Review”, the height is 130px. For all the members that have a Review like the one I circled in red, These boxes have a height of 95px. I’m not sure why it changes.
The other fix was I was able to resize the container box that holds the review line and set it to match the set width of the main container reference above. The set width is 277px, previously it was 333 for this container.
Attachments:
You must be logged in to view attached files.mtgame21
ParticipantIn my original posting, I asked…
Also is there a way to create a visual break with a space between individual postings and/or eliminate the
vertical line that connects the circle avatar. That way each Posting(with its associated comments) is visually
separated from the next Posting (and its associated comments).I was able to eliminate/hide the vertical line that connects the circle avatar with this CSS code:
#buddypress .activity-timeline { height: 0%; }Next in the box that holds the “Comment , delete, privacy” buttons. I tried to lesson the padding under it with:
.logged-in #buddypress div.activity-meta {
padding-bottom: 10px; }
The 10px was originally 40px. When I tested the change with Firebug editing, it worked, but when I put code in my quick CSS, it defaults back to 40px even though it shows by change with a strikethrough line over my change. Can you help me make the change stick or another way to do it.I’m still trying to figure out how to add a 10px Margin or so between each top post, and change the background color for each top post and a different background color for the comment postings under each top post.
Attachments:
You must be logged in to view attached files.mtgame21
ParticipantIn the pic, I have circled the Profile Group text with red text and the Field Names text with green.
Attachments:
You must be logged in to view attached files.mtgame21
ParticipantI haven’t used the “Content Aware Sidebars” plugin yet, but might be worth looking into to see if it will solve your problem. I just heard of this plugin a few days ago.
mtgame21
ParticipantWith the added line:
#buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em }
the subnav was green for every menu item.I took out the reference to the color and it worked perfectly with the additional code you provided earlier. I have the all subnav items grey and the selected one is green and the hover ones turn green.
#buddypress #item-body #subnav ul li a {font-weight:bold; line-height:1em }Thanks for resolving.
mtgame21
ParticipantThat did the trick. Consider this ticket thankfully Resolved.
My apologies for not mentioning the menu height settings earlier. KLEO theme and the support here is 5 star!
mtgame21
ParticipantIs there any other information that I could provide you that might help solve this issue?
mtgame21
ParticipantAnd then if I only change the my page settings, under Theme General Setting, Display Tab, Top Bar status = Visible…you will see in the picture that the extra space below the menu bar disappears and above the menu bar is the now visible Top Bar which is blank (I didn’t put anything in it).
Hopefully this is a helpful clue that is goes way for some reason, when the Top Bar is visible.
Attachments:
You must be logged in to view attached files.mtgame21
ParticipantYes, In my Kleo Child Theme Options, Header Options, “Show Breadcrumbs” is OFF. For my page settings, under Theme General Setting, Title section Tab, Breadcrumb = Hidden.
mtgame21
ParticipantCorrect, I only plan to use the main Menu Bar. In my Kleo Child Theme Options, Header Options, “Display top bar” is OFF.
For my page settings, under Theme General Setting, Display Tab, Top Bar status = Hidden, and Title section Tab, Hide the title is Checked.mtgame21
ParticipantMore info, ran a couple scenarios…
If the Top Bar is Visible either at the site or page level, didn’t matter, that extra space disappears below the Menu Bar. Note, at this time, I don’t intend to make the Top Bar visible.
The Title Bar turned being visible or not at the page level (regardless of the Top Bar settings)had no impact on visibility of the extra space below the Menu Bar.
Note: this extra space appears below the Menu Bar on every page. If I change the background for the menu bar, the space is still there, so I know its part of the menu bar somehow.
mtgame21
ParticipantThe first part worked perfect.
For the second item, I deleted everything from before below,
#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important}
#buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em }
#buddypress #item-body #subnav ul li#new-personal-li {background-color:tomato; line-height:1em;padding:2px;border-radius:2px !important}
#buddypress #item-body #subnav ul li:hover{ background-color:#666; }
#buddypress #item-body #subnav ul li a:hover{ color:#fff;and replaced with what you suggested:
.main-color #buddypress div.item-list-tabs#subnav ul li.selected a { color:green; }
.main-color #buddypress div.item-list-tabs#subnav ul li a:hover { color:green; }The default text color is gray and the selected one is green, and the hover text is green, perfect.
Would just like to make font appear like it did in your previous code I removed, where I think the default type was bold?mtgame21
ParticipantHi Radu, two things and I appended a pic this time so I could explain it better.
For the code above I changed the second line to red to test it. In the picture, my mouse was hovering over Notification. What I would like is to have the text for Wall, Profile, Notifications, Reviews….to always remain grey, and when I hover over Notifications, or a different one, the above icon turns red just like it is in the icon above Profile.
For the Sub-Menu with the words View, Edit, Change Profile Photo, and Change Cover. I would like them to default all to grey. If I clicked on View, it would be green text and all the others would remain grey text. Then my hover text color would be green.
Thanks.Attachments:
You must be logged in to view attached files.mtgame21
ParticipantFollow up question on this same profile page.
One of the Xprofile Fields I use is of type “Checkbox” where you can select multiple answers. If a user selects multiple answers, on their profile page, the answers are displayed one after another separated by commas instead of one per line.
Is there way to make it display one per line?
mtgame21
ParticipantHi, I am using Radu code from above to modify the sub-menus under the buddypress icons:
#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important}
#buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em }
#buddypress #item-body #subnav ul li#new-personal-li {background-color:tomato; line-height:1em;padding:2px;border-radius:2px !important}
#buddypress #item-body #subnav ul li:hover{ background-color:#666; }
#buddypress #item-body #subnav ul li a:hover{ color:#fff; }Right now, all of the sub-menu items have green text, and the hover text turns to grey, and when you select one, they are all green again.
How would I modify this the make all of them default grey text, change the submenu text you are on with green text, and when you hover over a different submenu item, the text turns green.
Thanks for the helpSeptember 24, 2015 at 20:57 in reply to: Planning guidance: Buddypress members collecting payments #79393mtgame21
ParticipantFor clarity, when I say “transaction fee”, that is a payment that would be collected by me (the website). And the core fee of $10 in the above example would be paid directly to the Buddypress member on my site.
September 24, 2015 at 20:13 in reply to: How to hide menu item under "My account" profile menu for logged out users #79386mtgame21
ParticipantIf I understand your problem correctly, I had a similar problem and noticed that if there was no sub menu under “My Account” menu it, it would not appear if the user was logged out. Once they logged in, the “My Account” menu item would appear in the menu bar. If you added a sub-menu item under “My Account”, then “My Account” and the sub-menu item would appear even if the user was not logged in.
My solution was to use a plugin called “Nav Menu Roles” which made it very easy to control visibility of the sub-menu items based on the condition if the user was logged in or not.
mtgame21
ParticipantThanks for you help. I ended up using a plugin called Redirection that solved the problem perfectly.
mtgame21
ParticipantTrying to update per the instructions given above,as you suggested…
1. Automatic updates:
– Go to WP admin – Theme options – Theme Update
– Enter Themeforest username and API KEY
– Save the options
– Go to WP admin – Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
– Click the checkbox next to it and click to Update themes
*******************************************************************I entered in my Username and API Key in the Theme Update section, saved my setting, and then went to Dashboard. But it tells me there are no updates.
Then I went to Dashboard -> Appearance -> Themes to lookup the theme versions for KLEO Child (which is activated) and KLEO.
KLEO child theme version is blank
KLEO theme is version 3.02Am I missing a step? Not sure what to do next
-
AuthorPosts