Forum Replies Created

Viewing 32 posts - 1 through 32 (of 32 total)
  • Author
  •  troy7890
    Participant

    I understand, no problem. It sounded like it was something you were personally familiar with, I misunderstood.

     troy7890
    Participant

    Sharmstr – 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!

    in reply to: Upgrading Plugins – Golden Rule #53717
     troy7890
    Participant

    Thankful 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. rtMedia

    I haven’t yet updated #2 & #3 in fear of not having confirmation of their compatibility with KLEO.

    in reply to: Mobile Side Menu #52741
     troy7890
    Participant

    Hmm, Andrei’s fix worked for me, after clearing my cache.

    in reply to: Mobile Side Menu #51686
     troy7890
    Participant

    Andrei,
    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/

    in reply to: Mobile Side Menu #51517
     troy7890
    Participant

    Big thank you to Andrei –
    My mobile menu finally works!

    in reply to: Mobile Side Menu #51146
     troy7890
    Participant

    Hello 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.com

    Is there anything I can do to fix this? Please test in your phone’s browser.

    in reply to: Chrome css background issue #49825
     troy7890
    Participant

    Thanks 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;
    }
    in reply to: Feature Request – Default Profile Photo #47324
     troy7890
    Participant

    Works perfectly – thanks for helping with this feature!

     troy7890
    Participant

    I 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.

    in reply to: Feature Request – Default Profile Photo #47051
     troy7890
    Participant

    Here’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' );
    in reply to: Mobile Side Menu #47046
     troy7890
    Participant

    Update –

    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.

     troy7890
    Participant

    FYI
    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.

    in reply to: Show custom profile fields #46838
     troy7890
    Participant

    Thanks 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.
    in reply to: Show custom profile fields #46825
     troy7890
    Participant

    Thanks, but even with that new code, we still got nothin.

    in reply to: Show custom profile fields #46811
     troy7890
    Participant

    Thank 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.

    in reply to: Show custom profile fields #46799
     troy7890
    Participant
    This reply has been set as private.
    in reply to: Show custom profile fields #46614
     troy7890
    Participant

    Just a public comment that adding the ? to the line had no effect on getting the fields to display.

    in reply to: Mobile Side Menu #46613
     troy7890
    Participant

    So 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.

    in reply to: Mobile Side Menu #46466
     troy7890
    Participant

    Hi 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.

    in reply to: Show custom profile fields #46463
     troy7890
    Participant
    This reply has been set as private.
    in reply to: Mobile Side Menu #46158
     troy7890
    Participant

    Hi Laura,
    The link is in my first reply.
    Thank you.

    in reply to: Show custom profile fields #46156
     troy7890
    Participant

    Sorry – 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.
    in reply to: Show custom profile fields #46154
     troy7890
    Participant

    Hmm, that’s what I have now.

    http://boardgamersleague.com/player-info/members/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Show custom profile fields #46114
     troy7890
    Participant

    Not 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';

    in reply to: Mobile Side Menu #46104
     troy7890
    Participant

    Oh, 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.

    in reply to: Mobile Side Menu #46103
     troy7890
    Participant

    Same 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.com

    in reply to: BuddyPress Cover Photo – Default Image #45764
     troy7890
    Participant

    yes please!

     troy7890
    Participant

    Thanks 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.

     troy7890
    Participant
    This reply has been set as private.
     troy7890
    Participant
    This reply has been set as private.
     troy7890
    Participant

    Thanks 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.
Viewing 32 posts - 1 through 32 (of 32 total)

Log in with your credentials

Forgot your details?