-
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
Hi all thanks for the assistance. Turns out my assumption was correct that the default… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
Ok from what I now understand. there is a difference between classic themes and block… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
ok looking at this i need to go back and understand themes a little better. -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
Plugin Name: Action Hook Plugin * Description: A plugin by me. * Version: 1.0 *… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
the theme is twentytwentyfive. -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
i don't add the nav menu items the template does. how do i access them -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
no its a custom plugin. the template puts the nav menu there. -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
i have a plugin that logs into an external server. if the user is valid… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
can i edit the css from a plugin -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
hi it was in a plugin, but tried it in the functions.php for the theme.… -
Created a topic, Hiding menu navigation buttons, on the site WordPress.org Forums:
add_action( 'wp_nav_menu', 'your_custom_menu_item');fu… -
Posted a reply to won’t submit latest inputs, on the site WordPress.org Forums:
I now Have a very good solution to my problem. Dont use forminator. Use a… -
Posted a reply to won’t submit latest inputs, on the site WordPress.org Forums:
if it helps here is the code for the plugin add_action("forminator_form_submit_response", "save_fielder_details", 10, 3);//add_filter( 'wp_authenticate_user',… -
Posted a reply to won’t submit latest inputs, on the site WordPress.org Forums:
https://pastebin.com/DAs43tmH -
Posted a reply to won’t submit latest inputs, on the site WordPress.org Forums:
Hi i tried those settings and the same result. -
Created a topic, won submit latest inputs, on the site WordPress.org Forums:
hi Every time i try to submit and collect the data… -
Posted a reply to Authenticating using a seperate rest server, on the site WordPress.org Forums:
add_filter( 'wp_authenticate', 'custom_authenticate_username_password', 9, 3 );function custom_authenticate_username_password($username, $password){ $username = sanitize_user( $username ); $password =… -
Posted a reply to Authenticating using a seperate rest server, on the site WordPress.org Forums:
once i have return it how and where do i store it? -
Posted a reply to Authenticating using a seperate rest server, on the site WordPress.org Forums:
hi What hook can i use to do the authntication? -
Posted a reply to Authenticating using a seperate rest server, on the site WordPress.org Forums:
Its not the forminator part i need help with. its the word press part that… -
Created a topic, Authenticating using a seperate rest server, on the site WordPress.org Forums:
Hi all i am using forminator to create a form i can…