Dario Zadro
Dario Zadro
Racking my brain on getting this to work. I have have a WP install and other things in /home/site/www and trying to install CI in /home/site/www/api Keep getting 404 errors....
Please see error below: ``` Severity: 8192 Message: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated Filename: php_xlsxwriter/xlsxwriter.class.php Line Number: 760 ``` Adding ternary to line...
It Appears Craft 4 has changed craft.app.locale to an array ..? Anyway, this needs to be changed in your default SEO template: `{% set locales = craft.app.i18n.siteLocaleIds|without(locale) %}` To `{%...
Great plugin! Thank you very much for your continued development. We're getting ready to launch a new site and are still in development. I've implemented the Flickr feed "replace" event....
I'm not sure if this feature already exists or has been asked previously, but having the ability for dynamic title insertion "per entry" would go a long way for SEO...
I previously opened an issue here: https://github.com/htmlburger/carbon-fields/issues/1196, and it appears this issue is not specific to the "file" field type. I'm unsure how to troubleshoot, as ZERO errors are thrown....
## Version - Carbon Fields: 3.6.0 - WordPress: 6.3.2 - PHP: 8.1 ## Expected Behavior Attachment is not assigned to file upload, only on certain pages/cases. ## Actual Behavior When...
Trying to set a field in a plugin, using the following: `$entry->setFieldValue('json', Json::encode($variable));` JSON value is a string and in this format: ``` { "Some Title": { "question": "What is...
### Description When attempting to convert from Redactor 4.1.0 to CKEditor 4.1.0, I find that some tags, specifically `pre` tags, are not preserved in the migration. ### Steps to reproduce...