Is there something that can be done here with this?
PHP Errors in Ajax Response
Still partially works on actual WP / Woocommerce version and php7.4.
Category tag removed, product tag not. Can put any slug on category on Admin-permalinks still was removed on front page. But product tag slug is still here on links to products from any page. Can directly put link to product with no product slug – product page loaded, but redirected to link with product slug.
May was changed product tag variable name in past 8-10 years? Just my guess. May someone know how to troubleshoot and update plugin code. Thanks
]]>I like a lot use this plugin. Today, anyway, I found these (45) errors on my debugger plugin. Is it possible to solve them? I was editing a page in the latest wordpress Thank you
wp-content/plugins/remove-taxonomy-base-slug/remove-taxonomy-base-slug.php:121
remove_taxonomy_base_slug__remove_post_type_filter()
wp-includes/class-wp-hook.php:287
apply_filters(‘product_rewrite_rules’)
wp-includes/class-wp-rewrite.php:1407
WP_Rewrite->rewrite_rules()
wp-includes/class-wp-rewrite.php:1469
WP_Rewrite->wp_rewrite_rules()
wp-includes/class-wp-rewrite.php:1808
WP_Rewrite->flush_rules()
wp-includes/rewrite.php:278
flush_rewrite_rules()
wp-content/plugins/woocommerce/includes/class-wc-post-types.php:640
WC_Post_Types::flush_rewrite_rules()
wp-includes/class-wp-hook.php:287
do_action(‘woocommerce_flush_rewrite_rules’)
wp-content/plugins/woocommerce/includes/wc-core-functions.php:1136
flush_rewrite_rules_on_shop_page_save()
wp-includes/class-wp-hook.php:287
do_action(‘admin_footer’)
wp-admin/admin-footer.php:78
Does the developer abandon this plugin? If not please take a look at this problem.
This is similar to 1 topic before: https://www.ads-software.com/support/topic/plugin-working-on-multisite/
In general Main site in Multisite auto includes /blog slug
domain/blog/category-base/category/
domain/blog/postname/
domain/blog/category/postname/
Many people hate that and remove /blog slug for nicer permalink, and also they can create /blog sub-site.
With this scenario, “Remove Taxonomy Base Slug” unfortunately undo it and insert /blog on the url that its taxonomy has been selected.
I can fix it by customize “remove-taxonomy-base-slug.php”, but someone may not be able to do that. They want offical support from plugin developer without any manual customization.
Perhaps you should take a look.
Thank you.
]]>I’m using utf8 urls (Hebrew) and encountered a weird behavior.
Reaching the website and browsing between pages works perfectly. But copying the url and pasting it to a different tab will get you to a 404 page.
Also all links that are indexed by google shows 404 errors This problem occurs only on the woo-commerce category links and i should mention that im using a plugin to remove the category base from the url.
It appears that after installing the plugin the browser url is wrong in this way:
WORKING LINK: https://thj.360.co.il/%d7%98%d7%91%d7%a2%d7%95%d7%aa-%d7%99%d7%94%d7%9c%d7%95%d7%9e%d7%99%d7%9d/
This is the link that appears on the browser (capital letters instead of lowercase)
NOT WORKING LINK: https://thj.360.co.il/%D7%98%D7%91%D7%A2%D7%95%D7%AA-%D7%99%D7%94%D7%9C%D7%95%D7%9E%D7%99%D7%9D/
How can this be solved ?
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi,
I’ve got a multisite/multidomain wordpress installation like
music.domain.com
movies.domain.com
There is a custom post type Reviews and a taxonomy Country.
The archive of term Canada has got this permalink:
https://movies.domain.com/reviews/country/canada/
I need a permalink like this https://movies.domain.com/reviews/canada/
I activated the plugin “Remove Taxonomy Base Slug”, selected the taxonomy Country and updated permalinks.
The result is that https://movies.domain.com/reviews/canada/ responds 404.
Can you help me?
Thank you
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi
I have added this plugin on my multisite network but it’s not working see below
My site has below url for custom textnomy
https://www.example.com/blog/custom_texnomy_slug/catgory_name
I have change in rule of cuatom textnomy rewrite after below url show
https://www.example.com/custom_texnomy_slug/catgory_name
After i have install this plugin and select category for remove slug
https://www.example.com/blog/catgory_name
But I want to below url
https://www.example.com/catgory_name
So please tell me how can i manage
Thanks
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I installed the plugin and now none of my categories is working …
How do I have again the correct taxonomy?
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>in this thread:
https://www.ads-software.com/support/topic/not-compatible-with-wpml-1?replies=3
I used this hack, but using wpml everytime I edit a taxonomy it writes correctly the rules for the current taxonomy language, but brakes all the others.
It’s a problem due to the current admin language selected, this is my corrected code that finally works, getting all terms for all languages and not only for the selected admin language.
function rtbs_get_all_terms( $taxonomy = 'category', $args = array( 'hide_empty' => false ) ) {
global $sitepress;
$sitepress->switch_lang("all"); //set all languages
$terms = get_terms( $taxonomy,$args ); //get terms for all languages
if ( function_exists( 'icl_get_languages' ) ) {
$languages = icl_get_languages();
if ( 1 < count( $languages ) ) {
foreach ( $languages as $l ) {
$language_code = $l['language_code'];
foreach ( $terms as $t ) {
$id = icl_object_id( $t->term_id, $taxonomy, false, $language_code );
if ( null !== $id )
$ids[] = $id;
}
}
if ( is_array( $ids ) && 1 <= count( $ids ) ) {
global $wpdb;
$ids = implode( ',', $ids );
$results = $wpdb->get_results(
"
SELECT * FROM $wpdb->terms
WHERE term_id IN ($ids)
"
);
$terms = array_merge( $terms, $results );
}
}
}
return $terms;
}
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi there,
I′m using WP 4.0 and the plugin is working but each day the slug broke and I need to go to permalinks again and save… just then start to work (again!). It′s really annoying…
Any tip?
Thanks!
Best from PT
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hello, I use “Types” plugin for create my Custom Type Posts and Custom Taxonomies.
I activated the plugin but nothing happens… the taxonomy base is removed when editing a custom taxonomy and clicking on “view”, however the URL give us a 404 error. If I tried the link including taxonomy base it’s working, but I don’t want the base taxonomy included in permalinks.
Any ideas how to fix it?
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I have a template from premiumcode and I wanted to change the url to a page name. for example the current URL is:
https://london-dj.se/portfolioentry/birthday-and-private-parties/
and I want it to be
https://london-dj.se/birthday-and-private-parties/
I have installed the plugin but when i select portfoliocentry and apply changes nothing seems to happen.
I still want to use the potfolio functions and categories but I want the visitor to think its just another website page. I cannot change that part of the url in the permalink editor section. I hope that makes sense and I hope you can help!
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi,
After I installed this plugin, the title of the taxonomy page set by yoast seo plugin is not working. The taxonomy name is not shown in the title. How can I fix this?
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I have made some changes to my website including updating to 4.0. Now, my website is not showing the correct links without slug.Like this gives error following
https://indianplayschools.com/tirupur/
But, this works https://indianplayschools.com/location/tirupur/
I have selected location slug to be removed in the Plugins-Remove taxonomy base slug.
It was working before. Please help. This plugin had really helped me
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>The layout do not look good on RTL site and it hard to know what to do
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi Alex,
your plugin is exactly what I was looking for with only one downside – it doesn’t detect default base slugs for post format and author.
Do you think you can check this and possibly update the plugin? If so, can you please approximate when the updated version could be available?
Thank you,
Peter
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I’m using version 2.1 of your plugin. All errors come from the function ‘remove_taxonomy_base_slug__rewrite_taxonomy_filter’:
Notice: Undefined variable: taxonomy in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 158
Notice: Undefined variable: taxonomy in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 160
Notice: Trying to get property of non-object in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 162
Notice: Trying to get property of non-object in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 170
Notice: Trying to get property of non-object in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 172
Notice: Trying to get property of non-object in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 170
Notice: Trying to get property of non-object in D:\Camilo\Sandbox\projects\Cambara E.D\Torcedores.com\www\content\plugins\remove-taxonomy-base-slug\remove-taxonomy-base-slug.php on line 172
I have no custom taxonomies, so the plugin lets me choose to remove the taxonomy base for ‘post_tag’ and ‘category’, for which I chose only ‘category’. The variable ‘$taxonomy’ never gets set in line 153 and triggers all of the above warnings.
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Firstly, the plugin is great and i have been using it wherever possible. Thanks for the great work.
I have two sites and the sites have following taxonomy structure.
site.com/stores/storename1
For my new website i used your plugin from day 1 and the url was changed to
MyNewSite.com/stores/ (Shows the default stores page with all the listings – Required)
MyNewSite.com/stores/Store1 (Default) changed to MyNewSite.com/Store1 (works and looks great.)
Now my question is with respect to my old site which existed prior to the launch of this plugin or prior to knowing about your plugin.
Adding your plugin again works well and changes the links to the desired ones:
MyOldSite.com/stores/ and
MyOldSite.com/Store1/
MyOldSite.com/Store2/
MyOldSite.com/Store3/
But the problem is that old urls are in google and i am facing issues in redirection.
redirecting everything like MyOldSite.com/stores/* to MyOldSite.com/* works for all the Store1, Store2… pages but it removes the MyOldSite.com/Store/ page also.
Can you help with how the redirection should be done to avoid 404 errors, when activating your plugin?
(My Website url – https://www.couponminister.in/)
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi there,
I installed your plugin and it hasn’t worked. I think it may be to do with that I have installed wordpress in a directory ontop of another installation. Is there an easy way to undo this until I move the installation to it’s own domain? On a a very tight schedule to solve this so any / all help appreciated.
Cheers
W
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi there,
I have installed the plugin and links seem to be ok, the taxonomy base is removed when editing a custom taxonomy and clicking on “view”, however the URL give us a 404 error.
I have flushed the permalinks and I have tried to remove some other plugins we have installed, such ‘Custom Post Type Permalinks’ or ‘Redirect’, but no luck.
Any ideas why the plugin is not working?
Thanks in advance.
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I have a customer’s site where I use WPML.
The URLs are like these:
domain.com (default lang)
domain.com/en (English)
domain.com/fr (French)
domain.com/es (Spanish)
etc.
Since your plugin was activated, all the languages (except the default one) are broken.
Error 404 is found on taxonomies archives (and we need them a lot).
Any suggestions?
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi Alexandru,
The plugin worked fine here except that I found some PHP warnings on /wp-admin/options-permalink.php right after activating it.
Warning: Attempt to assign property of non-object in https://domain.com/wp-content/plugins/remove-taxonomy-base-slug/remove-taxonomy-base-slug.php on line 169
By the way, I wrapped the whole foreach from line 166 to 177 (of remove-taxonomy-base-slug.php) with an if statement like this:
if ( ! is_wp_error( $terms ) && ! empty( $terms ) ) {
and it works fine now.
I don’t know if you have a better solution there… then let me know.
Thank you for the plugin anyway!
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi,
After activate the plugin & reflush permalinks I get this warning message every time I try to add a new (Test) Custom taxonomy Term:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_taxonomy_base_slug_flush_rules_action' not found or invalid function name in www.domain.com/wp-includes/plugin.php on line 406
Warning: Cannot modify header information - headers already sent by (output started at www.domain.com/wp-includes/plugin.php:406) in www.domain.com/wp-includes/class-wp-ajax-response.php on line 129
Select TestTest
test0]]>Select TestTest
test0]]>
If then I clikc on the Taxonomy leftbar menu link the new Term shows up. But if I open to edit and try to save the changes I get this message:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_taxonomy_base_slug_flush_rules_action' not found or invalid function name in www.domain.com/wp-includes/plugin.php on line 406
Warning: Cannot modify header information - headers already sent by (output started at www.domain.com/wp-includes/plugin.php:406) in www.domain.com/wp-includes/pluggable.php on line 875
Any idea why is happend?
The terms save the changes but every time shows this messages. SO I had to deactivate the plugin to add new terms and edit them without those message.
Thanx for any help.
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hi, thanx for this plugin, is very simple and very useful.
Just one thing. My test is with a custom taxonomy who have sub taxonomies ie:
Taxonomy slug = /type/book
Sub-Taxonomy slug = /type/book/history
Before active the plugin (and reflush permalinks) both urls works, but after active the plugin it only works the parent taxonomy url and the sub-taxonomy don′t.
The template I use for this two is taxonomy-type.php and only the parent taxonomy works with it but not correctly, the sub-taxonomy of course shows a 404 message.
Any help is very appreciated.
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>I have 3 custom post types registered but I need only one of them to have its slug removed. Is it possible? Adding some code to the functions maybe?
Thanks!
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>Hello,
I use this plugin to remove the taxonomy slug for categories from URL.
I would also want to remove my listing’s custom posts type slug.
Everything’s ok for categories !
If i can do that for listings too, that will be great .
thank you for all.
https://www.ads-software.com/plugins/remove-taxonomy-base-slug/
]]>