Notice: Undefined index: wp42 in /home/rars3335/public_html/wip/sebastian/vidics/wp-content/plugins/gd-taxonomies-tools/gd-taxonomies-tools.php on line 197
I went to the code and saw this:
function get_defaults_count() {
return $this->default_taxonomies['wp'.$this->wp_version];
}
Looks like this function gets the wp version. Any ideea why I get this error?3
Thanks!
There appears to be an issue with a taxonomy listing function. After updating WP to 4.2.2, the taxonomy list was empty within the dropdown menu. Bummer. I cannot even post on the author’s forums after registering…
Any suggestions on duplicating this plugins functionality or alternatives are welcome.
]]>Hi, I just tried your plugin for the latest WordPress version. I had wp_debug true for a moment and when I tried to activate your plugin WP_DEBUG shown this errors. (Btw, i’m using php 5.6.3 of xampp.)
Strict Standards: Only variables should be passed by reference in /opt/lampp/htdocs/yrh/wp-content/plugins/gd-taxonomies-tools/gd-taxonomies-tools.php on line 154
Strict Standards: Declaration of gdttWalker_Terms::start_el() should be compatible with Walker_Category::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /opt/lampp/htdocs/yrh/wp-content/plugins/gd-taxonomies-tools/code/fnc/display.php on line 60
Strict Standards: Declaration of gdttWalker_TermsDropdown::start_el() should be compatible with Walker_CategoryDropdown::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /opt/lampp/htdocs/yrh/wp-content/plugins/gd-taxonomies-tools/code/fnc/display.php on line 79
I’m not using the plugin for any projects yet I just wanted to let you guys know.
]]>in file:
gd-taxonomies-tools/forms/admin/tax.item.php
line:28
echo count(get_terms($tax_data->name));
should replace with
echo wp_count_terms($tax_data->name);
because if a taxonomy has alot of terms (like mine with over 40k terms) it gonna blow mysql and will get blank screen.
]]>Dear Plugin author,
SInce your last update were getting an Javascript error on plugin.js rule # 38.
Uncaught TypeError: Cannot read property ‘setDisabled’ of undefined
I think that tinymce has changed and your call isn’t working anymore.
This makes sure alot of tinymce functions aren’t working anymore.
Would you please have a look at this?
]]>I installed your plugin and mapped an existing custom post type, “members”. Now I can see the members listed in WP admin, but when I click the “edit” button, it links to https://www.uconnband.org/wp-admin/&action=edit, which leads to a 404 page.
]]>Hello!
Thank you for your work, we’re very fond of GD CPT Tools.
We’ve found 2 things that can possible be bugs:
1. “Post edit column” parameter in adding/editing taxonomy UI. If we understand correctly, “yes” value must lead to addition of a new column in taxonomy terms list table. But turning it on or off seems to not affecting anything.
2. Terms list widget. Right now it’s working only with hierarchical taxonomies (an argument is setted in “true” in widget’s code). We’re fixing it by adding new checkbox in widget’s form, and a new variable in it’s code. But it’s worth to fix in main repository, as i think.
]]>Hello!
Thanks for your work, GD CPT is the main plugin to set things up in my experience.
Recently, i’ve found a bug with gdTT Terms List widget. If i set it up with some custom taxonomy, all seems fine until i’m adding some term IDs in Exclude field. If so, the widget outputs nothing in public. Even if there is just 1 ID there (or more, comma or space separated), bug persists.
What can i do with it?
]]>I’m using this with Category Order and Taxonomy Terms Order which works fine until I click on one of the items in my taxonomy lists and then the sorting changes (I would like it to stay the same), how do I fix this problem? I’ve tried going to GD Custom Posts And Taxonomies Tools: Edit Taxonomy > Advanced > Save Sort Order: and selecting yes and no, it doesn’t seem to affect anything…please help, thanks in advance!
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>hi checked your codes and found out that you don’t use 'update_count_callback' => '_update_post_term_count',
in your register taxonomy,
in file \code\functions.php
line 149 add this:
'update_count_callback' => '_update_post_term_count',
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>“Custom Post Types” does not works correctly
empti pid’s
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hi, was wondering if anyone knows how to fix this conflict. I disabled the GD Custom Posts And Taxonomies Tools Plugin, and the Portfolio Slideshow plugin worked fine. Also, I tried this: https://www.ads-software.com/support/topic/plugin-portfolio-slideshow-broken-theme-due-to-output-the-javascript-css-for-the-header-here-section?replies=6
Commented out the jQuery script in header.php and added the following to my functions.php file:
if( !is_admin()){
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”), false, ‘1.4.2’, false);
wp_enqueue_script(‘jquery’);
}
Still the Portfolio Slideshow doesn’t seem to be working if both the plugins are active…please help…
How can I modify how the jquery is being called to maybe fix this?
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hi!
I would like to ask some help on how to hide the taxonomy terms at the end of a post, since it automatically displayed. for your reference here’s the link (https://www.twcm-cdo.com/god-predestined-us/).
Your support is much appreciated
Thanks,
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>hi milan
i’m using your plugins from first version but after update to last version i’m facing with a bug,
when i try to set Query Variable to use “Yes, Custom value” and set the value, it do nothing, when i dump the post type object it’s not set!! but when i set it “Yes, using name” it work and query_var set as my post type name.
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hi!
Question:
I have a theme that created a custom post type with category and tags.
Installing this plugin allows-me to import that custom taxonomies?
Also:
By using this plugin, will my site slow down?
Thanks!
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>After I installed the plugin, I see a message that says “Due to the changes to labels and capabilities, you must check custom post types and custom taxonomies you created and save them again. All capabilities must be filled, you can use a Reset Capabailities button to fill them with default values.”; however when I go to the settings page, it says “You do not have sufficient permissions to access this page.” I’m logged in as the Super Admin, so I have full capabilities, yet I still get this message. Is this a bug or am I doing something wrong? I’m using GD Custom Posts And Taxonomies Tools 1.5.1 and WordPress 3.3.2. Please help me, or fix this bug!
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Can’t get the visual editor to display properly for any custom posts, meanwhile the post and pages visual editors work fine. How do I fix this?
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hi,
The GD CPTT plugin is very neat. Congratulations.
in CodeStyling Localisation plugin, there is following warning:
***
Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.
***
Thought, I should post it, maybe it may help you in future. Cheers.
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hello,
I’ve used this plugin to create several custom post types on my site, which worked very well. Then I went to make the site live which involves switching from a temporary url, an ip address (12.345.678.90/~sample/), to my final domain (https://www.domain.com). I’ve done this many times and it requires me to switch the to primary urls under “Settings” > “General” (WordPress address (URL), and Site address (URL)). The final step I do is to run a sql query to replace the ip address with the final domain, so that all the URLs on the final site are clean and ready to go.
I did this successfully and the new site is live, everything works on the front-end and back-end of the site. Except the custom post types don’t show up in the admin area anymore. The custom post types are still in the database and showing up on the front-end of the site, but GD custom posts and taxonomies tool doesn’t see them anymore, and they don’t show up on the left navigation.
Any thoughts on what would be tied to a URL switch that would make these custom post types disappear on the back-end?
Thank you!
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>register_post_type
supports the menu_icon
option.
While it doesn’t add any real function, it will be nice to have ??
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Hello. I’m trying out GD Custom Post and Taxonomies Tools at the recommendation of https://www.johnoverall.com/, having used the Custom Post Type UI https://www.ads-software.com/extend/plugins/custom-post-type-ui/ for a while. It seems a nice bit of kit, but I’ve noticed that if I create a custom post type, I can’t seem to rename it if I make a mistake.
For example, I creat a CPT called listing, but then go back to change it to listings. The Name field is greyed out and I can’t make any changes. Is this a bug?
Thanks.
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>Awesome plugin!
For the widgets, is there a way to select the post type too?
I’m using a taxonomy with more than one post type, and at the moment, the results returned via the widget are for all post types – would it be possible to add an extra selection box on the widget options to select post type too? Or is this something in the premium version?
Thanks
]]>I’ve set custom “blog” taxonomies to work with “blog” posts, but the new taxonomies dont show up on the post page but is blank. Is this a bug?
]]>I recently upgraded WordPress to version 3.2 and then I also updated to the latest version of GD custom posts and taxonomies tools (1.4.0), and now when I add a new post type, the Features and Taxonomies fields don’t change when I make changes to them. The taxonomies field shows that I removed all the taxonomies from my new post type, but then I save the page and they all come back to the new custom post type. The same issue happens with the Features field.
I have an older custom post type (which was created in an older version of the plugin), and that post type still retains all the changes that I made to it. The issue only came up when I upgraded WordPress and this plugin. I can still save the new custom post type and it shows up in the admin area, but it won’t save any of the changes to Features and Taxonomies.
Here are the other plugins I have installed: Admin Menu Editor, Contact Form 7, Custom Field Template, FV Simpler SEO, Microkid’s Related Posts, and TinyMCE Advanced. I have no custom changes to WordPress that would conflict with tis in any way. I’m using working in Firefox 5.0, the only unique plugin I have in Firefox is Firebug and I’m on a PC. Javascript is enabled, and the WordPress plugin seems to be functioning fine otherwise.
Hopefully that is thorough enough. Thank you!
]]>Is there a shortcode for this plugin? I think it would be beneficial if there was.
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>How do we translate our data?
I have some terms there that need to be displayed in another language.
Is there a way to do it using WPML?
Thanks in advance
]]>Hi,
I have upgraded WordPress to 3.1 and GD Custom Post Type Tools to Version 1.3.3.
The existing post types I have had for the past few months now prevent me from posting a in a new post type or editing a current one. The only option I have is to ‘View’.
I have reset the capabilities as requested in the instructions.
If I create a new custom post type however it will work – but as you can understand I have several entries in my current post type and cannot access or add to them.
Please advise,
Steve
]]>Hi,
I see my custom taxonomies list at the end of each post. I don’t need it but can’t turn it off. I was trying to set Navigation Menus: to ‘No’ but it doesn’t work
Hello/Bonjour
Thanks gdragon for this so-useful plugin
Pour les francophones, voici la traduction du plugin 1.2.9 en Fran?ais : gd-taxonomies-tools-fr_FR.zip
For French user this is the fr_FR translation of the 1.2.9 plugin’s version : gd-taxonomies-tools-fr_FR.zip
gdragon, cat you add it to your package ?
Cheers,
mike
https://www.ads-software.com/extend/plugins/gd-taxonomies-tools/
]]>i’d like to have the option to display the custom taxonomies a post has been tagged with in the ‘Posts’ screen on the back end administration.
Right now I have several posts that are using a new taxonomy i created but the only columns i see are categories and tags. This is when you click on ‘Posts’. (hopefully i’m describing this well enough)
it would be great if this plugin added that option with the ability to turn it on and off in the ‘screen options’
it’s difficult to see what has been tagged with what unless i click on an individual post.
thanks.
]]>