Triptikon
Forum Replies Created
-
@gelieys once again: this article is about profile and registration fields, and I’m talking about the user account fielda, user’s virtual cabinet, where he can see such options as Password reset
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@nixiack8 can other codes in the functions file interfere with this action? Can I send it to you to look into this issue?
are there any solutions?
Forum: Plugins
In reply to: [WP Job Manager] How to add preset words to a vacancy?@bizanimesh Hi. Thanks, but support of this plugin doesn’t answer and doesn’t support it properly
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@rynald0s Hi. Yes, I add it to the themes functions.php file from “Appearance > theme editor”
Forum: Plugins
In reply to: [WP Job Manager] How to add preset words to a vacancy?@rynald0s I mean here: https://ibb.co/qWyf3NF
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@thracefulton tested Twenty Twenty-two with all plugins aside from WooCommerce and WP Job Manager disabled
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?that appears to be correct, but it doesn’t work. And the tests doesn’t show incompatibility
@ultimatemembersupport well, you have profile fields settings (what everyone can see) and user account fields settings (something that is visible only to the user himself, his virtual cabinet). In the last there are the ability to change the password, change the avatar, etc. So I need to be able to add fields in the form of pages or shortcodes there
Forum: Plugins
In reply to: [WP Job Manager] How to manage Listing Limit?@lastsplash I understand, but my question is more about the free option of your plugin
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@lastsplash is this the wright snippet for removing these fields?
add_filter( 'submit_job_form_fields', 'gma_custom_submit_job_form_fields' ); function gma_custom_submit_job_form_fields( $fields ) { unset($fields['company']['company_website']); unset($fields['company']['company_video']); unset($fields['company']['company_twitter']); return $fields; }@aswingiri the user’s adds field, for example. And all the others, that may be needed
@aswingiri okay, then how to add the appropriate fields to the user’s menu depending on the user’s role?
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@rynald0s I repeat:
The standard instructions on your site on this topic do not apply.
Forum: Plugins
In reply to: [WP Job Manager] How to highlight an ad?@rynald0s thanks, found this option. The fact is that some fields contain incorrect translation into Russian. This is where I get confused. I think others do too. By the way, can you at least tell me how to delete and edit fields in Submit form? The standard instructions on your site on this topic do not apply. Also interested in how you can make the option “Featured job” available to users and paid?