Forum Replies Created
-
Author
-
jwchameleoncorp
Participantjwchameleoncorp
ParticipantHi @kieran
Thanks for the quick reply.
1. The logged in Admin profile that I’m using has 2 friends, but if I understand you correctly, I can only see the widget if I am looking at my own profile? I can not use the widget on other pages? Is that correct?
2. I realize now that the Buddypress Forum widget is not visible because the font is white and invisible against the white background. I don’t see a way to change the font color settings, but I also think it might be an issue with some of the custom CSS that Radu and I have created in the Theme Settings > Quick CSS. How do I add to the Quick CSS to solve the problem?
Thanks for all your help! π
jwchameleoncorp
ParticipantHi @radu
Sounds good. You have a Facebook profile I can connect with and send it too?
Also, found another CSS issue. The font for the Buddypress Forums widget displays in white making it impossible to see against the white background. I looked in the theme settings and didn’t see a way to change it, which made me think that it might be the custom code we’ve done together in the Quick Edit?
In the attached snapshot, you can see that I’ve highlighted what I’m talking. How do I fix that?
Thanks my friend!
Attachments:
You must be logged in to view attached files.jwchameleoncorp
ParticipantHey @laura
Sweeeet! Thanks for doing that.
Is it possible to increase the font size of “Create an account”?
Thanks. π
jwchameleoncorp
ParticipantHi @radu
I don’t do anything to see the errors. I simply login, go to Nav Menu > Communities > Groups > and select your Test Group from the Groups Display.
I looked at the wp-config file. Here’s what I originally had:
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_AUTO_UPDATE_CORE’, false );So I added your line, define( ‘WP_DEBUG_DISPLAY’, false );
Now it looks like this in my wp-config file:
define(‘WP_DEBUG’, false);
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_AUTO_UPDATE_CORE’, false );Is that correct?
Thanks!
jwchameleoncorp
Participantjwchameleoncorp
Participantjwchameleoncorp
ParticipantHi @laura
Great idea and works perfectly! See, that’s why I love you. π
Okay, I think there’s only one more item to fix…
Look at Reply #141118 (in this support ticket). This is the code you provided for the login modal, so that the link “or, Create A New Account” would forward to http://5firemen.com/membership-levels
The link works perfectly π
However you will see now there are four “????” (see attached pic). You can also go to http://5firemen.com and click the login button to see what I mean.
1. How do I get rid of the ????
2. I’d like to make the “Create An Account” font a little bigger so it stands our more.
How do I do that?
Thanks @laura. You’re the best!
Attachments:
You must be logged in to view attached files.jwchameleoncorp
Participantjwchameleoncorp
ParticipantHi @laura
Yeah, I’ve tried that, but the advantage to the KLEO Register button is that the “Register” link disappears after a user logs in. But, using the Membership Page labeled as “Register”, does not function the same.
Is there a way to direct the Kleo Register button to the Membership page, so that I can keep the functionality?
Thanks again for all your help. π
jwchameleoncorp
Participantjwchameleoncorp
Participantjwchameleoncorp
Participantjwchameleoncorp
ParticipantP.P.S. In addition to my last to replies, when I added your code, with the URL http://5firemen.com/membership-account/membership-levels/ to general.popups.php, in a new folder called page-parts, in the kleo-child folder. The code correctly directs the user to the Membership Levels page.
However, if you go to http://5firemen.com, click Login, and you will see the question marks in the modal that appeared after I added your code. How do I get rid of those question marks? Did I do something incorrectly?
jwchameleoncorp
ParticipantP.S. Is there a way to style the Membership Levels pricing tables? Background colors, button colors, borders, etc.?
jwchameleoncorp
ParticipantHi @laura
I deactivated and reactive all plugins. No change. I still get this error:
Warning: Creating default object from empty value in /home/swiftbus/public_html/5firemen.com/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1122
See attached snap shot.
Thanks for your help. π
Attachments:
You must be logged in to view attached files.jwchameleoncorp
ParticipantP.P.S. I also just added you as a friend, so you have a live notification waiting for you, as an example.
Thanks for your help.
jwchameleoncorp
ParticipantHi @radu
I checked my styling options. Looks to me like black is the color it should be (see attached snapshot).
However, you and I have done some custom CSS for the top section fonts to be white (see below.) Could this be causing the error?
Thanks!
—————————-
COPY CODE.header-color.social-header { background-color: #000000; } #top-social li, #top-social li a, #top-social li i, #top-social li .ts-text {color: #fff !important;} .top-menu li.bp-login-nav a:before, .top-menu li.bp-register-nav a:before {color:#fff !important;} ul#menu-kleotopmenu i.icon {color:#fff;} .top-menu ul#menu-kleotopmenu li.kleo-menu ul.dropdown-menu a { color:#333 !important; } .header-color .top-menu li > a, .header-color #top-social li a { color:#fff !important; } .kleo-carousel-container .entry-summary { display: none; } .vc_column_container a.bbp-forum-title { color: #fff !important; } .header-color .top-menu li > a span.caret:after { color: #fff !important; font-weight: bold !important; } .kleocustomsection .template-page, .sidebar { padding-top: 0 !important; padding-bottom: 0 !important; } .kleocustomsection input#bp-login-widget-user-login { width: 100% !important; } .widget_bp_core_login_widget a, .widget_awpcp-categories a { color: #fff !important; } .header-color .dropdown-menu li a { color: #333 !important; } @media(max-width:620px) { a.btn.kleo-show-login.with-icon.btn-link.btn-lg { font-size: 1em; } h3.feature-title { color: white !important; }
————————————–
Attachments:
You must be logged in to view attached files.jwchameleoncorp
ParticipantWait a minute. I just reactivated iThemes Security and now the 403 conflict is not an issue. Deactivating and then Activating the plugin seems to have fixed the issue. Weird, but okay.
Thanks for your help @laura
jwchameleoncorp
ParticipantHi @laura
This plugin is causing the error: https://wordpress.org/plugins/better-wp-security/
Probably because the plugin changes the standard wp-login to sign-in, to help eliminate hackers.
Any suggestions on how to fix it?
Thank you!
jwchameleoncorp
ParticipantBy the way, for my last two replies, here is the webpage, for reference.
http://5firemen.com/membership-account/membership-levels/
Thanks @laura
jwchameleoncorp
ParticipantHi @laura
In addition to my last reply (please read, about the code), can you tell me if there is a way to edit the pricing language for each level on the Membership Levels page? All levels are free, so I want to eliminate all language regarding price; but don’t see a way to do it.
I also don’t see a way to eliminate the bullet items at the bottom of each level. How do I delete that language too?
Essentially, all I want levels to display is:
————————-
ACTIVE DUTY
For members currently serving a fire service agency
(Select Button)
————————–
Is this possible?
Thanks!
jwchameleoncorp
ParticipantHi @radu
That did the trick! You’re genius!
Thanks again for all your help.
Really really appreciate all you do!
jwchameleoncorp
ParticipantHi @laura
Hmmm, the truth is, they only reason I’m using PMPRO is to take advantage of how the theme provides options to restrict content (i.e. Buddypress pages/content) from non logged in users. That’s what I am trying to achieve. I haven’t found a way to do that without PMPro.
In addition, I don’t really need to have Membership Levels. The site was designed to be free for all users, yet require user registration, so that only registered users could access content.
Is there a way to restrict the same content from non logged in users, without all this extra stuff, like PMPro?
Thanks again for everything. π
jwchameleoncorp
ParticipantHi @laura
Haha! Looks like you were replying at the same time I was writing my last reply.
So, if you read my last reply, is there a way to…
1. Use the login & registration design on the home page of http://demo.5firemen.com. When a new user registers on the home page, once they click βRegisterβ how do I redirect the following page to the Paid Members Pro Membership Levels Page?I will try the code you provided in your last reply. Thanks for putting that together π2. Is there a way to pre-populate the Paid Membership Pro Registration forms with the credentials entered during registration, so the new user does not have to duplicate the process with the same credentials they entered on the home page? Repeating the process is confusing and might cause them to abandon the process.
My goal is to make the registration process as streamlined as possible. I hope to minimize new users from abandoning the registration process.
Thanks again, you’re awesome! π
jwchameleoncorp
ParticipantHi @laura
I’ve been doing a lot of testing. Please read the last two replies (in addition to this reply) so that we are caught up to date. π
With all my testing, I created a demo page to try different scenarios. You can find the demo page here: http://demo.5firemen.com
I’m really close to getting it right. Just two questions…
1. I want to use the login & registration design on the home page of http://demo.5firemen.com. When a new user registers on the home page, once they click “Register” how do I redirect the following page to the Paid Members Pro Membership Levels Page?
2. Is there a way to pre-populate the Paid Membership Pro Registration forms with the credentials entered during registration, so the new user does not have to duplicate the process with the same credentials they entered on the home page? Repeating the process is confusing and might cause them to abandon the process.
My goal is to make the registration process as streamlined as possible. I hope to minimize new users from abandoning the registration process.
Ultimately, the final product will be here: http://5firemen.com
Getting really close! I’m excited! Thanks again for all your help!!! You’ve been amazing π
jwchameleoncorp
ParticipantThanks for checking that out @radu
Where should I put the code? In bp-custom.php?
jwchameleoncorp
ParticipantHi @laura
I learned a few things since my last reply…
Turns out when someone registers using PPM Pro via http://5firemen.com/membership-account/membership-levels/ that the new users account information is automatically integrated into WP and BP. This is fantastic! It’s exactly what I wanted.
So, quick question…
How to I change the link in the KLEO Sign-In modal that says… “or Create an account” so that it directs to the above link? And, if I do, will it cause any problems with other site functions? I just don’t know if there is a functionality issue that needs to be addressed if the user signs up on a page that isn’t the “Register” page?
I would also need to change the destination of the “Register” link, in Login/Register drop down, of the top menu. How do I do that?
Thanks again for all your help!
Cheers!
jwchameleoncorp
ParticipantHaha! Must have been a caching thing, again. Sorry about that. I’ve turned off all caching while I develop the site to prevent this type of confusion from now on.
One more question @laura …
I’m trying to streamline the user experience during the registration process. From what I have found, when a new user registers, their account is automatically integrated in WP and Buddypress.
However, in order to restrict content to registered users only (i.e. Groups, User Profiles, etc.) their account must also be listed in the PrePaid Membership Pro plugin. But, in order to do this, the user must register again via the PPM Pro interface? Essentially, they have to sign up for an account twice?
If so, this is very confusing and discouraging for the new user.
Is there a way to connect the WP and Buddypress registration process with PPM Pro, so the user’s account is integrated with everything during the initial registration process?
Thanks for all your help. π
jwchameleoncorp
Participantjwchameleoncorp
ParticipantHi @radu
Placed the code in the location you suggested, but no luck.
Also contacted the gentleman who wrote the code…waiting for a reply.
Any ideas?
Thanks!
-
AuthorPosts