Hi. So what was the security issue on 1.4.0 version? Can i fix it by myself?
]]>The “Development continuation” thread suggested over a year ago that the plugin had changed hands again to @wpconcierges.
Is anyone maintaining it now?
It still works, but really slows down a site admin it seems.
It has not been updated in over 2 years now.
]]>How can I show the “add cpt-onomy” metabox section on “add new post” as Gutenberg style?
]]>Hi there,
The jQuery Migrate Helper plugin marks some code in CPT-onomies as deprecated. Any chances that this could be solved?
jQuery.fn.live() is deprecated, file: cpt-onomies/assets/js/admin-edit.min.js
]]>I am trying to export the posts from one site (the one linked here) and import them to another site but they are all failing to import when I try.
]]>I’m having an issue that your plugin is conflicting with WooCommerce in a very specific way.
When both plugins are active. Your plugin has something that prohibits the order peek feature to not work in the admin.
Steps to replicate.
1. add both plugins
2. create order through wc.
3. click the eye icon on the admin orders page.
Took me a crazy amount of my time to figure out the plugin is registering all new taxonomies created as Private even though I have it set as Public.
]]>I am using CPT-onomies to use a CPT (company) as taxonomy in another CPT (job). I want to make this taxonomy mandatory using for instance the plugin require post category but can’t make it work
]]>The Plugin have conflicts with the plugin “Media Ace” of the Theme Bimber. Apparently it has to do with the images
An error of type E_ERROR occurred on line 1079 of the file:
/var/www/domain.es/wp-content/plugins/cpt-onomies/admin.php.
Error message: Uncaught Error: Call to a member function get_column_info() on null in /var/www/domain.es/wp-content/plugins/cpt-onomies/admin.php:1079
Stack trace:
#0 /var/www/domain.es/wp-includes/class-wp-hook.php(289): CPT_ONOMIES_ADMIN->restrict_manage_posts()
#1 /var/www/domain.es/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
#2 /var/www/domain.es/wp-includes/plugin.php(478): WP_Hook->do_action()
#3 /var/www/domain.es/wp-content/plugins/media-ace/includes/image-sizes/admin/lib/class-mace-image-size-list-table.php(320): do_action()
#4 /var/www/domain.es/wp-admin/includes/class-wp-list-table.php(1248): Mace_Image_Size_List_Table->extra_tablenav()
#5 /var/www/domain.es/wp-admin/includes/class-wp-list-table.php(1186): WP_List_Table->display_tablenav()
#6 /var/www/domain.es/wp-content/plugins/media-ace/includes/image-sizes/admin/settings.php(85): WP_List_Table->display()
#7 /var/www/domain.es/wp-includes/class-wp-hook.php(287): mace_image
]]>
the plugin displaying following error while accessing the Post that having custom tags created from cpt using CPT-onomies.
Notice: Trying to get property ‘term_id’ of non-object in ….\wp-includes\post.php on line 7018
Please suggest how to remove this error.
Thanks
]]>Hi,
This plugin is what I′ve been looking for a long long time. Now I find it I′m afraid you′ll discontinue the development. It says you haven′t checked for the last 3 WP updates.
Are you still developing it?
If not, do you know any other plugin that does the very same as this?
Thanks a lot!
]]>Hi
I wanted to use the documentation to find more information, unfortunately the link in the Help menu does not work.
Thanks for all your work.
]]>Hello guys,
It seems there’s an issue with WooCommerce Extra Product Options.
When CPT-onomies is active the Global Form section of the plugin doesn’t display in the back-end and causes a fatal error. The rest of the plugin works and there’s no impact on the front-end but it’s still a bit annoying.
I can send the plugin for testing if you want.
Waiting for your feedback!
All best,
B
Hi, your plugin seems to work great, I’m just having one really frustrating problem, it would be amazing if you could help.
I’ve created a CPT-onomy called ‘Materials’ and added some materials. I have tagged some posts with these materials. Now I want to have these materials available as a filter in Essential Grid. In the EG settings the cpt-onomy shows up (great) but on the front end they don’t show… I have other custom taxonomies that work as filters no problem, just my cpt-onomy doesn’t.
I’ve checked there is no conflict with terms, and I’ve tried various settings but no luck so far… any idea what might be going wrong?
]]>I’ve tried to post it as bug report on the Hypestudio contact/help page (as suggested here by Dejan), but the form refuses to send (probably my browser causing this).
So, if you turn DEBUG to TRUE in wp-config.php, you get two warning Notices for every post that WP loops through, if it has a CPT-onomy-term. (So on an Archive page that can be hundreds or thousands, on a single Post/Page that’s just two.)
The specific notice is always:
Notice: Trying to get property ‘term_id’ of non-object in [your_webroot]/wp-includes/post.php on line 6736
Notice: Trying to get property ‘term_id’ of non-object in [your_webroot]/wp-includes/post.php on line 6737
You can test this by installing a blank WP, installing the plugin, making a CPT (e.g., “Country”) via the plugin (just a name, label and apply to e.g. “post”) and making one instance of this CPT (e.g., “Australia”), then in Admin use the plugin to link the custom post “Australia” to the default “Hello World!”-post: The warning will appear when you refresh your frontpage. Deactivate plugin and the warning disappears.
So, if you go to that post.php line from the warning and insert a var_dump(..); line or two on the variables in question, you learn from the output that CPT-onomies inserts a NULL into (line 6732) $terms = get_object_term_cache( $post->ID, $taxonomy );
So the temporary solution (until the next update of WordPress overwrites it!) is to change line 6735 from
if ( ! isset( $term_ids[ $term->term_id ] ) ) {
(using $term != NULL && ) into
if ( $term != NULL && ! isset( $term_ids[ $term->term_id ] ) ) {
But editing core WP files is not the answer, clearly… I have no idea at exactly which point CPTonomy accidentally inserts the NULL and/or whether WordPress should actually always test for NULL at that point.
]]>See this thread:
https://www.ads-software.com/support/topic/error-that-post-type-name-already-exists/#post-12033218
]]>So I keep getting this error…..
That post type name already exists. Please choose another name.
No matter what I do it.
So I simply disabled it ??
Line 1595 in admin-setting.php
wp_enqueue_script( 'custom-post-type-onomies-admin-options-validate', plugins_url( 'assets/js/admin-options-validate.min.js', __FILE__ ), array( 'jquery', 'jquery-form-validation' ), null, true );
About every time I log into the Admin, there’s a message
<<This plugin recommends the following plugin: Social Web Suite – Social Media Auto Post, Auto Publish and Schedule. Begin installing plugin | Dismiss this notice >>
I have absolutely no use for this further plugin, so I obviously dismiss this message. And dismiss it again. And again. And eventually I realized I’d forgotten which plugin is (re-)posting this message, I just dismiss without reading.
Is there a way to stop this re-posting? It’s just spam, after a first and at most maybe a second time.
]]>Hi, the CPT’s created in CPT-onomies used to be available in the Menu manager like other CPT’s from other plugins, etc. They’re no longer available there…? Any idea what happened? How can we get them back in there?
]]>The plugin settings screen shows me this WARNING:
Did this CPT-onomy used to be registered as a taxonomy? I found some taxonomy terms stored in your database that could conflict with your CPT-onomy terms. CPT-onomies are not stored in the database in the same manner as taxonomies so when taxonomy and CPT-onomy terms exist under the same name, term queries can get confused and sometimes return incorrect results.
Followed by a button “Delete the conflicting taxonomy terms” which pops a browser-alert “Are you sure you want to delete the conflicting taxonomy terms? There is NO undo…”
And a link “Learn how to manually delete your conflicting terms” which is 404.
So, the big warning never actually shows exactly what the conflict is, nor what will actually be deleted.
Really????
]]>hi, i would like to know if it’s a way to use this plugin with wpml becouse it seems to convert all post in all language. lastly i would like to know if is there a support pro service.
]]>Hi there,
I created 2 taxonkmies for testing, one as per standard, and one using your plugin the make one of my post types a taxonomy.
Both are showing for the relevant psot type.
I then use Advanced Custom Fields, their “taxonomy” field, to create fields for the post edit screen for both these taxonomies.
When choosing a taxonomy for each, the standard created taxonomy saves to the post fine, the one created by your plugin does not.
Is this an issue you are able to fix, or can point me to what I need to do to fix it?
Thanks.
]]>I have a post type called “lab” which has a taxonomy called “states”.
I added this plugin and created a new post called “careers” and added a CPT “lab” as its taxonomy.
So this is the order
States
– Labs
–Careers
When I click on a state I get its slug and list all “Lab” now I need to get all Careers that I added to a lab
How can I get it? I tried the code below:
$args = array(
'post_type' => "careers",
'tax_query' => array(
'taxonomy' => 'lab',
'field' => 'slug',
'terms' => 'global-pathology',
'include_children' => false
),
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC');
$posts = get_posts($args);
But it’s not filtering by lab taxonomy
]]>Hi, I need a taxonomy to order_by [custom] so my months Appear Jan, Feb, Mar… as
I achieved this with plugin: YIKES Simple Taxonomy Ordering, which allows me to specify custom order for specif taxonomies of my choice – AWESOME!
But when I activate “CPT-onomies” it undoes the good work of the Taxonomy Ordering plugins. (I tried several other Taxonomy ordering plugins and methods, but CPT-onomies reverts to alphabetic:
Aug, Dec, Feb, Jul…)
Can you suggest an ordering method for your plugin that can target specific taxonomy of my choice, or a way to permit the ordering plugins to do their work unhindered?
Cheers,
While we appreciate that www.ads-software.com provides these forums for plugin developers, we have come to the conclusion that we can better assist users in our own support system.
Requests left here will only be occasionally by a member of our team, although others in the community are welcome to respond and on occasion do so.
In order to get in touch with us quickly please use the form on this page: https://hypestudio.org/contact-us/.
We will also create the Github repo any day now where you will be able to create the PR’s Pull Requests for code fixes and also documentation. Active committers will be promoted to plugin contributors here on the plugin page.
Thank you so much for supporting us!
Dejan
Hi there, I’ve been using this plugin for years and years and I love it but I’ve recently begun rearchitecting my site to take advantage of bidirectional relationships using the Advanced Custom Fields plugin. I just wanted to share my experience in case anyone else is thinking along these lines. So far it’s been easy and I’ve been able to do what I need. The site is for a large law firm. I need to assign attorneys to practice area, blog posts, event and awards and vice versa. The attorney page needs to display and posts they’ve authored, events they are hosting and awards they’ve won.
The change has been surprisingly easy. I followed the suggestions mentioned in this comment (https://www.ads-software.com/support/topic/updates-are-coming-1/page/3/#post-8739747) as well as utilizing the ACF Post-2-Post plugin.
I just wanted to mention this is case anyone else is thinking about looking for additional solutions.
]]>Does anyone remember which taxonomy functions work with this plugin? Without the documentation I’m struggling to remember.
I’m trying to use this plugin along with Advanced Custom Field and acf’s $terms = get_field(); isn’t working for me. I was looking for a workaround.
Thanks in advance!
]]>5 Days ago you published a new version of the plugin, that lacks dependencies what results in PHP-Errors for every site, that installs it.
5 Days seems to me like a very long time for such a simple task.
Can we expect that this Error will be fixed soon or is the plugin technically abandoned and you just failed in implementing the fremium-code but will do nothing about it?
]]>I’d just updated your plugin and get these errors on the site.
Warning: require_once(/app/public/wp-content/plugins/cpt-onomies/freemius/includes/supplements/fs-essential-functions-2.2.1.php): failed to open stream: No such file or directory in /app/public/wp-content/plugins/cpt-onomies/freemius/includes/fs-essential-functions.php on line 39
Fatal error: require_once(): Failed opening required '/app/public/wp-content/plugins/cpt-onomies/freemius/includes/supplements/fs-essential-functions-2.2.1.php' (include_path='.:') in /app/public/wp-content/plugins/cpt-onomies/freemius/includes/fs-essential-functions.php on line 39
For now I’ve just reverted back to the previous version 1.3.6 which can be donwloaded at the bottom of this page https://www.ads-software.com/plugins/cpt-onomies/advanced/
]]>Hello,
In version 1.3.9, you forgot to include:
\freemius\includes\supplements\fs-essential-functions-2.2.1.php
That omission prevents the plugin from activating.
I just added manually, and now it is working fine.
Regards,
Francois