Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I think I found a real nice workaround for our needs using a 3rd party plugin called WP Job Manager. Unfortunately there’s a problem in that it shares the [jobs] shortcode. Do you know if there’s an easy way to modify either Dante or this other plugin so there isn’t a conflict?
Thanks,
– JohnI tried this method and all that happened was the text inside of the icon box was linkable. Why this isn’t good is because it inversed the text and blended into the ALT color of the box. I really want to make the icon box itself linkable. Is there any other method or way I can adjust the css?
Thanks Tahir. I appreciate it.
Any idea on the ETA of being able to use the page builder for Jobs?
There’s no possible way to modify a file and add page builder for jobs for a temporary work-around?
Read that other post and I’m totally lost. I guess jobs is a custom post type? I don’t understand how I can activate the Page Builder.
I need to copy:
function register_new_pbassets() { require_once( get_stylesheet_directory_uri() . '/custom-shortcode.php' ); } if (is_admin()) { add_action('admin_init', 'register_new_pbassets', 2); } if (!is_admin()) { add_action('wp', 'register_new_pbassets', 2); }
into the Dante child functions.php file? I don’t quite understand how to get this working.
– John
Also forgot to ask if it’s also possible to click on a Submit Resume button and have the form pop-up in a box, rather than go to form page?
-
Posted in: We hit Power Elite.