Christiaan Conover
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Caption] How remove link on Caption textI have seen similar behavior with certain themes, such as the Twenty Nineteen theme that comes with WordPress. I think it has to do with how I target the HTML in the page, so I will need to see if there is a better way to do this that alleviates this issue.
In the mean time, you can disable automatically inserting the caption, and edit the theme to place it exactly where you want. Not an ideal solution, I know, and I do plan to figure out how to get around this problem.
Forum: Plugins
In reply to: [Featured Image Caption] PHP Version ErrorI have released version 0.8.9 which should correct this problem. Please let me know if it’s now fixed for you. Thanks!
Forum: Plugins
In reply to: [Featured Image Caption] PHP Version ErrorI think I’ve found the problem here. It’s a combination of how I’m checking the PHP version, and the actual text of the error message. I should have an update released shortly.
Forum: Plugins
In reply to: [Featured Image Caption] How remove link on Caption textCan you copy and paste the Debug output found on the plugin settings page? Admin > Settings > Featured Image Caption
Forum: Plugins
In reply to: [Featured Image Caption] PHP Version ErrorHmm, strange. Let me do some more testing of the PHP version checking that occurs in the plugin to make sure it’s working properly.
Forum: Plugins
In reply to: [Featured Image Caption] How remove link on Caption textThere should be no link if you don’t add a URL in the field for the featured image caption. I will check the code for this behavior and see if it’s got a bug though.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9I’ve tested the PHP version check against WordPress 4.9.8 and it works properly, though I have not yet been able to test against PHP 5.5.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9Ah, ok. That makes sense. I tested it against 4.9.8 and it worked, but let me see if I can test it against PHP 5.5. Since 5.5 is no longer supported it’s harder to find that release for testing, but I’ll work on that.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9PHP 5.5 should be triggering the plugin to give you an error that your version of PHP is unsupported. Let me verify the code that checks PHP version.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9Are you sure of the version of WordPress? 4.9.10 isn’t a release.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9I don’t think there is a 4.9.10, according to the release list.
- This reply was modified 7 years, 2 months ago by Christiaan Conover.
Forum: Plugins
In reply to: [Featured Image Caption] Doesn’t work with wp 4.9.9I have, and I’m unable to replicate the issue. Can you provide any more details, such as anything from server logs?
Forum: Plugins
In reply to: [Featured Image Caption] URL not working: class ‘ccfic-source’ code errorThanks for reminding me about this. I’ll take a look at it, and let you know what I find.
Forum: Plugins
In reply to: [Featured Image Caption] Fatal error on line 46Ok, thanks for letting me know. I’ll look into why the PHP version check didn’t work as expected for you.
Forum: Plugins
In reply to: [Featured Image Caption] Fatal error on line 46Do you know more specifically which version? 5.3, 5.6, etc.?
The plugin requires PHP 5.4 or later, so if you’re on PHP 5.3 it will not work. The plugin does have a sanity check for the PHP version in use, but I’ll verify that it works properly, because it sounds like you may be on a version that isn’t compatible. I will check that and let you know, and if it’s not working properly, I will update it and push a new version.