Title: Igor Jerosimić's Replies | WordPress.org

---

# Igor Jerosimić

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/users/x64igor/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/x64igor/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP] [Google login] Hybridauth config does not exist on the given path](https://wordpress.org/support/topic/google-login-hybridauth-config-does-not-exist-on-the-given-path/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/google-login-hybridauth-config-does-not-exist-on-the-given-path/#post-13574094)
 * I have the same issue. Once I added `session_start();` to wp-config.php it started
   working.
 * Is it possible that your plugin does not initialize the session?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] JS: get current post format in Gutenberg edit screen to display/hide metafields](https://wordpress.org/support/topic/js-get-current-post-format-in-gutenberg-edit-screen-to-display-hide-metafields/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/js-get-current-post-format-in-gutenberg-edit-screen-to-display-hide-metafields/#post-12618249)
 * Listening to changes:
 *     ```
       wp.data.subscribe( function () {
         var newFormat = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'format' );
         console.log(newFormat);
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] JS: get current post format in Gutenberg edit screen to display/hide metafields](https://wordpress.org/support/topic/js-get-current-post-format-in-gutenberg-edit-screen-to-display-hide-metafields/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/js-get-current-post-format-in-gutenberg-edit-screen-to-display-hide-metafields/#post-12618047)
 * [@arhit](https://wordpress.org/support/users/arhit/)
    Did you succeed? I’m struggling
   to do the same thing.
 * [@amyriounis](https://wordpress.org/support/users/amyriounis/) , [@gziolo](https://wordpress.org/support/users/gziolo/)
   
   Post type (post, page, etc.) is not the same as post format (image, video, audio,
   etc.).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Support - WordPress HelpDesk & Support Plugin] PHP errors](https://wordpress.org/support/topic/php-errors-171/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/php-errors-171/#post-12070569)
 * Having the same issue in PHP 7.3 (no errors in v7.2).
 * [https://www.php.net/manual/en/control-structures.continue.php](https://www.php.net/manual/en/control-structures.continue.php)
 * > In PHP the switch statement is considered a looping structure for the purposes
   > of continue. continue behaves like break (when no arguments are passed). If
   > a switch is inside a loop, continue 2 will continue with the next iteration
   > of the outer loop.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[I Order Terms] Request: Can you add a way to sort terms per post?](https://wordpress.org/support/topic/request-can-you-add-a-way-to-sort-terms-per-post/)
 *  Plugin Author [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [8 years ago](https://wordpress.org/support/topic/request-can-you-add-a-way-to-sort-terms-per-post/#post-10558834)
 * Hi Joy,
 * I will not have time to add this, at least not anytime soon.
 * If some other coder is interested, my plugin is available on GitHub [https://github.com/IgorCode/i-order-terms](https://github.com/IgorCode/i-order-terms)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[I Order Terms] Feature Request: Show All Terms button?](https://wordpress.org/support/topic/feature-request-show-all-terms-button/)
 *  Plugin Author [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/feature-request-show-all-terms-button/#post-10045846)
 * Hi,
 * You can already extend number of items shown on the page by using “Screen Options”
   on top of the screen.
 * I’m not sure if it’s worth adding such a button when you can use built-in functionality
   to achieve the same thing. I guess I could probably add it if people are still
   interested?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[I Order Terms] Enhancement Request: add ‘Select All’ button in settings](https://wordpress.org/support/topic/enhancement-request-add-select-all-button-in-settings/)
 *  Plugin Author [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/enhancement-request-add-select-all-button-in-settings/#post-9056658)
 * Good idea. I added “Check/uncheck all” control in v1.5.0.
    -  This reply was modified 9 years, 4 months ago by [Igor Jerosimić](https://wordpress.org/support/users/x64igor/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Which line ?](https://wordpress.org/support/topic/which-line/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/which-line/#post-9034777)
 * This happens when you have empty domain ”. It would probably help if empty string
   was treated as missing domain.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] REQUIRED: You are not allowed to hide the admin bar. Issue](https://wordpress.org/support/topic/required-you-are-not-allowed-to-hide-the-admin-bar-issue/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/required-you-are-not-allowed-to-hide-the-admin-bar-issue/#post-9034771)
 * I’m not hiding it, but I do have it in CSS. Maybe this message should be changed
   to “You are not allowed to modify admin bar appearance” to avoid confusion?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [AMP version post hack issue](https://wordpress.org/support/topic/amp-version-post-hack-issue/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/amp-version-post-hack-issue/#post-8904289)
 * It has nothing to do with AMP, I can see “Want create site? Find Free WordPress
   Themes and plugins.” string without using AMP on your website. It’s probably 
   not visible when you are logged in so you (the admin) wouldn’t notice it.
 * If you are using some nulled theme or plugin you should consider removing it 
   and purchasing the proper version of that theme or plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)] Front page error after update](https://wordpress.org/support/topic/front-page-error-after-update/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/front-page-error-after-update/#post-8885802)
 * This started after latest update (v6.0.15)
 * `Warning: sprintf(): Too few arguments in /wp-content/plugins/google-analytics-
   for-wordpress/includes/frontend/tracking/class-tracking-disabled.php on line 
   90`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[I Order Terms] Same requirement – used with get_the_terms() but cannot get it to work!](https://wordpress.org/support/topic/same-requirement-used-with-get_the_terms-but-cannot-get-it-to-work/)
 *  Plugin Author [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [10 years ago](https://wordpress.org/support/topic/same-requirement-used-with-get_the_terms-but-cannot-get-it-to-work/#post-7602019)
 * Hi,
 * I’m not sure what you mean sort terms by post id, did you mean sort by term id?
 * I assume you need to put that function inside your functions.php, and then just
   call that function `get_the_terms_sorted`. Something like this:
 *     ```
       <ul style="color:#999;"><?php echo get_the_terms_sorted(); ?></ul>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Theme and Plugin Upgrades] Updating Theme](https://wordpress.org/support/topic/updating-theme-15/)
 *  [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/updating-theme-15/#post-7049089)
 * > It works well with the current version of WordPress. The only way to update
   > the version compatibility reported on and by .org is to release a new version.
   > It hasn’t required an update in a bit, so that number gets out-of-date.
 * [@chris](https://wordpress.org/support/users/chris/) Actually, you do not need
   to release a new version to update your plugin’s compatibility, just update compatibility
   in txt file and commit to svn, that is it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Tags: is either empty or missing in style.css header](https://wordpress.org/support/topic/tags-is-either-empty-or-missing-in-stylecss-header/)
 *  Thread Starter [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/tags-is-either-empty-or-missing-in-stylecss-header/#post-6691856)
 * Don’t worry, I will not copy header to other style.css, I just mentioned that
   so you would know how I came to the conclusion.
 * But, I also don’t like the idea that I must not have any file named “style.css”
   in a project. I find it hard to understand how is it possible to mix up file 
   that is always at the same location (theme root “_\style.css_“) with any other
   file, in this case “_\assets\fonts\linearicons\style.css_“…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[I Order Terms] sort in frontend like in backend (3 posts)](https://wordpress.org/support/topic/sort-in-frontend-like-in-backend-3-posts/)
 *  Plugin Author [Igor Jerosimić](https://wordpress.org/support/users/x64igor/)
 * (@x64igor)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sort-in-frontend-like-in-backend-3-posts/#post-6264779)
 * No response for two months, I’m marking this resolved.

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/users/x64igor/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/x64igor/replies/page/2/?output_format=md)