Search:
Search took 1.00 seconds.
-
@aireznik, that's pretty simple. Here's how you can achieve it. First make a backup of your files:
1. edit the file jobroller\includes\forms\application\application-process.php
2. look for this...
-
You may check the sidebar-sjob.php for that.
-
OK I have ran searches on this and found no answers so tried my own dirty fix.
Here goes:
1. Open single-job_listing.php (make a backup).
2. After line 93 replace this:
<li...
-
You may check the includes\theme-enqueue.php for that.
-
Hi Alex, thanks for your suggestion. We will consider it in the future.
For now you can use a tool like kdiff3 (http://kdiff3.sourceforge.net/) to compare the changed files. This tool allows...
-
This is a full diff between the old version and the new version:
+/* =Indeed
+---------------------------------------------------------------------------------- */
+.indeed-placeholder {...
-
Hy!
I wonder, why the featured jobs on our page are not stick on top of main page, and search in source to create this list, because one company called our support.
I saw, that the list was...
-
It is possible by using a plugin such as this http://wordpress.org/extend/plugins/wp-minify/ but may affect some other Classipress functions.
Anyway, I am moving this thread to the Mods and...
-
All files wont show in editor,
you can access through ftp @ [installation foler]/wp-content/themes/jobroller/includes/forms/submit-job
-
I think there are some dependent functions to look into when doing this kind of mod. You may start with submit-job-form.php and the corresponding functions in the submit-job-process.php.
-
okay, I got lucky and found the correct php file on my first crack. So here's what you need to do:
step 1: edit the theme-sidebars.php file. Add the following code after the existing registered...