Gaurav
Forum Replies Created
-
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Some source code line numbers are not printedH again,
Thanks for the update and letting us know that you were able to resolve the issue by using version 2x of the plugin.
If you like we can help test this further to resolve the issue happening with v 3.x of the plugin on your site.
For this, please send us the following information.
– What’s the active theme on your website?
– Are you using Block Editor or the Classic editor?Forum: Plugins
In reply to: [WP Job Manager] How to enable archive on job-listing post typeHi faiz1212,
Thanks for reaching out. I am not able to understand what exactly you are trying to hear, can you give some more details?
Forum: Plugins
In reply to: [WP Job Manager] WP Resume Manager plugin, annual renewalHi there!
Please use this form to get support for our paid add-ons:
https://wpjobmanager.com/support/
We are not allowed to support premium plugins in these forums.
Thanks!`
Forum: Plugins
In reply to: [WP Job Manager] Change Salary Label based on Job TypeHi there,
The setup you are looking to make on your website will require some custom code. We do not support customizations – you can refer to our Support Policy:
https://wpjobmanager.com/support-policy/
We do provide some tutorials for basic customizations here:
https://wpjobmanager.com/documentation/advanced-customisation/
https://wpjobmanager.com/documentation/tutorials/You may want to look into one of these services for extensive and/or highly specific customizations:
Best,`
Forum: Plugins
In reply to: [WP Job Manager] Need Javascript-CodeHi @kleinefrage,
Thanks for reaching out. You can find all the JavaScript the WP Job Manager plugin uses in this folder
WP-Job-Manager/assets/js/
Here is a link to the Github repo for the plugin https://github.com/Automattic/WP-Job-Manager
From what I understand in the screenshot you are likely looking for the code in
ajax-filters.js
file.Forum: Plugins
In reply to: [WP Job Manager] Search FunctionHi Steve,
Most of the changes you are looking to make to the Search/Filter in WP Job Manager can be made by overriding the section’s template files.
You’d need to override our default template file to do this. Here’s a general tutorial:
https://wpjobmanager.com/document/template-overrides/
The file to override in this case is:
– WP-Job-Manager/templates/job-filters.php
– WP-Job-Manager/templates/job-filter-job-types.phpThat said, we aren’t able to actually write the code for you. You may want to look into one of these services if you need help:
Thanks!`
Forum: Plugins
In reply to: [WP Job Manager] Integration with zoho recruiteThe support staff at ZOHO should be able to help you get the correct RSS feed and set up steps for your website.
You can contact them here https://help.zoho.com/portal/en/newticket
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Rest api wordpressHi again,
I call api via jwt rest api, because I see sensei whether it’s a course or a lesson the same as a wordpress blog post, the blog is called smoothly, but when I call the course id. Not called,
We have an endpoint to get a list of courses. Here is an example for localhost (supposing the user accessing them is authorized etc.):
https://localhost/?rest_route=/wp/v2/courses
You will need to use an
id
of a course to get the details. For example, I have a course with id=52:https://localhost/?rest_route=/wp/v2/courses/52
In case you are still having issues please send us some sample codes which you are working with and I can have one of our developers take a look.
Forum: Plugins
In reply to: [WP Job Manager] Job posting without paymentHi @toshick,
Thanks for reaching out. By default, the WP Job Manager plugin does not provide any payment option for an employer posting a job listing on your website.
If you have purchased WC Paid Listings or Simple Paid Listings plugin, which enables you to collect payment for job posting, please get in touch with us directly via this page, and we will be happy to guide you further.
Forum: Plugins
In reply to: [WP Job Manager] Changes and additions.Hi Grant,
Thanks for reaching out. The WP Job Manager plugin is designed to facilitate creating a job board on your website. Employers can then post open vacancies and candidates can check and apply to these job listings.
On your website, you seem to be using the Listable theme. The theme modifies the functionality of the Job Manager plugin slightly, making the site into a listing directory rather than a job board.
For help with setting up the website using the Listable theme and WP Job Manager plugin, I recommend reaching out to the plugin’s authors here.
https://pixelgrade.com/support/
- This reply was modified 2 years, 11 months ago by Gaurav.
Forum: Plugins
In reply to: [WP Job Manager] How to change registration E-MailYou can try using this plugin https://www.ads-software.com/plugins/welcome-email-editor/
Forum: Plugins
In reply to: [Regenerate Thumbnails] Restore deleted images (original sized images)Hi @revive,
The Regenerate Thumbnails does not delete any images from your site, the one exception to this is the setting
Delete thumbnail files for old unregistered sizes in order to free up server space. This may result in broken images in your posts and pages.
Found in Tools->Regenerate Thumbnails.
Apart from deleting thumbnail files for old unregistered sizes, the plugin does not delete any of the original images.
Forum: Plugins
In reply to: [WP Job Manager] ParserThat’s great to hear! Thanks for letting us know.
With that, you are all set here, for now, so I’m going to close this thread. If you have any more questions, feel free to reply and we will be happy to help.
Forum: Plugins
In reply to: [WP Job Manager] How to change registration E-MailWP Job Manager doesn’t set a custom “from” address in emails it sends — that is a feature of WordPress Core. To change it, you could either use a plugin that allows you to easily modify your “send from” address, or, use the
wp_mail_from
filter as described here:https://codex.www.ads-software.com/Plugin_API/Filter_Reference/wp_mail_from
Let us know when you need us,
Forum: Plugins
In reply to: [WP Job Manager] Automatic wordpress registration for employers doesnt workThat’s great to hear! Thanks for letting us know.
With that, you are all set here, for now, so I’m going to close this thread. If you have any more questions, feel free to reply and the thread will automatically re-open.