rollingstone1989
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Job Manager] Disappointment and time lostthanks for the input, i feel you without ever really used the wp job manager plugin. i gained your expirience with some other shitty “job board plugins” and “job board themes”. the “WP Job Manager Field Editor/Search and Filtering for WP Job Manager” are obviously 3rd party plugins. for me, they look functionally very extensive, but yes, some type of outdated. are they really so bad?
have you come to other job board solutions in the meantime? whats your plan?
thank you, too. you mean, crafting a job board completely without any custom pre-made “job board plugin”, right? well, im currently trying to do the same, building a fast and light-weight board with (roughly) gutenberg + ACF + wpforms elite (user registration/login backend, wpforms post submission addon for job + application submit)
well, there are from time to time some small issues im facing, like:
– editing the job postings (custom post types) from the frontend
– job postings with expiry date
– one free job for every logged-in user
– schema.org (jobposting schema) for the job pagesdoes elementor pro have anything (only functionally, not for design!) which gutenberg + wpforms dont have?
Forum: Plugins
In reply to: [Secure Custom Fields] Issue with ACF Shortcode Not Working+1.
i switched back to 6.3.5 and shortcodes in CUSTOM POST TEMPLATE only work when i do this in the functions.php:
add_filter('acf/shortcode/allow_in_block_themes_outside_content', '__return_true');
add_action( 'acf/init', 'set_acf_settings' );
function set_acf_settings() {
acf_update_setting( 'enable_shortcode', true );
}I discovered, there are some more missing variables!
The whole popups seem to be missing.
hi @nsinelnikov
thank you!hi @nsinelnikov
I like the clear, slim and structured design and template code of your plugin. well done! this makes it easy and comfortable to customize. we can really think of paying for a pro version of your plugin, if it runs smoothly and gets updates regularly.is there a list with the enhancements/bugfixes that will be in the next version?
will there be an option to create custom fields?
and the option to search by zip code in the location field? or is this already possible with a google api key activated?
what would also be great is an auto-complete function in the location-search-field. for example, when you type “lond” the plugin looks up all the given locations in the jobs details and suggests them to the user in a drop-down, like the google search.
thank you!