carnets2routards
Forum Replies Created
-
Forum: Plugins
In reply to: [Jobs for WordPress] AccessibilityFor the red colour, #e10400 works better than #f02a00
.jobs-modal-form .jobs-modal-input .input-label .field_required
and
.required_field_notice .input-paragraph .field_required
And for the grey (accepted format file information), #5e5e5e works better than #8a8a8a
.jobs-modal-form .jobs-modal-input p.message
Contrast between foreground and background has a better ratio with those colours.
??
Still got to find a way to fix alt text on image and label issues. ??
Forum: Plugins
In reply to: [Jobs for WordPress] Override HTML structureAny chance the issue on some block staying in span (and not taking into account the change of tag for title) could be fix?
Warm regards and take care!
Perfect, I’ve got the line now (in the e-mail notification and in WordPress admin panel)
It’s using the checkbox label as a value (instead of a true or checked) but I reckon that’s enough to show the checkbox was checked.Thanks again for your work!
Oh sorry I didn’t check the image quality!!
That one should be much better : https://postimg.cc/0rz6TG79
Title is : “Consentement”
Text option is: “En soumettant ma candidature, j’accepte la politique de confidentialité, j’autorise que les informations saisies soient utilisées pour me recontacter et que mon CV soit conservé.”Oh maybe it’s because my text is too long for the options? It does say one option per line but if it’s because of this, how can I write a long text?
Forum: Plugins
In reply to: [Jobs for WordPress] Jobs not visible on Google for JobsHi @ztsvetkov , thanks for your precisions.
Hi @blueglassinteractive , thanks for your answer and good luck wit Yoast compliance then. ??
Forum: Plugins
In reply to: [Jobs for WordPress] Override HTML structureAwesome!! Thanks a lot for this update, really useful for SEO ??
Keep up the good work ??
EDIT:
It seems to work well on the main column of a job (tried h1, h2, h3) post but for the side one, heading or content doesn’t seem to have any effect on the “hiring company” block and on both date block (tried h2, h3 on both title or content).- This reply was modified 4 years, 7 months ago by carnets2routards.
Forum: Plugins
In reply to: [Jobs for WordPress] Headlines in english although translation is includedHi @pixelhorse and @blueglassinteractive ,
The other strings you’re talking of should be translate by the official translation of the plugin.
I can see here: https://translate.www.ads-software.com/projects/wp-plugins/job-postings/ that the German version is not 100% (stable version is 80%, 54 not translated and 190 waiting) so you might want to help finish those ??
Hope it helps!
Thanks for your answer. I’m not sure of which title you’re speaking of? What is nad?
I’m using the French version of the plugin but I selected the checkbox for the field type and I wrote “Consentement” for the label and checked the compulsory checkbox.Here you can see a screenshot: https://postimg.cc/QHVLnpSp
Hope you can help! Thanks again
Forum: Plugins
In reply to: [Jobs for WordPress] Headlines in english although translation is includedHi @pixelhorse, I’m just another plugin user ??
When you create or edit a job, on each block you’ve got on the top right corner a cogwheel and a bin. Click on the cogwheel to display more options, the first field is where you can put your custom title ??
Forum: Plugins
In reply to: [Jobs for WordPress] Job listing customizationHi @sbaptis , I’m just another plugin user, but I reckon what you’re trying to achieve can be done by overriding CSS plugin style.
Forum: Plugins
In reply to: [Jobs for WordPress] Jobs not visible on Google for JobsHi @ztsvetkov ,
which one of your problem did you resolved? I’m interesting in both, particularly the problem about Yoast SEO which doesn’t seem to see the text in the different sections.
Thank you for sharing ??
Forum: Plugins
In reply to: [Jobs for WordPress] Notification at email not showing all the fields enteredHi, I don’t have an answer but I reckon your problem is the same as the one I encountered here: https://www.ads-software.com/support/topic/custom-checkbox-apply-form-isnt-visible-in-notification-job-entry/
Forum: Plugins
In reply to: [Jobs for WordPress] Override shortcodes fileWell if anybody is interesting, by reading WordPress documentation and doing some print console to check data attributes, I managed to get the information I wanted.
The one I had trouble with was the category of the post, I was using WordPress taxonomy but it was
jobs_category
and notcategory
e.g.get_the_terms( $post_id, 'jobs_category' );
??- This reply was modified 4 years, 10 months ago by carnets2routards.
- This reply was modified 4 years, 10 months ago by carnets2routards.
Forum: Plugins
In reply to: [Jobs for WordPress] Override shortcodes fileHum, I reckon I found the right file I was supposed to edit >< : job-preview.php
But I will love to have some information on where the variables are coming from. One of the different things I would like to do is add more information on post list (e.g. post date, featured image, company logo, etc.)
I will also be really interested in some more fields: company logo is a nice idea and and a featured image will also be nice.