Title: Custom code snippets + lost translation
Last modified: September 5, 2020

---

# Custom code snippets + lost translation

 *  Resolved [oo](https://wordpress.org/support/users/outiojala/)
 * (@outiojala)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/custom-code-snippets-lost-translation/)
 * **1. CUSTOM CODE SNIPPETS**
 * I had to customize SJB plugin code in order to increase job-type column size 
   in list-view and single-jobpost page.
 * How can I create a custom code snippet to columns so SJB plugin can be updated?
   I’m already using Code Snippets plugin ([https://fi.wordpress.org/plugins/code-snippets/](https://fi.wordpress.org/plugins/code-snippets/)),
   is it possible to use that to this purpose?
 * **Customized code strings:**
 * /simple-job-board/templates/listing/list-view/type.php
 * _<!– Start Job Type
    ================================================== –> <div
   class=”**col-md-3** col-sm-4 col-xs-12″> <?php if ($job\_type = sjb\_get\_the\
   _job\_type()) { ?> <div class=”job-type”><i class=”fa fa-briefcase”></i><?php
   sjb\_the\_job\_type(); ?></div> <?php } ?> </div> <!– =======================
   =========================== End Job Type –>
 * /simple_job_board/single-jobpost/job-meta/job-type.php
 * _<!– Start Job Type
    ================================================== –> <div
   class=”**col-md-3** col-sm-4″> <?php if ($job\_type = sjb\_get\_the\_job\_type()){?
   > <div class=”job-type”><i class=”fa fa-briefcase”></i><?php sjb\_the\_job\_type();?
   ></div> <?php } ?> </div> <!– ===============================================
   === End Job Type –>
 * **2. LOST TRANSLATION**
 * Last time I updated SJB plugin translations were lost.
 * How can I prevent this? I’m using Loco Translator.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-code-snippets-lost-translation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Chang](https://wordpress.org/support/users/changf/)
 * (@changf)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/custom-code-snippets-lost-translation/#post-13369762)
 * Hi,
 * 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,

Viewing 1 replies (of 1 total)

The topic ‘Custom code snippets + lost translation’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chang](https://wordpress.org/support/users/changf/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/custom-code-snippets-lost-translation/#post-13369762)
 * Status: resolved