Forum Replies Created

Viewing 40 posts - 81 through 120 (of 265 total)
  • Author
  • in reply to: POSTS LAYOUT #159160
     kjcarleo
    Participant

    No the original image I used as the featured image is NOT that size, if it were I would know why it is so pixlelated. It is https://embassymarine.org/wp-content/uploads/2017/03/site.png this picture I set as the featured image, which is 1902 x 882. So I am not sure what you are referring to.

    in reply to: PROFILE AREA #158722
     kjcarleo
    Participant

    Position, MemberSince and MemberType is what I added.

    in reply to: PROFILE AREA #158721
     kjcarleo
    Participant

    I guess additional lines is a better term. Right now I have:

    <?php
    /**
    * @package WordPress
    * @subpackage Kleo
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Kleo 1.0
    */

    /**
    * Kleo Child Theme Functions
    * Add custom code below
    */
    function sq7_extra_fields_members_profile() {

    $Position = bp_get_member_profile_data(‘field=Position’);

    if ($Position) {
    echo ‘

    ‘. ” . $Position . ‘

    ‘;

    $MemberSince = bp_get_member_profile_data(‘field=MemberSince’);

    if ($MemberSince) {
    echo ‘

    ‘. ‘Member Since ‘ . $MemberSince . ‘

    ‘;

    $Role = bp_get_member_profile_data(‘field=MemberType’);

    if ($Role) {
    echo ‘

    ‘. ” . $Role . ‘

    ‘;
    }
    }
    }
    }

    add_action(‘bp_before_member_header_meta’, ‘sq7_extra_fields_members_profile’);

    function howdy_message($translated_text, $text, $domain) {
    $new_message = str_replace(‘Howdy’, ‘Welcome Aboard’, $text);
    return $new_message;
    }
    add_filter(‘gettext’, ‘howdy_message’, 10, 3);

    // Function to change email address

    function wpb_sender_email( $original_email_address ) {
    return ‘site.admin@embassymarine.org’;
    }

    // Function to change sender name
    function wpb_sender_name( $original_email_from ) {
    return ‘Site Admin | The Marine Embassy Guard Association’;
    }

    // Hooking up our functions to WordPress filters
    add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
    add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );

    in reply to: POSTS LAYOUT #158706
     kjcarleo
    Participant

    Here is the original picture I used for the post: https://embassymarine.org/wp-content/uploads/2017/03/site.png

    VERY BIG and CLEAR

    in reply to: POSTS LAYOUT #158705
     kjcarleo
    Participant

    It’s like that for all the posts on this page https://embassymarine.org/news/mega-news/. The image on the actual post page, no the thumbnail.

    in reply to: POSTS LAYOUT #158704
     kjcarleo
    Participant

    It is blurry. Follow the link and see: https://embassymarine.org/new-website-launched/

    in reply to: PROFILE AREA #158618
     kjcarleo
    Participant

    Hey is there a limit to the amount of extra lines I can add to below the Profile Picture using the “functions.php” file?

    in reply to: PROFILE AREA #158373
     kjcarleo
    Participant

    That looks Ok but how can I add a little bit of a space between the profile pic and the text I have/:

    https://embassymarine.org/members/00241/

    in reply to: PROFILE AREA #158310
     kjcarleo
    Participant

    Could it be removed? Or instead could I put “Member #:” instead of “@”

    in reply to: PROFILE AREA #158285
     kjcarleo
    Participant

    If you look below the picture in the profile area, it til says @00241, that is what I would like to Display the Members name instead of @XXXXX. See the attachment.

    Attachments:
    You must be logged in to view attached files.
    in reply to: PROFILE AREA #158153
     kjcarleo
    Participant

    That worked great 🙂

    How about making it display “Kevin Carleo” instead of “@00241“? Is that possible?

    in reply to: PROFILE AREA #158078
     kjcarleo
    Participant

    Can I add it to Quick CSS?

    in reply to: WOOCOMMERCE ISSUE #158014
     kjcarleo
    Participant

    No it’s Ok it fixed itself with the 3.0.1 update.

    in reply to: PROFILE AREA #157900
     kjcarleo
    Participant

    Is it possible to make the font match the @00241 username (white and bold) – see attachment

    Also, how can I make it display “Kevin Carleo” instead of “@00241“?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WOOCOMMERCE ISSUE #157861
     kjcarleo
    Participant

    Yeah but e-mail notifications on orders have stopped working since the update.

    in reply to: PROFILE AREA #157762
     kjcarleo
    Participant
    This reply has been set as private.
    in reply to: PROFILE AREA #157535
     kjcarleo
    Participant

    It is a Profile Field I added. I want the “Member Since” data to be right below the @00241 in the example I attached. Can I change the colors of the buttons? “Cancel Friendship”, “Public Message” etc…

    in reply to: CONTENT #156660
     kjcarleo
    Participant

    I fixed it.

    in reply to: LOGIN stuck on “Login Successful, redirecting” #155573
     kjcarleo
    Participant

    I will have the affected users try that and see if it fixes the issue, but shouldn’t a server side cache clearing and re-crawl fix the issue?

    in reply to: LOGIN stuck on “Login Successful, redirecting” #155501
     kjcarleo
    Participant

    That’s the thing, it isn’t occurring for all users. Theme and WP is up to date

    in reply to: WOOCOMMERCE DASHBOARD #151221
     kjcarleo
    Participant

    The site is is production, I cannot do that right now. Let you know what by the way? If they get redirected to the shop dashboard?

    in reply to: WOOCOMMERCE DASHBOARD #150676
     kjcarleo
    Participant
    This reply has been set as private.
    in reply to: WOOCOMMERCE DASHBOARD #150382
     kjcarleo
    Participant
    This reply has been set as private.
    in reply to: MAIN PAGE DISPLAY #149237
     kjcarleo
    Participant

    Hey Guys I figured it out. I had to disable JC and CSS minficiation I was using WP Rocket. Is this normal?

    in reply to: MAIN PAGE DISPLAY #148553
     kjcarleo
    Participant

    I did geopeek as well, and it appears to be an issue world-wide: https://geopeeker.com/fetch/?url=embassymarine.org

    in reply to: CENTERED MENU #147329
     kjcarleo
    Participant

    I think it self resolved or something. I attached the screenshot from when it had issues, but they seemed to have gone away

    Attachments:
    You must be logged in to view attached files.
    in reply to: CENTERED MENU #147085
     kjcarleo
    Participant
    This reply has been set as private.
    in reply to: CENTERED MENU #146931
     kjcarleo
    Participant

    No I am referring to the BG image used for the header. I tried refreshing the cache in both WordPress and at the host, but no changes are applied.

    in reply to: CENTERED MENU #146649
     kjcarleo
    Participant

    How long will it take for someone to look at this?

    in reply to: CENTERED MENU #146560
     kjcarleo
    Participant

    BTW my current screen resolution is 1920 x 1080

    in reply to: CENTERED MENU #146557
     kjcarleo
    Participant

    Ok thanks because it is back again. It looks like the BG is repeating as well, but I do not have repeat selected.

    It also looks like the grey bar is around the entire image, thinner at the sides.

    Attachments:
    You must be logged in to view attached files.
    in reply to: CENTERED MENU #146390
     kjcarleo
    Participant

    It went away, because I tried changing the menu BG pic, but now it doesn’t show the new pic – just a blurry looking BG. I tried clearing my local cache and clearing the cache on the server but the new BG pic has not yet updated. How long does it normally take?

    Also, where can I see what No Repeat, Cover, Inherit etc BG options mean? See pic attached.

    Kevin

    in reply to: FEATURED IMAGE #144834
     kjcarleo
    Participant

    I used my Yoast SEO to make it show, but can it work with out SEO?

    in reply to: SEARCH BOX COLORS CSS #144204
     kjcarleo
    Participant

    I am trying to get the 45 degree box colored red like it is in the notifcations

    Kevin

    in reply to: SEARCH BOX COLORS CSS #144198
     kjcarleo
    Participant

    I know the selector:

    .kleo-toggle-menu .kleo-toggle-submenu:before { background-color:red !important;}

    But wont it look different since it is for the search box?

    in reply to: SEARCH BOX COLORS CSS #144183
     kjcarleo
    Participant

    Yes I have but won’t it look different for the search?

    in reply to: SEARCH BOX COLORS CSS #144014
     kjcarleo
    Participant

    I found the selector, but how do I know where to put it?

    .kleo-toggle-menu .kleo-toggle-submenu:before { background-color:red !important;}

    in reply to: SUBMENU ITEMS LIMIT? #143698
     kjcarleo
    Participant

    Ok understood

    in reply to: SEARCH BOX COLORS CSS #143675
     kjcarleo
    Participant

    Ok I will use that

    in reply to: SEARCH BOX COLORS CSS #143250
     kjcarleo
    Participant

    Ok that worked but can I change the color of the 45 degree box at top (black now) and there is some grey text and the “MEMBERS” and “PAGES” headers could I make it WHITE BOLD?

Viewing 40 posts - 81 through 120 (of 265 total)

Log in with your credentials

Forgot your details?