Forum Replies Created
-
Author
-
sharmstr
ModeratorQuit thinking about it and do it. It would save me a lot of hair that I’ve pulled out trying to get the image crop to work. 🙂
I’ve actually nearly decided to dump the rtMedia part of this plugin and instead just reuse the buddypress avatar upload and crop features. Its actually working, but I havent changed all the code to save it as a cover instead of an avatar. Anyhow, its probably for the best, especially if it will become part of Kleo. I’m sure there are some Kleo users that don’t want to use rtMedia (shocking, I know).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis is so beyond my abilities, but I’m getting closer….
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou’ve turned the title/breadcrumb off on the index, but the topics will still have them.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUnless I’m missing something, there’s a ‘Disabled’ option to disable the title on Buddypress pages, but not one for everything else. You can however turn the page titles off at the page/post level in Theme General Settings. Perhaps the option to turn it off globally will be added soon. (hint hint)
To change font color of just the top bar, do a search. I recently discussed how to do that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe fix last time was to clear your cache. Did you do that this time too?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou guys are running Kleo 1.6.3? bbpress 2.5.4?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI cant remember off the top of my head how kleo calculates what gets hidden under the + sign. It has to do with adding up the icons width + padding. Without digging into that, you can play with the padding on either side of the icons by putting something like this in your child css and changin 20px to 10px.
COPY CODE#buddypress div#item-nav ul li a { padding: 5px 20px; }
The icons are fonts and the size is determined by
COPY CODE#buddypress div#item-nav ul li a:before font: 400% "fontello" !important; }
You can lower that down to 200% or something. Again, you’ll have to play around with it.
Keep in mind, there are other things you might want to adjust if you go this route. Like the number bubble that overlays the icon and possibly the font size of the labels.
And of course, since its all based on total with of all the icons compared to total width of the screen, results may vary.
One thing I’ve considered doing is rearranging the order of the icons so that the frequently used ones are almost always displayed. I really dont care if ‘settings’ is always shown because it will be rarely used.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWe need more information in order to help. Can you explain, in detail, what the problem is? Are the settings actually saving but the changes are not appearing on the frontend? Are they not saving because you’re getting an error message? Are you running current versions of kleo and the related plugins? Have you tried disabling other plugins?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYeah, I have several tabs. But only ‘really needed’ info on the base tab. Then I’ll redirect users to the other tabs on first login after sign up. (dont ask me how, because I dont know yet.)
According to the track its 2 weeks late. https://buddypress.trac.wordpress.org/milestone/2.1
– New @mentions interface: type a @ when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.
– Set better passwords with the password strength meter on the registration and user settings pages When a user attempts to change their email address, the new address requires email verification before the change is applied
– New “URL” XProfile field type
– Continued performance enhancements, particularly on the Members and Groups directories.
– Higher quality translations (automatically fetched by WordPress), courtesy of BP translation volunteers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttp://wordpress.org/plugins/bp-redirect-to-profile/
or
https://wordpress.org/plugins/buddypress-login-redirect/
or
http://bbpress.org/forums/topic/redirect-user-to-buddypress-profile-setting/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you dont want it to be enormous, don’t ask them so many damn questions 🙂
I just saw that Buddypress 2.1 will add a password strength meter.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay. I’m using a modified version of Live username availability checking: https://wordpress.org/plugins/live-username-availability-checking/
That plugin only works in wp admin. I’ve attached my version to make it work on the font end.
NOTE: I’m using a heavily customized register page. Some of the modifications for styling might not work for you. You can easily edit those on lines 17, 19 and 21.
If this doesnt work for your install, I’m sorry. It works for mine and that’s all I can focus on right now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorSo does this mean I cannot set the forum root to be my customised forum index? What impact will this have?
Well, the breadcrumb link wont go to your custom page.
I tried changing my forum root to the custom page I created. I still can’t duplicate the issue you’re having. Its so weird that it will work with the main kleo theme activated but not the child. I dont know what to try anymore. My normal response of “disable plugins” shouldn’t apply since it works with the main kleo theme.
Hopefully the Kleo team can chime in here help you sort this out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI just realized that my answer probably wont work for you. Sorry again. I’ll go hide in a corner now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry. Sometimes its hard to tell if the person is asking a basic question because they are new to kleo or a more advanced question.
Have you looked at this plugin? http://bp-tricks.com/featured/buddypress-shortcodes-plugin/ It will allow you to insert a shortcode for the members and groups into your function. You’d probably to have override the styling of it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’ve updated the plugin and moved it to its own github repo: https://github.com/colabsadmin/bp-posts-in-profile
(@splendor, I dont see any reason why you should use the new version of the plugin. Mainly I’ve only turned the code into a class and added the posts_per_page=”‘.get_option(‘posts_per_page’) code. )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRegarding Forum settings. That’s not what I’m seeing. I’ve attached a screenshot of my setup.
Here’s what I did exactly.
Originally, before I started helping you, I had a page called Forums, with the slug ‘forums’. The page didnt have any content. Then I went in, enabled VC, added a custom header and turned off the title. When going to the forum, the title was turned off and the custom header was displayed, but the forum index was gone. After adding a text box with the forum index shortcode, it worked as intended.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI’m at a loss here so bear with me.
Maybe its loading a different template. The Forum page should be using /kleo/archive.php or /kleo/page.php. You can verify this by installing “reveal template”. It uses archive.php if the page slug is ‘forums’ and you have same slug setup in your forum settings. It uses page.php if you created a page and dont have that page slug set up in your forum settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat makes more sense now in my little brain. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOff the top of my head, is there something in kleo-child/functions.php? Wait what do you mean “KLEO Child Theme I have created“? Are you saying you created the folder and the the style.css file from scratch instead of uploading it from the kleo install? I’m not sure why that would be an issue, but maybe?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you’re using a static homepage, you can use Visual Composer to add buddypress elements.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI just had a thought. If you want to create a dashboard for users, you could probably display different menu items depending on if the user is looking at their own profile or someone else’s. So, if I’m looking at my own profile, instead of seeing “My Posts”, I’d see “Recent Blog” or something like that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI have a better understanding now, thank you. But those ‘groups’ and ‘forums’ tabs are specific to that member. When you’re viewing a members profile and you click on “groups” you dont see all the groups on the site. You only see what groups that member is participating in. Same goes for Forums.
Please understand I’m not arguing. I really have no issue with what you’re doing. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m unable to recreate the problems you’re having. I edited my main forum page by adding the custom heading, then a text box with the [bbp-forum-index] shortcode. In Theme General Settings I turned on ‘hide the title’, set breadcrumbs to ‘hidden’ and turned on ‘hide information’. I’ve attached a screenshot.
I wonder what’s different between our setups.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorAhhh. That does make sense. Google it. Its probably been asked before. If you come up empty try asking in the Buddypress forum.
Seems to me they would have thought of this by now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@splendor Here’s what the developer has said about pagination: https://github.com/billerickson/display-posts-shortcode/issues/7
He’s been asked about it several times and he is strongly opposed to it.
By default it will return the 10 most recent posts. He does have an attribute to change that. So what I’ll probably do is set it to the value set in wp-admn ->settings ->reading ->blog pages show at most. At the end I’ll display a link to the standard wp author page /author/membername. I realize that this doesnt quite fit for you since you’re displaying all posts by all users (still confused as to why you want to do that in a member page), but you should be able to edit the link to point to your blog.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/wordpress-4
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMaybe its there but its actually hidden. I’ve seen it before with other buttons. Right click on the page and view source. Do a search for value=”Send Invites”. If its actually there, then maybe a another plugin is moving under another div. Again, I’ve seen this a few times.
Also, you won’t see anything if you dont have any friends. This had me scratching my head for a moment when I was using my admin account that doesnt have any friends.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAnytime. Marking resolved. Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt works perfectly. Thank you, Abe.
I just learned something too. This is awesome. Thank you again.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. My site is still in testing phase and I dont have a ton of posts so I guess I hadn’t thought of that yet or at least wasnt aware that it was an issue. You might try adding kleo_pagination(); after the endwhile in bp_show_posts_shortcode. Like I said before, I’m using a new version of the plugin so its hard to help you with the old code on my github. And before you ask… No, you cant have the new version yet. Its not ready.
Also, I’m not a guy.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont know. Play with it. You’ll probably have to set the position to retaliative as well.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorInstead of margin-top, use top. You’ll also have to move the other divs up.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorfloat right works but is unreliable depending on screen size. See attached.
You’ll have better luck asking your question in the Buddypress forum since you’ll probably have to divide the menu into to containers to do what you want to do.
Again, moving the avatar up is the easiest solution to get the menu under the image.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThe easier solution would be to move the avatar up. Then the nav menu would align with the bottom and there’d be no reason to split the menu into two pieces.
Wait, I just thought of something that might work. All of the tabs have a float:left assigned to them. Maybe changing demo history, settings and photos to float:right will work. Maybe.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’ll have to split the menu into two divs. One floating left, the other floating right. http://codex.buddypress.org/themes/members-navigation-menus/
Good luck.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe div that holds the profile cover is injected by this line of code
COPY CODEadd_action( 'bp_before_member_header', array( $this, 'add_profile_cover' ), 20 );
If you want to change where its injected then you’ll have to change ‘bp_before_member_header’ to wherever you want.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m an idiot. All I needed to do is turn on ‘responsive through all levels’. *sigh*
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’ve found an issue with VC and switching from Backend Mode to Classic Mode. The wysiwyg editor buttons are squished to the left side. Obviously not a Kleo issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorJust change your buddypress pages (or just your member profile) layout to full width. You’ll also want to make sure that rtMedia featured size is wide enough if you have cropping turned on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts