Dawid
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalinks Customizer] Undefined property: stdClass::$post_statusThe new update works just fine. Thank you for fixing the bug!
Forum: Plugins
In reply to: [Permalinks Customizer] Include /parent/in/permalinksWorks a treat! Thank you, this brings us back in line with WP defaults.
Thanks again,
DawidForum: Plugins
In reply to: [Permalinks Customizer] Undefined property: stdClass::$post_statusThanks for looking into it. The error only shows if you have
define('WP_DEBUG', true);in yourwp-config.php. What’s important thou is that if you look at the SELECT statement carefully you will notice that the code cannot work correctly β since the post_status column is not pulled from the database, the field will never be correcly checked on line 306 (if ( $posts[0]->post_status == 'draft' )).Regards,
DawidForum: Plugins
In reply to: [Permalinks Customizer] Include parent in permalinksSorry for double posting, there was an error when I posted the first topic which I thought was due to use of slashes in the subject, but apparently both topics got published eventually!
So please go here.
Forum: Plugins
In reply to: [SVG Support] Editor ‘Edit image’ broken@benbodhi, you are right β editing svg image properties works fine on the first try now. Glad this kind of resolved itself and we can go back to enjoying both WP and SVG Support. Thank you for your time spent looking into this.
Forum: Plugins
In reply to: [SVG Support] Editor ‘Edit image’ brokenYes, this is what I told the client to do before this gets fixed π
Forum: Plugins
In reply to: [SVG Support] Editor ‘Edit image’ brokenGlad you could repro. I agree editing is seldom used but can come in handy when you need to edit the caption or add a class.
Forum: Plugins
In reply to: [SVG Support] Editor ‘Edit image’ broken@benbodhi thanks for trying to verify that. (Shame I did not enable notification of a reply btw!) The key is to publish the post and then try to edit the image in question. So the steps should be:
- Create a new post
- Add Media
- Upload an SVG
- Insert it into post
- Publish the post
- Click the image in the content editor
- Click the βEditβ pencil Icon
- The popup should be empty
PHP v5.6 here…
Same here. Got a Gmail message saying an insecure app was trying to access my account with an option to enable insecure apps. Did that but still get the same error message. Using WordPress v4.6.1 with PHPMailer v5.2.14 and Easy WP SMTP v1.2.3.
Forum: Plugins
In reply to: [Media Library Assistant] MLA search images by tagDavid, thanks for your prompt reply. As one of the reviewers said, your attitude towards suggestions and support in general really shines as one of the most impressive “features” of this plugin!
Definitely agree that individual taxonomy terms would take up way too much space quickly. Your suggestion for another checkbox sounds like a reasonable option! Would only need to consider whether one should type in taxonomy term (quoted?) names or their slugs. E.q. what would one enter to search for a term
nice place(slugnice-place) rather thanniceorplace.What I’d dream of would be something akin to YouTrack, where there’s only one text box that allows you to specify many different aspects of what you’re looking for via suggestions and an easy-to-learn syntax. Check out this video that demoes this capability. However, if you were to develop something like that, I’d definitely consider this a pay-for option π
Forum: Plugins
In reply to: [Media Library Assistant] MLA search images by tagDavid, first of all I really appreciate your work on this plugin. Not sure what I’d do without it with all the images and metadata we’re having to manage on the current project, but it’d no doubt involve a lot of pain, misery and sleepless nights! (Makes me wonder why it isn’t included in the core..? One of the best candidates by far IMHO.)
One suggestion I’d like to put forward is searching by multiple tags. By that I mean being able to specify one, two or more tags (in the search box on the Assistant page as well as when attaching images to posts/galleries), and having MLA show only the media that are tagged with all/one of the specified tags (depending on the AND/OR selection presumably).
For small-scale projects this is most likely overkill, but for larger sites that use images in multiple places and rely on tags for organization I believe this sort of capability would be great.
Btw: do you accept pull requests on Github?