jamesbo
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay with Vipps and MobilePay for WooCommerce] Add company informationThere should be at least a hook in this plugin then to hide “Fornavn” to the user then pre-fill it with something like “Firma” because it is a required field. Then change the “Etternavn” field’s placeholder to “Firmanavn”.
Forum: Plugins
In reply to: [Search Everything] Exclude Specific Custom FieldsReally great plugin out-of-the-box but as Mallander asked, how can we exclude specific custom fields not to be searcheable?
An example code for the post_where hook will be appreciated.
Here is the latest. Works perfect in all of my environment already
https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] plugin fixTo those who are still having this issue. Please check my latest update. This works on my development environment and my production environment already. Haven’t tested with multi-site yet.
https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996
I checked the plugin and here is a fix.
Add these hooks anywhere you like but I prefer adding them before their respective functions.
add_filter ("retrieve_password_title", "sb_we_lost_password_title"); add_filter ("retrieve_password_message", "sb_we_lost_password_message");These will fire the ready made functions from Sean. And Viola, it will now work perfectly.
Same here. Forgot password message still sends the WordPress default.
Thanks Jeremy, I did not see that the difference was on the hook.
I can confirm that removing a menu doesn’t work like
remove_menu_page( 'jetpack' );
Seems like the issue is not Jetpack. I have tablepress on my menu but I can’t remove it either.
remove_menu_page('tablepress');
I suppose the issue is when hiding a menu under admin.phpI wonder if this is a known issue.
Thanks Andrew! You’re right. I am using pretty json. Sorry guys.
Tested with Safari and it is working.
Seems like it occur only in my browser
Chrome Version 26.0.1410.65Searching for “json” will show error the message but searching for “json “(with additional space) will work. Seems like the json keyword is breaking it.