Hey there,
Can you walk through this documentation if you haven’t already to make sure you’ve followed the steps to adding a job:
https://wpjobmanager.com/document/adding-jobs-via-admin/
Also, make sure you’ve added one job type.
If you still have issues try with other plugins de-activated as there could be a conflict.
Hope this helps!
Kind Regards,
Scott
Post a link here too – if there is a Javascript error on the page, we’ll be able to see.
yes @scott i had done all but its not listing in the page added jobs but its not displaying in the page
Sounds like a conflict (either with another plugin or your theme) if you have followed those steps correctly.
Can you post a link to your site please so we can take a closer look at a few things?
Thanks!
Scott
http://beanalytic.comxtech.com/careers
check it and tell me solution thanks in advance
I see the javascript error, but I’m not certain whats triggering it. If you send a login to me via https://wpjobmanager.com/contact/ I’ll take a look in the scripts and patch your install.
Thanks
Actually I’ve found the cause of this and will push an update out during the weekend.
Still not displaying the job list @mike Jolley please check it out
Possibly another cause here then. Are you aware something (theme?) is enquiring an old version of jquery?
http://glui.me/?i=zazwkp1gkp5vyif/2014-10-13_at_09.05.png/
You should find whatever is doing that and comment it out. Report to the theme author if its them.
yes its problem with my theme how can i change that can u help me out
In your theme functions.php remove these three lines:
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"), true, '1.6.2');
wp_enqueue_script('jquery');
Let me know when its done.
yes removed now working thanks @mike Jolley
yes resolved Thanks @mike Jolly