Kash

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Latest Update Breaks Groups #26913
    Kash
    Participant

    Thank you!

    in reply to: Latest Update Breaks Groups #26875
    Kash
    Participant

    I’m not a member of both groups, however I’ve been working around that limitation by using this code in my functions.php. It was working until the latest update:

    // Allow front end messages pro users to send messages to group they are not in
    add_filter( ‘fep_get_user_groups’, function( $user_groups, $user_id ){
    $groups = fep_get_option(‘gm_groups’, array());
    if( $groups && is_array( $groups) ){
    foreach ( $groups as $group ) {
    $user_groups[ $group[‘slug’] ] = $group[‘name’];
    }
    }
    return $user_groups;
    }, 10, 2);

    in reply to: Latest Update Breaks Groups #26866
    Kash
    Participant

    Thank you, I didn’t notice that.

    But I’m still having an issue where I have 2 groups defined in the backend, however only 1 group is showing up on the front end (see screenshots attached).

    This issue only started with the latest update.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: How To Change POP3 Cron Time #25568
    Kash
    Participant

    I ended up using the WPCrontrol Plugin, but I’d still like to know if this is something that can be set in the FEP Settings?

    Thanks.

    in reply to: Possible to default to Visual composer? #20305
    Kash
    Participant

    Thank you, and sorry…my mistake. Clearing my cache fixed it.

    in reply to: Possible to default to Visual composer? #20291
    Kash
    Participant

    Thank you for the response. For some reason, it doesn’t work. I always switch to visual mode, but the next time always comes back to text mode. This only happens in FEP. If I write a post, I get the Visual mode by default.

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