Hi lunovis,
You are right I could not find any Indeed listings on your home page however I could not replicate the issue on my install. What query are your using then so I can try it on my site. ...
Hi lunovis,
You are right I could not find any Indeed listings on your home page however I could not replicate the issue on my install. What query are your using then so I can try it on my site. ...
Hi lunovis,
Before anything else, try disabling all your plugins temporarily to see if it makes a difference. This is because some plugin script causes conflict with the theme's functions thus...
Good news, Bruno provided a workaround for this issue until the next release:
1.edit file tpl-profile.php
2.find this line of php code
if ( $show_password_fields ) :
Replace it with
Hi lunovis,
I can see in the documentation that you don't need to copy your functions.php code of the parent to your child theme.You just add the code specific to your child them and you should be...
You may check on this related thread http://forums.appthemes.com/moderate-all-job-listings-admin-side-optimization-35633/ for some clues for its implementation.
Hi,
You can use Wordpress SEO by Yoast, and in "xml sitemap" settings, exclude resumes from being indexed in the sitemaps.
I hope this could help you.
I'll do some tests to try to reproduce this problem. I ask that you wait for my return.
The developer added a fix for this problem and it seems that is now working correctly.
You can download the latest "developer version" and uses it, the developer version is stable and can be used on...
Updating ...
I created a ticket for this problem can be corrected.
Now I see what you're saying. I will consult the team of developers and see how it can be modified.
@domino1957 and @lunovis,
please replace the line:
$styles_path = get_stylesheet_directory() . '/styles/';
with these lines:
Ok, here's a quick-fix for this issue:
1. go to your wordpress installation
2. find the file /wp-admin/includes/meta-boxes.php
3. edit the file and search for the following function [in wp-3.2.1...