-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags constantly disappear in new posts #13282
Comments
What theme are you using? Also, are there any plugins installed that might hook into the tags feature? |
I'm using a third party theme called Titan. It is quite old and we are moving over to a new one, but haven't got it formatted yet. I don' think we have a plug in that uses tags as we've always used the Wordpress built in feature which has worked perfectly. |
One test might be to switch to another theme and try to recreate the
problem. Or if that doesn't work try deactivating plugins one by one and
seeing if it gets fixed. I know that is a very tech support type answer
(did you try turning in off and back on again?) but it sounds to me like it
might be a theme/plugin issue, just by what you described.
…On Sun, Jan 13, 2019 at 3:54 AM moriartyviccar ***@***.***> wrote:
I'm using a third party theme called Titan. It is quite old and we are
moving over to a new one, but haven't got it formatted yet. I don' think we
have a plug in that uses tags as we've always used the Wordpress built in
feature which has worked perfectly.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13282 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYZGztzCj7uENDwRpr0f4I0btck6D3eks5vCx56gaJpZM4Z6e6x>
.
--
- James Hamann
Web Developer
United Way of King County
206-496-7825
|
Also according to this post: https://wordpress.org/support/topic/my-tags-disappear-after-i-typed-it/ Turning on script debugging in your wp-config.php file might help. |
Thank you so much for this, it looks like it was the Debug issue so far, but I'll go the route of disabling everything if it turns out not, in the long run. :) |
Any news on adding the Most used tags option again? |
I don't work for the Gutenberg team or anything so I have no idea about that feature but I am looking to contribute, so maybe I'll try starting there! Also, do you see any new console errors after turning on the debug feature? It'd be interesting to see what javascript errors are being thrown, that might give a clue as to why the tag feature wasn't working before. I'd try opening your dev tools and the console then adding a tag and see what shows up. Glad it helped! |
Ahh sorry, I thought you were staff or might know :) I'll keep an eye out for it. Seems the problem has reappeared now, so I'm going to try the theme idea :) |
I've changed the theme back as that wasn't it. I've just disabled all plug ins and it's still doing it. It seems to cope if they're not entered at a fast rate. Without the Most Used system, I type them in fast as I don't have the time to do it slowly. I had to change that text in wp-config back to false because I kept getting this: Warning: mysqli_real_connect(): (42000/1203): User steampv6_wo2725 already has more than 'max_user_connections' active connections in /home2/steampv6/public_html/wp-includes/wp-db.php on line 1531 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home2/steampv6/public_html/wp-includes/wp-db.php on line 1562 Warning: mysql_connect(): User steampv6_wo2725 already has more than 'max_user_connections' active connections in /home2/steampv6/public_html/wp-includes/wp-db.php on line 1562 Are you sure you have the correct username and password? |
This constantly happens to me as well, with multiple themes and plugins setups. The slower the site, the more often it seems to happen. When writing a new post, I am now used to typing the same tags over and over again until it eventually sticks. Here is how it usually looks (this is on a single site running WP 5.1.1, PHP 7.3, without any plugins installed except for Gutenberg v. 5.5.0, and with the Twenty Nineteen theme). |
+1! This happens to me as well. I do not have a video at the moment, but has happened with various installs:
Noticed on Google Chrome Version 74.0.3729.131 (Official Build) (64-bit) with macOS 10.14.4 - Mac OS Mojave. |
Here are my findings:
The issue of tags disappearing happens because: Each new tag you insert is posted for insertion on the database. If it already exists, an error is returned and the tag is than looked up by another query. If there are too many pending queries in queue(bandwidth limitation), these two queries can stay in the queue for a while until the previous autocomplete queries finish. |
Hallo, WP Version 5.2.3 |
Playing whack-a-mole with disappearing tags when editing posts is maddening. This happens to me with 2017 theme. |
This issue is still ongoing on WordPress 5.3.2 and it has been since the addition of the new Gutenberg editor. |
Confirmation that this issue is is still occurring, and is a real issue for users. Is anything being done to address the issue in an upcoming release? It happens with all themes, including default WordPress themes, and all plugins deactivated. |
I migrated my website to a new host, resulting in a lower loading time for the website. This seems to have addressed the issue. The two websites that remain on my previous host still exhibit the tags-disappearing issue. |
Hello, just chiming in to say I'm also having this issue on our site because we have a huge number of tags. Any help would be appreciated. |
Noting I've seen this issue as well and another user seems to be complaining about it here: Here's what I'm seeing on a test site on WordPress.com. If I'm adding new tags, the tag appears, disappears, and then reappears. I'm using commas to separate and am not using the the mouse. |
This is obviously still a problem in the wild, a recent example here in (german) wordpress.org support area: https://de.wordpress.org/support/topic/alle-gespeicherten-tags-verschwunden/ |
this is still happening on the latest 5.9.3, I see the issue is labeled open but the latest changes show "merged". Is this fix already in a released version of WP? |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hello, I am still experiencing this issue on version 5.9.3. Sometimes, the tag disappears after I type it. |
@shelbypereira , the fix that you mentioned - #30598 has been included in released versions of WP for sometime now (my guess is 5.8) but that did not fix the issue; so I'm keeping this as open. |
Does anyone know if there is a workaround to disable the autocomplete suggestions which might be triggering this issue? I have tried both : The autocomplete tags still appear and other tags disappear as I add them. NOTE: I am seeing this on sites where I have lots of tags 1000+ . If the total number of tags is small <100 things seem to work. |
I'm on Wordpress 6.1.1 and this issue is still present. |
Hello. Has anyone found the solution? I am using WP 6.2 and the issue is still present. |
the issue definitely still occurs in 6.2, not sure if this helps, but I believe it may be happening when there are a large number of tags (I have thousands). Not sure that the issue is reproducible if there are only a few tags, it seems to be linked to the autocomplete behaviour. very annoying bug because the only work around seems to be to go the Posts and use the quick edit function to add the tag. Not very practical... although not blocking, would be nice to update the priority on this, because for large sites it is really not user friendly. |
@shelbypereira Thank you for your response. I have many tags as well so you could be correct. To reproduce the issue, I created a staging website and deactivated all plugins. I did not notice the problem until I activated Yoast. I have asked my team to confirm this. Maybe food for thought for everyone. I wonder if it is connected to Yoast somehow. I will confirm if this is correct. |
@hb747 I confirm I also have Yoast. |
Thank you for the additional details, @hbk747 and @shelbypereira! I started testing locally with many tags and Yoast SEO active. I started with 1k and then with 5k; unfortunately, I am still unable to reproduce the issue to debug performance bottlenecks. Can any of you share a screencast recording of the bug? |
I was experiencing this issue and I think I have found the reason. I had the Gutenberg plugin installed and it is no longer needed. After I uninstalled it I no longer can reproduce the issue. it seems the plugin may have been "competing" with WP to process the tags. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I'm adding the "needs more info" label because it seems there's still no clear instructions on how to reproduce this on a raw Gutenberg install per @Mamaduka's testing. |
@youknowriad I think you can close it, I have now seen on two websites that removing the Gutenberg plugin (already present by default in recent versions of WP ) solves the issue. So I think it iwll never be reproducible on a normal install. |
If that's the case, it would be good to solve it on the Gutenberg Plugin too. There's a number of people using it. |
@youknowriad I think the issue is more that Gutenberg plugin is competing with WP because WP has Gutenberg bilt in, on the other hand I don't know what the Gutenberg plugin adds when installed on top of WP. so yes if there may be a need to move the issue to Gutenberg. |
I also ran into this problem on a client's website. This website has 5000+ tags. It was solved after I added extra indexes |
This comment was marked as spam.
This comment was marked as spam.
I think we should stop urging people to "add some tags" before they publish, so we don't make this a more common problem :) Most sites really aren't helped by that advice. |
Closing the issue. The conflicts with Yoast SEO have been resolved upstream. See: #43464 (comment). If you're still experiencing the bug, please create a new issue with reproduction steps. |
Describe the bug
When adding tags into the box, they appear, then randomly disappear from the box. They don't save unless they then reappear. Which has happened on occasion.
There's also no frequently used tags option which was vital to my work in the classic editor.
Using latest Gutenberg Version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When tags are entered they should be saved to the post and not simply disappear.
Frequently Used tags would be extremely beneficial to the system.
Screenshots
Sadly this is not something I can screenshot and don't have a video screen capture.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: