Mark

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: programatic links –> one page anchor links #5085

    Mark
    Buyer
    Post count: 6

    Hurray,

    I was holding of for this. Thank you much for your prompt response and excellent support.

    Regards,
    Mark

    in reply to: programatic links –> one page anchor links #5075

    Mark
    Buyer
    Post count: 6
    This reply has been marked as private.
    in reply to: programatic links –> one page anchor links #5072

    Mark
    Buyer
    Post count: 6

    Not quite sure where exactly to change this and what to change it to: ‘[uwp_change]passwort-aendern’ (the anchor itself?

    Change the uwp settings page to the one page I am using?

    Further advice much appreciated.

    Thank you Alex,

    Mark

    in reply to: logged-in, logged-out menu #5038

    Mark
    Buyer
    Post count: 6

    I read you Alex, thank you.

    I came across this snippet on wpbeginner, that allows for two separate menus:

    function my_wp_nav_menu_args( $args = '' ) {
     
    if( is_user_logged_in() ) { 
        $args['menu'] = 'logged-in';
    } else { 
        $args['menu'] = 'logged-out';
    } 
        return $args;
    }
    add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );

    All good, should you not hear from me again, means it works.

    Thank you,
    Mark

    in reply to: logged-in, logged-out menu #5015

    Mark
    Buyer
    Post count: 6

    Hey Guust,
    thanks a lot for your prompt reply.
    I recall having had a menu option for both, Logged-in and logged-out but when repeated the setup and gave the menu a name those option disappeared.
    So let me reset once again without changing the menu name and be done.

    Thanks

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