mistermeij

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Connecting GD to WPML? #540650

    mistermeij
    Expired Member
    Post count: 16

    Ah Alex one more thing:
    There are missing some Translatable taxonomies linking see attachment to which do I connect them?

    in reply to: Connecting GD to WPML? #540648

    mistermeij
    Expired Member
    Post count: 16

    Ok clear!

    in reply to: Connecting GD to WPML? #540636

    mistermeij
    Expired Member
    Post count: 16

    One little remark though;

    When I enable this function and have the (gd_place), (gd_event) or any CPT you have configured and set them to:
    Translatable – use translation if available or fallback to the default language.

    The not yet translated places are not showing on the selected language.
    Does this mean the fallback solution does not work with geodirectory?

    The places are also not fetched in the search query.

    in reply to: Connecting GD to WPML? #540586

    mistermeij
    Expired Member
    Post count: 16

    Alex found the config issue:

    (for users also having the same issue as me)
    Go to: /wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings

    Section: Post Types Translation
    Find: (gd_place), (gd_event) or any CPT you have configured and set them to:
    Translatable – use translation if available or fallback to default language

    Default install sets them to not translate.

    Save and fixed!

    in reply to: Connecting GD to WPML? #540543

    mistermeij
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Connecting GD to WPML? #540371

    mistermeij
    Expired Member
    Post count: 16

    I see this if I look the code up on front end. Looks like the widget is not loaded

    in reply to: Connecting GD to WPML? #540369

    mistermeij
    Expired Member
    Post count: 16

    Hi Alex,

    Thanks for the explanation. I have activated it as widget but nothing shows.
    Even after disabling all cache deleted all cookies nothing shows.
    Am I doing something incorrectly?

    in reply to: Connecting GD to WPML? #540151

    mistermeij
    Expired Member
    Post count: 16

    Hi Alex,

    Where can I find this function. I don’t see any duplicate function on front end?

    in reply to: Connecting GD to WPML? #540007

    mistermeij
    Expired Member
    Post count: 16

    Hi Kor and others,

    I am having troubles with the following configuration

    WPML addon bridge adds a setting at: /wp-admin/edit.php?post_type=gd_place&page=gd_place-settings&tab=cpt

    Enable frontend duplicate? Enable frontend duplicate? Tick to allow users to translate their listings via WPML duplicate translation.

    What does it do exactly? I am adding listings myself and see no changes related to multilingual options?

    Oh BTW, your support is really amazing. you guys are fast helpful and very knowledgable. I’ve seen differently in my career. Chapeau!

    in reply to: Change login url add listing page #539718

    mistermeij
    Expired Member
    Post count: 16

    Never mind, I’ve added the following snippet and seems to work:

    function frontend_login_url( $url, $redirect, $force_reauth ){
        $new_login_url = home_url( '/register/?type=login' );
    
        if ( !empty($redirect) ){
            $new_login_url = add_query_arg( 'redirect_to', urlencode( $redirect ), $new_login_url );
        }
    
        if ( $force_reauth ){
            $new_login_url = add_query_arg( 'reauth', '1', $new_login_url ) ;
        }
        return $new_login_url;
    }
    add_filter( 'login_url', 'frontend_login_url', 10, 3 );

    Maybe it helps someone else.

    //Dirk

    in reply to: Connecting GD to WPML? #539499

    mistermeij
    Expired Member
    Post count: 16

    Hi Kor,

    No worries, I had a quick thought I was going crazy XD

    in reply to: Ajax Duplicate Alert not showing #539118

    mistermeij
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Ajax Duplicate Alert not showing #538961

    mistermeij
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Ajax Duplicate Alert not showing #538910

    mistermeij
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Ajax Duplicate Alert not showing #538882

    mistermeij
    Expired Member
    Post count: 16
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)