Chang
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Resume AttachmentHi Ani,
Thank you for reaching out to us.
In order to get the job feature option on top of job description, you will have to install Content replacement add-on.
For receiving the applicants form, you will have to download the email attachment add-on for this feature.
Regards,
Hi Ashalatha,
We apologize for the inconvenience. Please deactivate plugins one by one and then see if it works. Also, switch your theme to any WP Twenty theme.
Note: This activity is just for testing purposes. You can revert plugin back once you find the conflicting code.
You must also make sure that you are using the latest version of Simple Job Board plugin and WordPress. If the issue persists, we would recommend that you take help from an expert WP developer to do this for you.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Form fields missing + email notification not receivedHi,
There seems to be a conflict with the plugins installed. Please deactivate all the plugins one by one and then see if it works. Also, switch your theme to any WP Twenty theme.
Note: This activity is just for testing purposes. You can revert plugin back once you find the conflicting code.
If the issue persists, we would recommend that you take help from an expert WP developer to do this for you.
Note: Please make sure that you are using the latest version of Simple Job Board plugin and WordPress.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Form fields missing + email notification not receivedHi,
Kindly check the email log for SMTP plugin and check the errors due to which email is not sending.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Form fields missing + email notification not receivedHi,
We apologize for the inconvenience. Yes it might be possible that the problem is due to these recent plugins.
Please deactivate them one by one and see if your issue is fixed. If the issue still persists then kindly install any SMTP plugin and check email logs.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Custom code snippets + lost translationHi,
1) We only provide support for the SJB plugin installation, configuration, usage guideline and bugs not for its custom work. We would suggest that you take help from an expert programmer.
2) Please contact Loco Translator plugin team for support.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Change text and styling on “Read more” buttonHi Boarski,
It seem that it wouldn’t work the way that you have suggested. The best way is to customize through hooks. We would recommend that you take help from an expert WP programmer to do this for you.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] header and email section going full width – no paddingHi Inkvine,
Please add the following CSS in your activated theme’s style.css
.sjb-page .sjb-detail {
padding: 0 20px;
}Please remove the padding that you have already applied on the job description so that all sections have the same spacing.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] header and email section going full width – no paddingHi Inkvine,
Kindly set the Theme Layout from Job Board> Settings> Appearance tab. Please let us know if the issue still persists.
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Change text and styling on “Read more” buttonHi Boarski,
It can be changed through the customization of SJB plugin. Please use the SJB templating feature to customize it.
This is the filter “sjb_get_the_excerpt” which you can use for its customization.
Below is the path of file.
simple-job-board/public/partials/simple-job-board-template-functions.phpRegards,
Forum: Plugins
In reply to: [Flexy Breadcrumb] Add text before “Home” linkHi Chris,
We would recommend you to contact OceanWP support to solve this issue.
Regards,
Hi Chris,
Please add the code mentioned in the document into your activated theme functions.php and replace the $types[] = ‘your-post-type’; with $types[] = ‘jobpost’;
Regards,
- This reply was modified 5 years, 10 months ago by Chang.