Igor Jerosimi?
Forum Replies Created
-
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?
Listening to changes:
wp.data.subscribe( function () { var newFormat = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'format' ); console.log(newFormat); } );
@arhit
Did you succeed? I’m struggling to do the same thing.@amyriounis , @gziolo
Post type (post, page, etc.) is not the same as post format (image, video, audio, etc.).Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] PHP errorsHaving the same issue in PHP 7.3 (no errors in v7.2).
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
In reply to: [I Order Terms] Request: Can you add a way to sort terms per post?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
Forum: Plugins
In reply to: [I Order Terms] Feature Request: Show All Terms button?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
In reply to: [I Order Terms] Enhancement Request: add ‘Select All’ button in settingsGood idea. I added “Check/uncheck all” control in v1.5.0.
- This reply was modified 7 years, 7 months ago by Igor Jerosimi?.
Forum: Plugins
In reply to: [Theme Check] Which line ?This happens when you have empty domain ”. It would probably help if empty string was treated as missing domain.
Forum: Plugins
In reply to: [Theme Check] REQUIRED: You are not allowed to hide the admin bar. IssueI’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
In reply to: AMP version post hack issueIt 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.
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
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
In reply to: [Easy Theme and Plugin Upgrades] Updating ThemeIt 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 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
In reply to: [Theme Check] Tags: is either empty or missing in style.css headerDon’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
In reply to: [I Order Terms] sort in frontend like in backend (3 posts)No response for two months, I’m marking this resolved.