Hello. In my installation, when advanced post types is enabled the related products woocommerce section shows double of all the products. When i disable advanced product posts the problems disappears.
]]>hi, i’d like to report to you that the engine need to “sanitize_text_field” the content of the fields in the create-edit page… because we can’t generate proper post_types if there are non-english characters…
ex: “Articles Postés” becomes “Articles postu00e9s” … and stop the process when saving.
and i’ll provide you with a french language file for your next version …
]]>Hi,
when installing the plugin I got the error that the dashicons.json could not be found in Class Dashicons on line 14 in the constructor. I have the WP_PLUGIN_URL set to a relative path (‘/’), which I think could be the reason for this not working. But why don’t you just load the dashicons.json like this:
file_get_contents( plugin_dir_path( __FILE__ ) . 'dashicons.json')
with plugin_dir_path instead of using plugin_dir_url? This seems like the better approach to me. You are handling the json file serverside anyway, so no need to call it by its domain name, no?
The same problem exists in class-fields.php on line 18.
Replacing both plugin_dir_url with plugin_dir_path let me use your plugin, which is awesome btw! Thank you very much for it, it is the perfect custom post type generator!
But I don’t want to forgot about my change and then overwrite it with an update, so I hope you can implement this in a future release… unless I am missing something of course.
Hi Support,
I have problem with saving options.
When I select checkboxes and click update button, page reloads and nothing happens, all options are set to defaults?