Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • in reply to: Changing out the [kleo_status_icon type #10051
     scingalls
    Participant

    Total is the only one I can get to work. Is there anyway to make them custom numbers? Because I can’t figure out how to display how many friendships there are, and how many groups there are?

    in reply to: Changing out the [kleo_status_icon type #9972
     scingalls
    Participant

    Thanks! What are the different shortcode options for the “Kleo status icon type”? I want to do members, how many friendships there are, how many groups there are, and then a custom number I fill in.

    in reply to: From email #9913
     scingalls
    Participant

    Nevermind, I figured it out. If you change the coding like so in the function.php folder…

    add_filter(‘wp_mail_from’, ‘new_mail_from’);
    add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);

    function new_mail_from($old)
    {
    return ‘your@email.com’;
    }

    function new_mail_from_name($old)
    {
    return ‘Your Name or Your Website’;
    }

    It works!

    in reply to: Change the Color of the Sign Up Button #9911
     scingalls
    Participant

    Thanks! It worked perfectly! Another along the same lines… How do I change the border around the search/register form?

    in reply to: WordPress Dashboard #9901
     scingalls
    Participant

    Thanks!

    in reply to: Changing Color of the Search Box on HP #9869
     scingalls
    Participant

    Also, how do I change the text color?

    in reply to: Changing Color of the Search Box on HP #9867
     scingalls
    Participant

    How do you change the border around the search box? I want to change the small border around the search box to a different color.

Viewing 7 posts - 1 through 7 (of 7 total)

Log in with your credentials

Forgot your details?