Amir Helzer
Forum Replies Created
-
Sorry, but this is not possible with WordPress, without a major hack, which I don’t recommend.
At the moment, this parent / child relationship is defined and processed in Types. WordPress is not aware of it and doesn’t include this information in the URL.
What you are asking makes good sense, but is really not feasible in the way WordPress works today.
Who knows, maybe we’ll have it in a later WordPress version.
Forum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] 1.3.2Types 1.4.0.1 is out.
This is possible with Types parent / child relationship. Have a look here for how to set it up and enter data:
https://wp-types.com/documentation/user-guides/creating-post-type-relationships/This depends on the field type. We’ve made some changes for consistency, removing complex HTML and outputting just the minimum. This way, you can add the HTML that you need, instead of being forever stuck with our.
Most fields still have meaningful HTML output when you specify it. For instance, an image field will output an image.
However, several other fields don’t really need any HTML in their output.
Can you tell what fields you are referring to? We’ll help you update the content to receive the exact output as you had before.
Forum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] wpmlYou should have WPML’s Translation Management module installed.
Then, go to WPML->Translation Management->Multilingual content setup and select these CPTs as translatable.
It was a glitch in the readme.txt file. It should have said WP 3.6, but was still on 3.5.2. I just fixed it. Thanks for letting us know.
Forum: Plugins
In reply to: [Plugin: WPML] – Url rewriting and translation errorWhy don’t you post it in our support forum?
https://wpml.org/forums/forum/english-support/If you can provide a link to where we can see the problem, we might be able to understand what’s causing it a lot better.
It’s a problem with the Dutch locale file and will be updated very soon. In the meanwhile, best to delete the Dutch locale file.
Thanks for reporting the problem and a solution. We’ll get it fixed.
Can you please enable WP_DEBUG and tell us what the error is?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Problems with WPMLHere is a tutorial for using Domain Mapping with WPML:
https://wpml.org/documentation/essential-multilingual-plugins/multilingual-site-network-with-domain-mapping/@ron, if you want to test anything with WPML, drop me a note and I’ll create an account for you.
https://wpml.org/home/contact-us/There are several changes in that version that were required for WordPress 3.5. Most are about the new arguments for the ‘prepare’ statement.
Are you using any other plugins on the site?
Can you check for Javascript errors in the browser and PHP errors in the PHP error logging?
Please see how to enable debug here:
https://wp-types.com/documentation/user-guides/debugging-types-and-views/Types 1.1.5, which we’re completing in about 10 days will have some improvements to repeating fields, but almost no change in repeating field groups.
So far, our recommendation for repeating field groups is to use Types’ parent / child relationship:
https://wp-types.com/documentation/user-guides/creating-groups-of-repeating-fields-using-fields-tables/It’s not trivial to use and we’re planning a major round of usability improvements, including hiding all this complexity when it’s not needed. All this will go into Types 1.2, which is currently scheduled for around the end of February.
Maybe it’s related to the order of execution. Types defines these relationships in the standard WordPress init event. The only thing that comes to mind is maybe your code also runs in the init, and does so before Types?