Search:
Search took 1.00 seconds.
-
You use that layout. so remove it in includes/featured-jobs.php
-
Hi,
open simplux/styles.css
in the very bottom line add this code:
#titlo, #titlo-featured { width: auto !important}
-
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
-
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...
-
Add this code
#topss > a {
color: #CC0000;
}
Change the red color code to any other color.
Cheers
-
Use the "Edit Author Slug" Plugin.
-
Open home-tabs.php , find this
<?php jr_paging_static(); ?>
and remove it.
-
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?
...
-
Add this code in the end of style.css or in custom css field
img.wp-post-image {
height: auto;
width: auto;
}
-
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 }
-
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...
-
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...
-
done and all are solved :)
-
Email found and the file is sent by email.
Cheers
-
No need, the Jobroller uses the same standard "title tag" of the plugin "WordPress SEO by Yoast"
See the file: wrapper.php
-
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...
-
@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...
-
My mistake André,
please replace jr_simplyhired_html_placeholder() with jrsh_simplyhired_html_placeholder().
add_action('init','jr_remove_simplyhired_actions', 1);
function...