Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • in reply to: Page Builder for Jobs #39748
    jwferne
    Member
    Post count: 12

    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,
    – John

    in reply to: Icon Box Link #39747
    jwferne
    Member
    Post count: 12

    I 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?

    in reply to: Icon Box Link #39732
    jwferne
    Member
    Post count: 12

    Thanks Tahir. I appreciate it.

    in reply to: Page Builder for Jobs #39632
    jwferne
    Member
    Post count: 12

    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?

    in reply to: Page Builder for Jobs #39341
    jwferne
    Member
    Post count: 12

    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

    in reply to: Page Builder for Jobs #38756
    jwferne
    Member
    Post count: 12

    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?

Viewing 6 posts - 1 through 6 (of 6 total)