Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Dante
  • #85553
    dhikr2
    Member
    Post count: 177

    Hi Guys
    I would like to remove a couple of things from the job description in the Careers Page.
    I want to remove the Learn More and the date in the jobs.
    Could you advise me on how to make the changes?

    #85561
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to swift-framework/page-builder/shortcodes/jobs.php and edit line 67:

    $items .= '<h5>'.$job_title.'</h5>';

    to

    $items .= '<h5><a href="'.get_permalink().'">'.$job_title.'</h5>';

    then add this to your custom css:

    .job-date, .job-details .read-more {
      display: none;
    }

    Hope this helps

    – Kyle

    #85575
    dhikr2
    Member
    Post count: 177

    Hi Kyle
    Can u also help me in getting three icon boxes.
    Previously I had something like each iconbox would have different colors.
    Can you tell me how I can achieve that using the Page Builder?

    #85581
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to create extra classes if you want to use different colors. Did you say I have helped you with this before?

    – Kyle

    #85588
    dhikr2
    Member
    Post count: 177
    This reply has been marked as private.
    #85600
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Login?

    – Kyle

    #85617
    dhikr2
    Member
    Post count: 177
    This reply has been marked as private.
    #85618
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry the line should be:

    $items .= '<h5><a href="'.get_permalink().'">'.$job_title.'</a></h5>';

    I missed the closing a tag

    – Kyle

    #85643
    dhikr2
    Member
    Post count: 177

    Hi Kyle
    I changed it with the latest code. But it still doesnt work.

    #85649
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It will be a cache issue, you need to delete the cache from the plugin

    – Kyle

    #85665
    dhikr2
    Member
    Post count: 177
    This reply has been marked as private.
    #85666
    dhikr2
    Member
    Post count: 177
    This reply has been marked as private.
    #85689
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok Let me check with the developer to make sure I have provided the correct code

    Please open a new topic for the icon box question

    – Kyle

    #85764
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @dhikr2,

    You didn’t make the code change that Kyle advised?

    I’ve just made it and the job titles now link through.

    – Ed

    #85768
    dhikr2
    Member
    Post count: 177

    Sure Kyle thanks
    This is where I made the changes.

Viewing 15 posts - 1 through 15 (of 20 total)

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

License required for the following item
Login and Registration Log in · Register