Forum Replies Created

Viewing 40 posts - 161 through 200 (of 407 total)
  • Author
  • in reply to: Visual Composer Updates? #143039
     jwchameleoncorp
    Participant

    Hi @Kieran

    Just following up on this.

    I visited Appearance > Install Plugins, but Visual Composer is not listed, even though I use it right now with the theme. See attached snapshot.

    Am I doing something wrong?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: BP Widgets Not Showing #143038
     jwchameleoncorp
    Participant

    Hi @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! πŸ™‚

    in reply to: Live Notifications Menu CSS #143035
     jwchameleoncorp
    Participant

    Hi @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.
    in reply to: Visual Composer Updates? #142995
     jwchameleoncorp
    Participant

    Sweeeeet! Thanks @kieran

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142921
     jwchameleoncorp
    Participant

    Hey @laura

    Sweeeet! Thanks for doing that.

    Is it possible to increase the font size of “Create an account”?

    Thanks. πŸ™‚

    in reply to: Buddypress Group Error #142749
     jwchameleoncorp
    Participant

    Hi @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!

    in reply to: TURN OFF Status Update Under Profile Picture #142700
     jwchameleoncorp
    Participant

    That worked perfect! Thank you @kieran

    in reply to: Live Notifications Menu CSS #142695
     jwchameleoncorp
    Participant

    Hi @radu and @laura

    Be happy to! What online stores work in your area? I know Amazon works well in the United States, but I don’t if they ship to your location? Can you give me an idea what sort of gift card works in your area?

    in reply to: TURN OFF Status Update Under Profile Picture #142692
     jwchameleoncorp
    Participant

    Hi @kieran

    Thanks for the reply!

    The code worked on the individual profiles. However, profile status still shows in the “Members” display (see attached snapshot)

    How do I turn it off there as well?

    Thanks for all your help!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142626
     jwchameleoncorp
    Participant

    Hi @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.
    in reply to: Buddypress Group Error #142612
     jwchameleoncorp
    Participant

    Hi @radu

    I just logged on with two different profiles (one admin and one subscription level), and then went to your group. The error in your group appears in both profiles. See attached.

    Cheers.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress Group Error #142479
     jwchameleoncorp
    Participant

    Okay, thanks @laura

    Have a great day. πŸ™‚

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142390
     jwchameleoncorp
    Participant

    Hi @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. πŸ™‚

    in reply to: Live Notifications Menu CSS #142341
     jwchameleoncorp
    Participant

    Thanks @radu

    Really appreciate your help. Wish there was a way to send you and @laura a gift card for all the work you do. Can’t thank you guys enough. πŸ™‚

    in reply to: Live Notifications Menu CSS #142317
     jwchameleoncorp
    Participant

    Hi @radu

    I tried the code, but there was no change.

    Do I need to do something different?

    Thanks!

    in reply to: Buddypress Group Error #142316
     jwchameleoncorp
    Participant

    Hi @laura

    Yeah, @radu and I did some work together with code in the child theme.

    This ticket number will take you to where we started: #139935

    Thanks for taking a look. πŸ™‚

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142075
     jwchameleoncorp
    Participant

    P.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?

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142073
     jwchameleoncorp
    Participant

    P.S. Is there a way to style the Membership Levels pricing tables? Background colors, button colors, borders, etc.?

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #142072
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Buddypress Group Error #142069
     jwchameleoncorp
    Participant

    Hi @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.
    in reply to: Live Notifications Menu CSS #141968
     jwchameleoncorp
    Participant

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

    in reply to: Live Notifications Menu CSS #141967
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Live Notifications Menu CSS #141964
     jwchameleoncorp
    Participant

    Hi @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.
    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141750
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: 403 Error #141551
     jwchameleoncorp
    Participant

    Wait 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

    in reply to: 403 Error #141550
     jwchameleoncorp
    Participant

    Hi @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!

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141321
     jwchameleoncorp
    Participant

    By the way, for my last two replies, here is the webpage, for reference.

    http://5firemen.com/membership-account/membership-levels/

    Thanks @laura

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141320
     jwchameleoncorp
    Participant

    Hi @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!

    in reply to: BuddyPress Profile photos do not work #141318
     jwchameleoncorp
    Participant

    Hi @radu

    That did the trick! You’re genius!

    Thanks again for all your help.

    Really really appreciate all you do!

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141118
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141117
     jwchameleoncorp
    Participant
    This reply has been set as private.
    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141078
     jwchameleoncorp
    Participant

    Hi @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. πŸ™‚

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141074
     jwchameleoncorp
    Participant

    Hi @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! πŸ™‚

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #141070
     jwchameleoncorp
    Participant

    Hi @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 πŸ™‚

    in reply to: BuddyPress Profile photos do not work #141021
     jwchameleoncorp
    Participant

    Thanks for checking that out @radu

    Where should I put the code? In bp-custom.php?

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #140795
     jwchameleoncorp
    Participant

    Hi @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!

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #140722
     jwchameleoncorp
    Participant

    Haha! 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. πŸ™‚

    in reply to: BuddyPress Profile photos do not work #140407
     jwchameleoncorp
    Participant

    Hi @radu

    Okay, I tried it, but no luck. See the attached snapshots (webpage results and .php file I created w/ code)

    Pretty sure I did what you suggested. Do you see a mistake?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: BuddyPress Profile photos do not work #140169
     jwchameleoncorp
    Participant

    Hi @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!

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #140168
     jwchameleoncorp
    Participant
    This reply has been set as private.
Viewing 40 posts - 161 through 200 (of 407 total)

Log in with your credentials

Forgot your details?