Forum Replies Created
-
Author
-
June 3, 2015 at 00:39 in reply to: Unify Buddypress / Paid Memberships Pro / WooCommerce Profiles #60824troy7890Participant
I understand, no problem. It sounded like it was something you were personally familiar with, I misunderstood.
June 3, 2015 at 00:22 in reply to: Unify Buddypress / Paid Memberships Pro / WooCommerce Profiles #60818troy7890ParticipantSharmstr – thanks for the info. If we can really sync the pmpro custom fields into the xprofile that would be awesome. Can you please post the info on how to do that here? The link you posted requires a $100 membership to view the post.
Thanks!troy7890ParticipantThankful that someone else has been questioning this besides me.
It would be very helpful to have a central place to go to check if these core plugin updates are deemed safe or not.
1. BuddyPress
2. Paid Membership Pro
3. rtMediaI haven’t yet updated #2 & #3 in fear of not having confirmation of their compatibility with KLEO.
troy7890ParticipantAndrei,
This menu fix fixed the menu for the mobile Google Chrome browser, but unfortunately it is still not working on the native Android browser on my site. The stock browser app on my phone is called “Browser”.
Can you please take a look at this?What’s odd is that I just pulled up your theme demo using this same Browser app, and it’s allowing me to access the child menu items fine. But not on my site. http://seventhqueen.com/themes/kleo/home/
troy7890ParticipantHello again,
This problem is still going on with the mobile menu not displaying the 2nd level pages. The drop-down feature is not working at all. http://www.boardgamersleague.comIs there anything I can do to fix this? Please test in your phone’s browser.
troy7890ParticipantThanks sharmstr, That created the text red, not the background. But you definitely solved it with showing me the css element, thanks!
COPY CODE#groups-sort-by option { background: #333333; }
February 23, 2015 at 19:36 in reply to: Problem on one server only – can't make activity comments #47305troy7890ParticipantI understand that, but what I don’t know is what is causing this .css file to not load.
To test for conflicts, I have disabled the non-packaged plugins but that did not make a difference in the file not loading.I’ve provided admin access above, if possible, please investigate this issue.
Thanks.troy7890ParticipantHere’s what I have in my child functions file. It’s not working though. And yes this .png is on the server in that location. Please advise, thanks.
COPY CODE// change default avatar for members function myavatar_add_default_avatar( $url ) { return get_stylesheet_directory_uri() .'/images/BGL-icon72.png'; } add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' ); add_filter( 'bp_group_gravatar_default', 'myavatar_add_default_avatar' );
troy7890ParticipantUpdate –
In Chrome, I was able to get the sub menu items to work after I assigned my main menu as the “side menu” location. When it was only assigned as Primary, it was not allowing me to expand the parent menu items. So this still should be considered a bug I guess, but I found a work around.
February 22, 2015 at 04:19 in reply to: Problem on one server only – can't make activity comments #47045troy7890ParticipantFYI
I was able to get the submit button on the activity page to display by disabling the “Allow upload from activity stream” option in the rtMedia – Buddypress options page.Having that option enabled was pushing down the “post update” button off screen.
Just something to note.
troy7890ParticipantThanks so much sharmstr.
So we’re getting really close to doing what the original topic of this thread requested. Here’s what my page looks like now – You’ll see that the field titles are displaying from the function, but not the field data.
http://boardgamersleague.com/player-info/members/Using your bp_profile_header_meta that you posted, I’m able to get that to work on the member profile page fine. But for some odd reason, the field data is displaying before the field title. (see attached)
We’re getting close! Thanks!
Attachments:
You must be logged in to view attached files.troy7890ParticipantThank you sharmstr. My bad, apparently my hand didn’t copy the first line (which is overlapped when you select the code BTW). Totally my bad.
However, after adding that action and flushing the cache, still nothing changed on my members page. Weird.
troy7890ParticipantJust a public comment that adding the ? to the line had no effect on getting the fields to display.
troy7890ParticipantSo I just discovered that the issue only present in the Chrome browser (mobile). My other mobile browser is showing the child menu items fine. Weird.
I realized I should of probably started a new thread for my issue since it’s a little different than Kmaay’s. Sorry for hijacking – but it’s related in the sense that they’re both mobile menu display issues.
troy7890ParticipantHi Andrei,
Thank you.Unfortunately the bug is still present in version 2.4
I installed 2.4 the day it came out.Mobile menu only shows top-level pages still.
Please advise, thanks.troy7890ParticipantSorry – wrong photo screenshot uploaded.
From the link above you’ll see that the only profile fields that are loading are the item title and the itme meta “activity”.Thanks for your help.
This will be a nice addition to a great community theme.Attachments:
You must be logged in to view attached files.troy7890ParticipantHmm, that’s what I have now.
http://boardgamersleague.com/player-info/members/
Attachments:
You must be logged in to view attached files.troy7890ParticipantNot working for me either –
Does the member details field need to be the field id name?
$kleo_config['bp_members_details_field'] = 'Favorite Game Character?';
Or
$kleo_config['bp_members_details_field'] = 'field_112';
troy7890ParticipantOh, sorry. I just realized you were asking about your “side” menu. I was not – should of started my own thread I guess. Anyways, their both menu visibility related issues.
troy7890ParticipantSame here – works on desktop site but not on mobile site. (submenu items)
Also on desktop version, the 3rd level of menu items is not showing up at all. Is this a known bug?
http://www.boardgamersleague.comFebruary 10, 2015 at 00:47 in reply to: Problem on one server only – can't make activity comments #45342troy7890ParticipantThanks for taking a look
I wonder if this is related to me prematurely updating to BuddyPress 2.2.0 ?
I honestly did that update on accident – I did know better but things like that happen once in a blue moon.Anyways, any tips to forcing the main.css file to load would be appreciated.
February 9, 2015 at 23:37 in reply to: Problem on one server only – can't make activity comments #45324troy7890ParticipantThis reply has been set as private.February 9, 2015 at 23:11 in reply to: Problem on one server only – can't make activity comments #45320troy7890ParticipantThis reply has been set as private.February 9, 2015 at 23:09 in reply to: Problem on one server only – can't make activity comments #45318troy7890ParticipantThanks for this info – however adding this scripts to my functions did not change the problem with making the “What’s New Submit” button visible for me on my group’s pages. I suspect it’s a css positioning issue because I can make it partly visible with some tweaks to #buddypress #whats-new-options. I will post a private reply with my login info, thanks.
Attachments:
You must be logged in to view attached files. -
AuthorPosts