Title: msolowski's Replies | WordPress.org

---

# msolowski

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

 *   [Profile](https://wordpress.org/support/users/msolowski/)
 *   [Topics Started](https://wordpress.org/support/users/msolowski/topics/)
 *   [Replies Created](https://wordpress.org/support/users/msolowski/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/msolowski/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/msolowski/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/msolowski/engagements/)
 *   [Favorites](https://wordpress.org/support/users/msolowski/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: [[Optimize Database after Deleting Revisions] Orphaned Term Relationship](https://wordpress.org/support/topic/orphaned-term-relationship-3/)
 *  [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/orphaned-term-relationship-3/#post-12681096)
 * After use of this feature, there are destroyed the connections between translations
   of terms (custom taxonomies) used thru Polylang. It’s definitely destroying a
   big part of database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Lost settings after reinitialize after ajax.](https://wordpress.org/support/topic/lost-settings-after-reinitialize-after-ajax/)
 *  Thread Starter [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/lost-settings-after-reinitialize-after-ajax/#post-10753120)
 * $(function()
    { easy_fancybox_handler(); }); Works like a charm 😉 Thank You 
   soooo much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Admin Columns Pro Custom Taxonomy Sorting](https://wordpress.org/support/topic/admin-columns-pro-custom-taxonomy-sorting/)
 *  Thread Starter [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/admin-columns-pro-custom-taxonomy-sorting/#post-9977058)
 * No, I want to sort terms at edit-tags.php which are assignet to custom taxonomy.
   
   I’ve been looking from a few days to any machanizm that could help me with this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Translating custom post types and taxonomies names](https://wordpress.org/support/topic/translating-custom-post-types-and-taxonomies-names/)
 *  [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/translating-custom-post-types-and-taxonomies-names/#post-8161347)
 * By way You’ve choosen, You can translate this strings using for example “Loco
   translate”. But it’s little more complicated.
 * Then also you have to define textdomain in functions.php file.
 * function language_setup()
    { load_theme_textdomain(‘name_of_domain’, get_template_directory().‘/
   languages’); }
 * And then use this like that:
 * ‘name’=>__(‘Athletes’, ‘name_of_domain’),
    ‘singular_name’=>__(‘Athlete’, ‘name_of_domain’),
 * But if You’re want to use Polylang anyway. You have to use this function, by 
   paste it in functions.php file. I think it also works with backend as I think
   You want to use there.
 * function polylang_translate()
    { pll_register_string(‘Name’, ‘Athletes’, ‘Group’);
   pll_register_string(‘Name’, ‘Athlete’, ‘Group’);
 * }
    add_action(‘init’, ‘polylang_translate’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] With WP 4.6 post/pages loses connection between them in different languages](https://wordpress.org/support/topic/with-wp-4-6-postpages-loses-connection-between-them-in-different-languages/)
 *  [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/with-wp-4-6-postpages-loses-connection-between-them-in-different-languages/#post-8161285)
 * I have the similar problem but with ACF.
    [https://wordpress.org/support/topic/polylang-from-2-0-and-later-acf-4-4-8-problem/](https://wordpress.org/support/topic/polylang-from-2-0-and-later-acf-4-4-8-problem/)
 * It’s not a conflict with others plugins. I tested it on clean copy of WP with
   only Polylang & ACF inside. I think it’s not a fault of same WP. I tested it 
   on WP from 4.5.4 to 4.6.1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Problem with save settings after create a post type/taxonomy.](https://wordpress.org/support/topic/problem-with-save-settings-after-create-a-post-typetaxonomy/)
 *  Thread Starter [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problem-with-save-settings-after-create-a-post-typetaxonomy/#post-7142178)
 * It’s working 😉
    I figured it out. At the beginning when I created a custom post
   type and custom taxonomy … I have assigned them to each other. Later, probably
   unconsciously I disconnected them from each other. I then had to make copies.
   I don’t know why unlink them results in the creation of copies. I noticed that
   when You write me to check it on “Registered Post Types/Taxes” screen. The only
   difference of this copies was a name in Post Type column and slugs in Template
   Hierarchy. The strange case.
 * {“galeria_post”:{“name”:”produkt_post”,…
    {“product_post”:{“name”:”produkt_post”,…
 * galeria_post was my old custom post type and probably I something messed up when
   I import that from the other project. And when I tried to update custom post 
   type… a copy of the update itself, and thus all the fuss. Thanks for the help
   😉 Topic to close.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Regression in version 1.8.2](https://wordpress.org/support/topic/regression-in-version-182/)
 *  [msolowski](https://wordpress.org/support/users/msolowski/)
 * (@msolowski)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/regression-in-version-182/#post-7130844)
 * I have the same problem. After update from 1.8.1 to 1.8.2 always returning to
   root.

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