John Huebner
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Post-2-Post] Problem with overwrite settingThis is a repeat of another topic that has been resolved
Forum: Plugins
In reply to: [ACF Post-2-Post] Create related post entry upon link insertionNo, there is not. This plugin will not auto insert relationships based on links added to content fields. This is something that you’d need to build yourself.
Forum: Plugins
In reply to: [ACF Post-2-Post] Relation support for subfieldsIn order to do something like this a new field setting would need to be added to relationship and post object fields that would allow selection of the field to match is with. It is beyond me how you could select a relationship in a repeater that matches… not to mention what happens if the rows in the repeater are reordered or there is not a matching row on the other end. As I said before, this is far too complex for the scope of this plugin and it is likely not even possible.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Turn off auto syncing of json🙂 Glad you like my work. I was looking at your plugin to see if it fits with the way I build sites. There are several features that I like, but there are many that I don’t have any use for. If you’ve ready my replies and advice over on the ACF forum you’ll probably know that I like to keep things simple. I’m in the process of building a plugin/theme/child theme setup to allow my company to more rapidly deploy website builds that can be modified in the child theme while allowing the parent theme and the associated plugin that runs everything to be updated.
I may borrow some of your work.
I don’t do twitter, the only social account I have are LinkedIn and GitHub.
As to the question. When I activate this plugin all of my field groups that have JSON files have the “JSON Sync” box checked and I cannot uncheck it. Yes, I want these files saved when I update a field group, but I don’t want them automatically synced back into the database. You may be aware of the recent bug in ACF that caused fields in field groups, especially flex fields to be synced out of order. Maybe I’m paranoid, but I like to keep tight control over how and when things get updated.
Maybe I’m misunderstanding how your feature works.
Forum: Plugins
In reply to: [ACF Post-2-Post] This plugin is not properly prepared for localizationI’m confused, that information is not in a place were it can be commented. It either comes from the readme.txt file or it comes from the plugin header comments.
Can anyone provide me with information on how this would be made translatable? How do I make the readme.txt file translatable?
Would anyone that knows what needs to be done be interested in assisting? I have this on github and I would be happy to get a pull request on any of my plugins to deal with translation.
Forum: Plugins
In reply to: [ACF Post-2-Post] Add to existing valuesIn all cases, any existing relationships on the other end are preserved unless you create a filter as described in the plugin description under overwrite settings.
Whether or not the new relationship is added depends on the number of selections that are allowed in the field for the post you are creating the relationship to.
A post object field by default only allows 1 selection. If the post you are creating the relationship to already has a selection the new one will not be added unless you create an overwrite filter. If you do create an overwrite filter in this case then the old relationship will be deleted and the new one will be created. However, if you set the post object field to allow multiple selections then then an overwrite filter is not required and this plugin will add the new relationship and preserve any existing relationships.
A relationship field by default allows an unlimited number of selections. If the post you’re creating the relationship to has this type of field then the new relationship will be created and all other relationships preserved. However, if you have set a maximum number of posts that can be selected in that field and the post you’re attempting to create the relationship to is already at the max then the new relationship will not be created unless you have created an overwrite filter for that field.
I found my problem. The plugin uses the_content and it uses WP Editor and a shortcode that was automatically inserted into the “Jobs” page that it create. Our custom themes to not use the_content() by default and the standard WP editors are removed.
I’m having the same issue. Did you ever resolve this? I’m using a custom theme and basically there is nothing on either the job listing page or the single job page, but blank space.
Forum: Plugins
In reply to: [ACF Post-2-Post] Problem with provided overwrite settingThere was an error in the overwrite logic. I just pushed an updated version that should correct it.
Forum: Plugins
In reply to: [ACF Post-2-Post] Problem with provided overwrite settingI’ll have to do some testing, might be a recent change in ACF causing problems cuz I don’t see anything wrong with what you have just by looking.
Forum: Plugins
In reply to: [ACF Post-2-Post] Problem with provided overwrite settingYes, go to ACF => Tools. Export your field definition and copy the code for the fields in question. Seeing the field definitions will give me all the information I need and much easier than trying to explain it all. You should have 2 fields in this case because one field should allow multiple selections while the other field should only allow 1 selection.
Forum: Plugins
In reply to: [ACF Post-2-Post] Problem with provided overwrite settingPlease provide the PHP export of the field(s) you are setting up for this relationship so I can understand what might be happening. Please, just the field(s) and not the entire group(s).
Forum: Plugins
In reply to: [ACF Post-2-Post] This plugin is not properly prepared for localizationIf there is any output in the php files it is just testing code that may be left over. But the plugin does not created any text output.
Forum: Plugins
In reply to: [ACF Post-2-Post] This plugin is not properly prepared for localizationThis plugin has no output that needs to be translated.
Forum: Plugins
In reply to: [ACF Medium Editor Field] The plugin is not currently translatableCan you give me more information on what the error is?