Title: seayko's Replies | WordPress.org

---

# seayko

  [  ](https://wordpress.org/support/users/seayko/)

 *   [Profile](https://wordpress.org/support/users/seayko/)
 *   [Topics Started](https://wordpress.org/support/users/seayko/topics/)
 *   [Replies Created](https://wordpress.org/support/users/seayko/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/seayko/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/seayko/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/seayko/engagements/)
 *   [Favorites](https://wordpress.org/support/users/seayko/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox] missing semicolon](https://wordpress.org/support/topic/missing-semicolon-1/)
 *  Thread Starter [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/missing-semicolon-1/#post-6145224)
 * I’ve fixed the colorbox to make it possible to minify and combine this file with
   others 😉
    There were some Probleme defining the variables, comment after “var”
   and so on
 * [http://blog.tinect.de/wp-content/plugins/lightbox/js/frontend/jquery.colorbox.js](http://blog.tinect.de/wp-content/plugins/lightbox/js/frontend/jquery.colorbox.js)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox] missing semicolon](https://wordpress.org/support/topic/missing-semicolon-1/)
 *  Thread Starter [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/missing-semicolon-1/#post-6144984)
 * Thank you. I tried to minify and combine JS-Files. This caused an error after
   minifying it. 😉 After adding that semicolon there wasn’t any further problem
   with this file.
 * I’m having issues with minifying and combining (with others) of jquery.colorbox.
   js (something like “$overlay wasn’t defined”). I think some functions have to
   be exchanged. I’ll have a look these days and come back to you with further informations,
   if you like. 😉
 * Best Regards,
    Sebastian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Path resolving](https://wordpress.org/support/topic/path-resolving/)
 *  [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/path-resolving/#post-4066847)
 * Since Version 1.4 it’s running without my reported modification.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Options staying in DB after deleting](https://wordpress.org/support/topic/options-staying-in-db-after-deleting/)
 *  Thread Starter [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/options-staying-in-db-after-deleting/#post-4465026)
 * The first start of “start translation” takes about a minute. But only on enviroment
   with 20 (outdated) plugin-caches and wrong messages as I reported above.
 * But now the cache is empty with 1.4.1 and it’s running great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Windows IIS – MO-Converter?](https://wordpress.org/support/topic/windows-iis-mo-converter/)
 *  Thread Starter [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/windows-iis-mo-converter/#post-4464464)
 * Hey Tim, EVERYthing is running great with windows iis.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Path resolving](https://wordpress.org/support/topic/path-resolving/)
 *  [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/path-resolving/#post-4066846)
 * I had same error in Win-Env while saving PO-Files.
 *  Fixed it with:
 *  loco-translate/php/loco-posave.php
 *  replace (Line 14-16):
 *  if( ‘/’ !== $path{0}){
    $path = WP_CONTENT_DIR.’/’.$path; }
 *  with
 *  if( ‘/’ !== $path{0} && ‘:\\’ !== $path{1}.$path{2}){
    $path = WP_CONTENT_DIR.’/’.
   $path; }
 *  // if “*:\” is in path, there is no need to prepend WP_CONTENT_DIR in Windows.
   Cause $path contains full path. 😉
 *  Tested in Linux AND Windows. Works fine!
 * EDIT: ATTENTION! Path of “Gettext msgfmt” should be working in Windows, otherwise
   content of translation-file will be cleared.
    Magic-Quotes should be disabled,
   too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Windows IIS – MO-Converter?](https://wordpress.org/support/topic/windows-iis-mo-converter/)
 *  Thread Starter [seayko](https://wordpress.org/support/users/seayko/)
 * (@seayko)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/windows-iis-mo-converter/#post-4464200)
 * Maybe it works, if you replace “\\” with “/” while using/creating any path.

Viewing 7 replies - 1 through 7 (of 7 total)