New Landing How can we help? Themeforest Theme Support Dante Individual Job Not Showing Title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #216943
    roos3342
    Member
    Post count: 3

    Hi,

    I have a few questions/issues I can’t seem to figure out!

    1. My Individual job posting does not show the job title, is there a way this can be corrected?

    2. I would also like to remove the person it was posted by, but leave the date. I supposed I can do this by modifying the php file and adding it to the child theme.

    I did try this with the single portfolio tho and keeping the file structure but it doesn’t seem to override the parent theme. Please advise on why this may be the case?

    3. If you go to the jobs listing page, how can I make it look like it does in your demo theme? I thought I would just need to create a page and add the “Jobs Overview” in the page builder, but all that gives me is a single listed job with no excerpt, etc.

    Thanks!

    #217344
    roos3342
    Member
    Post count: 3

    Any thoughts on this?

    #218142
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay.

    1) Add the code below to your custom css option

    .single-jobs .page-heading{
        display: block!important;
    }

    2) You should copy single-jobs.php to your child theme and replace line 35

    <span class="vcard author"><?php echo sprintf(__('Posted by <a href="%2$s" rel="author" itemprop="author" class="fn">%1$s</a> on <span class="date updated">%3$s</span> in %4$s', 'swiftframework'), $post_author, get_author_posts_url(get_the_author_meta( 'ID' )), $post_date, $post_categories); ?></span>

    by this one

    <span class="vcard author"><?php echo sprintf(__('Posted on <span class="date updated">%1$s</span>', 'swiftframework'), $post_date); ?></span>

    3) Can you try the jobs asset instead?

    -Rui

    #218158
    roos3342
    Member
    Post count: 3

    Thanks for the help, all worked well!

    #218159
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Jackpot 🙂
    -Rui

    #218160
    roos3342
    Member
    Post count: 3

    Marked as Resovled.

    #218162
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register