Uprootednut
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] When application is a link opposed to an emailHi Scott,
Thanks for your response, we actually found a way around this, if we leave the application url/email field blank then we can add a button manually to the post with a link to where we need it to go.
Not the most elegant solution but it goes the job.
Thanks
Forum: Plugins
In reply to: [WP Broadbean] Application issueNo longer relevent
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Category pages for jobsPosted in wrong place
Forum: Plugins
In reply to: [WP Broadbean] Set upI believe the post which used my name I added via their network portal as part of the original test, are names not transferred across then I guess?
With regards to the creation of archive-wpbb_job.php, it is created and working but I noticed when looking at category e.g. via location it seems to be using a different archive file, how would you set things like location to use the archive-wpbb_job.php?
Forum: Networking WordPress
In reply to: Issue with WordPress backendHi I’ve done the plugins, but I just noticed that since I upgraded to WordPress 4.0 and the mdeia section updated it is actually giving me an error message on that page
The grid view for the Media Library requires JavaScript. Switch to the list view.
When inspecting the page there are not any JavaScript errors in the console.
I just tried the manual upgrade deleting includes / admin and replacing it with latest version then all the indiviual files in the root but it hasn’t seemed to have helped.
Forum: Plugins
In reply to: [WP Broadbean] Set upHi again,
A question about how it generates a username for the jobs, do we have to create the users in WordPress before it will show it in the jobs page e.g. https://bands.s.strategiesuk.net/jobs/
The original job I imported shows my username, however when broad bean were testing it them selves no username was showing up.
Thanks,
Joe
OK, sorry for the spam, managed to get rid of the sidebar, and the duplicate search form only shows when a result isn’t found. Any one know a solution for that?
Sorry for duplicate post, was gettin a 500 error.
OK JavaScript error fixed however it is still forcing the sidebar area to show, when it isn’t set to result page it would be a full width page.
Also when a search is run it will show another search form below the result area.
thanks.
OK JavaScript error fixed however it is still forcing the sidebar area to show, when it isn’t set to result page it would be a full width page.
Forum: Networking WordPress
In reply to: Issue with WordPress backendI had various security things in the .htacess but when I switched to the default WordPress multisite version of the .htaccess and the problem continued.
I have deactivated all plugin and themes, when in the error console all I can see is
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) widgets.php:28
Forum: Plugins
In reply to: [Advanced Custom Post Search] results on same page as search formA quick update on this, on this particular site, when I have the results on the same page it seems to strip the nav menu out of the page and also it shows the default sidebar when there shouldn’t be one active.
Any ideas?
https://bands.s.strategiesuk.net/search-latest-jobs/
Thanks
Forum: Plugins
In reply to: [WP Broadbean] Set upWhen I used this –
<?php add_action('init', 'my_custom_init'); function my_custom_init() { add_post_type_support( 'wpbb_job', 'thumbnail' ); } ?>
In either the themes functions file or the plugins post=types.php file it breaks the site, making only blank white pages and 500 errors.
Forum: Plugins
In reply to: [WP Broadbean] Set upI just tried adding a featured image section to the wpbb_job section. It worked however there seems to be some javascript issues.
How I added the thumb nail is – in post-type.php –
added in :
'public' => true, 'menu_position' => 95, 'supports' => apply_filters( 'wpb_job_post_type_supports', array( 'title', 'editor', 'excerpt', 'thumbnail', ) ),
What happens is when I click add featured image the media upload section will open on the same page page opposed to a popup making it very difficult to successfully add the image. Some of the error on the page:
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) post.php?post=5262&action=edit:1
7
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=5262&action=edit:1
Failed to load resource: the server responded with a status of 404 (Not Found) https://bands.s.strategiesuk.net/wp-content/plugins/wpbroadbean/functions/metaboxes/js/select2/select2.css?ver=3.9.2
Failed to load resource: the server responded with a status of 404 (Not Found) https://bands.s.strategiesuk.net/wp-content/plugins/wpbroadbean/functions/metaboxes/js/select2/select2.js?ver=3.9.2
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=5262&action=edit:519
Uncaught TypeError: undefined is not a function field.select.js?ver=3.9.2:17
Uncaught TypeError: Cannot read property ‘hasClass’ of undefined load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-widget,jquery-ui-mouse,jquer…:1064Have you had any luck with adding featured images to the jobs pages?
Forum: Plugins
In reply to: [WP Broadbean] Set upThat was exactly what I needed thanks.
The only other thing I’m not sure of now is how applications would be handled. Do they just apply via email, I could see something about LinkedIn, once set up right will applications go back to Broadbean?
Or is it just a case I should add an application form that will email the applications with the job reference number in it to the relevant person?