Forum Replies Created

Viewing 40 posts - 1 through 40 (of 43 total)
  • Author
  • in reply to: keeping scroll bar on the last position when refresh #71359
     topdog
    Participant

    Code works well. Appreciate the quick reply and fix. Thanks Abe!!!

    in reply to: keeping scroll bar on the last position when refresh #70947
     topdog
    Participant

    Just purchased the Kleo theme and added this code. It works for top level Buddypress profile menu item but not any sub-menu items.

    Is it possible to extend the code to work sub-menu items?

    in reply to: Customize Title Section On Buddypress Default Pages #70660
     topdog
    Participant

    I figured it out by adding .page-id-XXX in front of the class to customize a specific page.

    in reply to: Customize Title Section On Buddypress Default Pages #70601
     topdog
    Participant

    I’m adding the css to the style.css in my child theme.

    I’m having issues identifying these specific pages:

    Members
    Groups
    Sitewide Activity

    When I check the code, the Title Section contain has the following class: class=”container-wrap main-title alternate-color border-bottom”. However, changes to that class effects the entire website.

    How do I separate the specific Buddypress pages for customization?

    in reply to: Illegal string offset error #70600
     topdog
    Participant

    Ok, thanks.

    in reply to: Buddypress Pages In Main Menu Navigation #68318
     topdog
    Participant

    Simple fix! Didn’t know that was an option on the Menu screen. Thanks

    in reply to: Sweetdate Updates Change log #47853
     topdog
    Participant

    Saw an update for Sweetdate was sent out but no mention of what changes/fixes the new 2.8.1 offers. Just trying to get a list of the changes/fixes that are in this new update.

     topdog
    Participant

    Abe, thanks for the update. I didn’t know you guys would add this feature to your theme. I’ll mark this thread as resolved.

     topdog
    Participant

    Thanks for the plugin suggestion but you can’t choose a redirect per page with BP Login Redirect.

    However, I believe found out way my code isn’t working. The ‘is_front_page()’ isn’t being recognized because people use the modal popup to login. Therefore, login is not being recognized on any specific page. That’s why if I try the code I posted earlier, it works when I use ‘!is_front_page()’ but never when I use ‘is_front_page()’ because the modal is never considered as the front page of the site.

    Any suggestions on how to fix the code to recognize what page the modal popup is on? Another option is to have the login form pass a hidden variable depending on the page(s) the user is on when they login. I can use the variable to determine the redirect action.

    I’d appreciate any advice you can give.

    in reply to: Matching Fields Multiple Values Not Working #39683
     topdog
    Participant

    Abe, I hate to contact you again about this but I’m having issues with the system.

    The matching score is still working fine since you fixed it, however, I just noticed that the fix has caused a few fields to not sync properly.

    The Birthday (Date field) and Interests aren’t syncing when the info is entered during registration. In addition, the interest fields aren’t working properly when I enter the information from the Manager Signups screen in the admin area. Sometimes choices display and some don’t.

    I didn’t changed any of the files since you fixed it. I was focusing on the matching score function and just didn’t beta test the registration fields until now.

    in reply to: Matching Fields Multiple Values Not Working #39220
     topdog
    Participant

    Abe, thanks very much for your hard work on this one. Just checked and confirmed it’s working for me.

    Just wanted to make sure, was the issue was related to a theme core and not something I did?

    in reply to: Matching Fields Multiple Values Not Working #38956
     topdog
    Participant

    Screenshot link didn’t stay in my last post. Here it is http://goo.gl/UhFQvb

    in reply to: Matching Fields Multiple Values Not Working #38955
     topdog
    Participant

    The website, profile and single matching is still working for me on multiple browsers. I’ve attached a screenshot here.

    Please let me know if you’re still having issues.

    in reply to: Matching Fields Multiple Values Not Working #38951
     topdog
    Participant

    I’m not experiencing that issue. I’m going to open another browser and check.

    in reply to: Matching Fields Multiple Values Not Working #38946
     topdog
    Participant

    Abe,

    As I said before, I didn’t change the files after you said the matching was working. On December 3rd, I received notice of your message via email, then I signed into my site and the multiple value matching was not working properly. Single value has always worked.

    On the same day, I posted on this thread that the match isn’t working for me. I asked about the custom_buddypress/bp-functions.php which you had mentioned in your post and AFTER that I did make changes to different files based on your suggestions and other possible solutions.

    Really, I just want it to work. It’s been 18 days since I started this thread on November 24th and I’ve had to postpone the launching of this site because I can’t get the matching to work. Now we are coming up on Christmas and if I can’t get this fixed within the next few days, it will likely have to wait til January 2015 – A full month plus delay.

    It’s extremely frustrating and in the end, I just want the site to work so I can move forward on this project. Can you please help me with this?

    in reply to: Matching Fields Multiple Values Not Working #38736
     topdog
    Participant

    I’ve tried everything I know but still can’t get the multiple values fields to work. Can you check my child theme functions.php file to see if that’s why it isn’t working. I can’t find anything but of course you know more than me about this.

    in reply to: Matching Fields Multiple Values Not Working #38275
     topdog
    Participant

    I removed the file but the matching system still isn’t working. Are you sure the multiple value field were working before?

    in reply to: Revolution Slider Update #38244
     topdog
    Participant

    Thanks Abe.

    in reply to: Group Page Template Issue #37772
     topdog
    Participant

    Got it and it works great!! Thanks Abe.

    in reply to: Matching Fields Multiple Values Not Working #37764
     topdog
    Participant

    Just to be clear, which file should I delete?

    If I understand what you did, you updated the custom_buddypress/bp-functions.php file to the latest version because I was using an old version but that file is being overridden by another file which is likely my function.php file.

    However, the function.php file contains all the special profile fields I added so I assume I shouldn’t remove that code.

    in reply to: Matching Fields Multiple Values Not Working #37696
     topdog
    Participant

    I didn’t override anything or change the bp-functions.php file in any way. After I read your message, I logged into the site, tested the matching and it didn’t work. It never registers anything over 15 because I weighted most of the points to the multiple values fields.

    I just want the matching to work, and soon, because we are launching the site on Monday and it’s a crucial part of the site functions.

    Do I just need to re-install the bp-functions.php file from the original updated theme or did you do something else to the file when you got it working?

    in reply to: Revolution Slider Update #37604
     topdog
    Participant

    Revolution Slider has been updated since the last Sweetdate update. How do I get the latest version of the plugin before a new Sweetdate update?

    in reply to: Group Page Template Issue #37493
     topdog
    Participant

    I’m trying to make my groups gate full width as well but the pages to the code you shared is no longer available. Can you repost it please?

    in reply to: Pass Field Values To Gravity Form On Registration #37464
     topdog
    Participant

    Abe, I fixed this issue already. I’m sorry, I thought I had marked this thread as resolved.

    in reply to: Matching Fields Multiple Values Not Working #37440
     topdog
    Participant

    I just checked and the multiple value fields still are working. Is there something else in the custom_buddypress/bp-functions.php file that’s overriding the matching function?

    in reply to: Matching Fields Multiple Values Not Working #37198
     topdog
    Participant
    This reply has been set as private.
    in reply to: Matching Fields Multiple Values Not Working #37023
     topdog
    Participant

    It’s been four days and I haven’t hear back from anyone about this support ticket. Hopefully someone can help me with this issue.

    in reply to: Multiple Checkbox: not partial match? #37022
     topdog
    Participant

    Yes. One of the fields is called My Interests and has checkboxes for various interests. On the admin account I have checked all of them. On the dummy accounts, I have check just a few of them.

    When I test the matching score, it only gives me credit for the single variable matches and not the multiple variable matches as it’s supposed to do.

    I opened another support thread for this but haven’t heard back in over 4 days. I posted by code on that thread which is hear:

    in reply to: Pass Field Values To Gravity Form On Registration #36941
     topdog
    Participant

    Abe,

    Can you give any guidance on how to past the POST values to my page. That’s what I’m having issues with. I’ll settle for guidance on the GET method instead if you prefer.

    in reply to: Multiple Checkbox: not partial match? #36801
     topdog
    Participant

    Abe,

    I have the latest theme enabled and my code is formatted as you have described. I actually opened a separate thread related to my issue after I posted on this thread: .

    I’d appreciate any assistance you can provide. I can give you FTP access if necessary.

    in reply to: Posts Carousel Format Issues #36782
     topdog
    Participant

    Thanks Laura. Your css code worked perfectly! I’m marking this thread as resolved.

    in reply to: Posts Carousel Format Issues #36696
     topdog
    Participant
    This reply has been set as private.
    in reply to: Pass Field Values To Gravity Form On Registration #36615
     topdog
    Participant

    Hey guys, it’s been 6 days since my support request. Does anyone have any assistance they can provide on this?

    in reply to: Matching Fields Multiple Values Not Working #36512
     topdog
    Participant

    Laura, thanks for responding but the code you posted is no different than the code I posted on the thread (except for the specific field names and I turned off sex matching).

    Therefore, your post doesn’t help me. From your work with the theme and customers in the past, have you seen anything else that could be blocking the multiple values matching fields from not working?

    If not can I share my FTP info with you so you guys can take a look at my code.

     topdog
    Participant

    @guy_fraser, I’m interested in testing your code on my site, however, your code is cutoff on this post. Can you repost the entire code using the function so I can test it? Thanks.

    in reply to: Multiple Checkbox: not partial match? #36442
     topdog
    Participant

    I am having the same problem. I see that the support team hasn’t responded to your last post in July. Did you find a fix for this?

    It’s driving me crazy why this isn’t working since all the support threads I’ve read claim that it’s supposed to.

    in reply to: Theme Conflict With Directory Plugin #8781
     topdog
    Participant

    I just realized that you have to be signed into the account to see the “My Listing” page. I send you the username & password privately if you need it.

    in reply to: keeping scroll bar on the last position when refresh #8668
     topdog
    Participant

    The new code works great. Thanks.

    in reply to: How to change matching system #8138
     topdog
    Participant

    I’m guess I wasn’t clear with my question. I know how to customize the profile fields but my question was related to the matching score since in the example above I won’t be matching my sex.

    If I match by Teacher to Student instead of Male to Female do I have to change all the variables in your code listed above from ‘sex’ to ‘teacher’ for the matching score to work? If so, where should all these changes be made. From the above I see it’s the child theme functions.php and custom_buddypress/bp-functions.php. Are there any other files that need to be corrected?

    in reply to: keeping scroll bar on the last position when refresh #8062
     topdog
    Participant

    @Abe

    I tried the code but the sticky menu is still visible. I want the sticky menu to NOT appear when a user is on any profile page.

    Maybe I’m placing your code in the wrong location. I tried it in the footer.php next to the other code in this thread and I tried it in the function.php but not response. Should I try another file?

Viewing 40 posts - 1 through 40 (of 43 total)

Log in with your credentials

Forgot your details?