Hi,
Can you provide your website url?
If you want sent it to me through private message.
Do you have any cache plugin enabled?
Thanks.
Takanakui
Hi,
Can you provide your website url?
If you want sent it to me through private message.
Do you have any cache plugin enabled?
Thanks.
Takanakui
Hi,
You must edit the file ..wp-content/themes/jobboard-mobile-child/css/themes/my-custom-theme.css
Replace all occurrences of the google font 'Quicksand' by another font that you may like
...
to hide the resumes menu link, you must go to the ..wp-content/themes/jobboard-mobile-child/header.php
Comment or delete this code bellow.
<li data-icon="false">
<a href="<?php...
Hi Travis,
Thanks for buying the Job Board Mobile plugin.
I look at your website, and now it seems that you deactivated Job Board Mobile so I can't see it in action but I found that you have a...
No problem, I also learn from this kind of problems.
No Problem. I remember something, you can change the increment of the slide. By default is incrementing by 1 ex:5000, 5001, 5001
You could change this to 500 because we are talking about real...
The refine search finds the highest price of the ads in your site and then puts that max price in the slide. There will be no records found to higher prices than that.
If the client really want's to...
To help you to start, where goes a reference to a post where I provide a basic child theme for Jobroller.
http://forums.appthemes.com/child-theme-jobroller-33236/
After installing the child...
Hi Gabush,
I take a look at this situation, try to do the following:
open your file step1.php and find this code:
<img src="<?php bloginfo('template_url');...
Hi,
In your theme-functions.php find this line of code:
$adthumbarray = wp_get_attachment_image( $image_id, 'ad-thumb' );
and replace by this one:
$adthumbarray =...
Hi,
Using a child theme it's the best development practice to customize a wordpress theme.
When you update jobroller it will only replace the "wp-content/themes/jobroller/" directory files, your...
Hi your site looks good congrats.
Just one idea, I think the part of the logo and brand got too many red color. try to distinguish the "DJ Aletleri.com" from the "All in trance". Also try to keep...
Hi Spartac,
In this case the company field in Jobroller isn't an taxonomy, it's a regular custom field with the key value "_company"
I don't' know how you want to display those values, but...
In the file "jobroller/css/pro.css"
Find the property ol.jobs dd.location
And remove the padding-righ:75px; line
Try to see if it works.
You must be looking to the wrong index.php, there many empty index.php for preventing directory browsing has said in that file that you saw.
Has Dubya said in the previous post you must look at...
Hi,
To remove the price field check the thread bellow.
http://forums.appthemes.com/remove-street-information-pricacy-9478/
To remove the price tag from the listings, you have to change the...
Regarding to your requirement, I've send you a p.m
It's just a guess, but the problem must be with yout .htaccess file.
Has said in many articles in the web, if you don't redirect content without the slash, search engines could look at it has...
Hi,
You have to create a New Form, and assign it to the categories you want.
Then you edit the form and remove the Street Field. This way you can also add custom fields previously created in the...
Hi,
You can change it, in the wordpress admin.
Settings-> Reading-> Blog pages show at most
Hi,
I think you are using a wrong url.
try this one, is working fine.
http://www.justworldorder.com/jobs/
Try to login with the admin to see where he redirects you
forget that previous line of code that i tell you
#crumbs { display: none;}
It works but is better to search for:
/* breadcrumb */
#breadcrumb{ font-size:11px; margin-top:-10px;...
Hi Dario,
Just add this line to your style.css
#crumbs { display: none;}
Takanakui
You must look at tpl-dashboard.php
Find:
<?php if ( get_post_meta(get_the_id(), 'cp_ad_sold', true) != 'yes' ) : ?>
<a href="<?php echo CP_DASHBOARD_URL; ?>?aid=<?php the_id();...
Hi,
For example to change the ad thumb in the listings page you must change de style.css
The best way to do this is creating a child theme check this tutorial by Seth...