Search:

Search: Search took 1.00 seconds.

  1. Replies
    9
    Views
    278

    You use that layout. so remove it in...

    You use that layout. so remove it in includes/featured-jobs.php
  2. Replies
    1
    Views
    186

    Hi, open simplux/styles.css in the very bottom...

    Hi,
    open simplux/styles.css
    in the very bottom line add this code:
    #titlo, #titlo-featured { width: auto !important}
  3. Hi, The job listings there are using the "...

    Hi,
    The job listings there are using the " reading" settings in wp => settings dashboard.
    by default they show 10 unless if you changed them.
    Cheers
  4. Replies
    1
    Views
    213

    Hi Geralweb, You just need to replace the css...

    Hi Geralweb,
    You just need to replace the css code according to the slug names you use for each new custom job type.
    let's say you want to create a new css class for customjobtype2

    You use this...
  5. Replies
    1
    Views
    447

    [SOLVED] Add this code #topss > a { color: #CC0000;...

    Add this code
    #topss > a {
    color: #CC0000;


    }


    Change the red color code to any other color.
    Cheers
  6. Replies
    2
    Views
    301

    [SOLVED] Use the "Edit Author Slug" Plugin.

    Use the "Edit Author Slug" Plugin.
  7. Replies
    3
    Views
    300

    Open home-tabs.php , find this

    Open home-tabs.php , find this
    <?php jr_paging_static(); ?>
    and remove it.
  8. [SOLVED] have you edited style.css ( according to what I...

    have you edited style.css ( according to what I remember, you have asked to fix an issue with the job listings blocks and the location was dropping to the left... did you edit anything else?
    ...
  9. Replies
    5
    Views
    251

    [SOLVED] Add this code in the end of style.css or in...

    Add this code in the end of style.css or in custom css field

    img.wp-post-image {
    height: auto;
    width: auto;
    }
  10. Replies
    3
    Views
    157

    [SOLVED] It's jobroller sidebar.Open...

    It's jobroller sidebar.Open jobroller/includes/sidebar-resume-nav.php
    Remove all code in the file. then save it

    The second one, add this code:

    #searchform-s button.submi {width: 100px }
  11. Replies
    5
    Views
    364

    Jomark Hi geralweb, This will require code...

    Hi geralweb,

    This will require code customization to implement and to do so just comment out the code below via the single.php;



    <?php appthemes_before_blog_post_content(); ?>


    To...
  12. [SOLVED] Hi dolphinbay, Look for the codes below...

    Hi dolphinbay,

    Look for the codes below through the single-job_listing.php;



    <?php if ($url = get_post_meta($post->ID, 'job_url', true)) : ?>
    <li class="apply"><a href="<?php echo...
  13. Replies
    5
    Views
    463

    [SOLVED] done and all are solved :)

    done and all are solved :)
  14. Replies
    2
    Views
    284

    Email found and the file is sent by email. Cheers

    Email found and the file is sent by email.
    Cheers
  15. [PLUGIN RECOMMENDED] No need, the Jobroller uses the same standard...

    No need, the Jobroller uses the same standard "title tag" of the plugin "WordPress SEO by Yoast"

    See the file: wrapper.php
  16. Replies
    11
    Views
    780

    Jomark Hi Geralwab, After some extensive soul code...

    Hi Geralwab,

    After some extensive soul code searching, I finally found that it is likely a bug. This is because the text string "Jobs for Free" does not seem to have a translation hook and so it...
  17. Replies
    11
    Views
    635

    @geralweb' You are right, it seems that there...

    @geralweb'

    You are right, it seems that there is a bug with the translation pack, I just got this confirmed by my colleague Renato. A ticket has allready been created and the fix will be available...
  18. Replies
    17
    Views
    2,515

    My mistake André, please replace...

    My mistake André,

    please replace jr_simplyhired_html_placeholder() with jrsh_simplyhired_html_placeholder().



    add_action('init','jr_remove_simplyhired_actions', 1);

    function...
Results 1 to 18 of 18