Kai Hao
Forum Replies Created
-
You can change the default feed to
atom
on your site.add_filter( "default_feed", function() { return "atom"; }, 10 );
This uses the
default_feed
filter and changes it toatom
.Forum: Fixing WordPress
In reply to: ??? ?? ????? ?? ? ? ????.Are you using any plugins? It seems like it has been reported before in the plugin “Contact Form 7“. Try disabling the plugin and see if the issue still exists. If the problem is within the plugin, file a support ticket on the plugin’s forum if it hasn’t been filed by others before.
Forum: Everything else WordPress
In reply to: Images Randomly Deleted From Media LibraryThere isn’t much information, but I’m guessing a plugin might cause it. Could you share the common plugin list for the sites that have this issue? You could also try disabling some of them and see if the problem still exists.
Forum: Fixing WordPress
In reply to: Error: This block has encountered an error and cannot be previewed.I can’t seem to reproduce it. Could you share the url when the error happened? You could also try recreating the docker instance from scratch and see if the error still occurs.
Forum: Fixing WordPress
In reply to: The response is not a valid JSON response.Thanks for sharing your experience! This forum is for support topics though, others might not be able to find your solution if it’s not marked as “solved”. I recommend marking it as “solved” so that others with the same issue can find it easier!
Forum: Developing with WordPress
In reply to: How to retrieve the last modified date for a template.get_the_modified_time
should work. Maybe you’re missingecho
? Try this:<?php echo get_the_modified_time('Y-m-d'); ?>
See the reference of
get_the_modified_time
for more info.Forum: Fixing WordPress
In reply to: Shopping cart stays emptyIt seems like you’re using WooCommerce. I would suggest to ask it in their forum with the details of the errors and your reproduction steps.
Forum: Fixing WordPress
In reply to: version 5.8 rollback to 5.7.2What kinds of issues are you seeing?
You can install the classic widgets plugin to disable the widgets block editor, but we would love to hear your feedbacks first ??
Forum: Fixing WordPress
In reply to: Unable to customise theme since 5.8 Auto UpdateForum: Fixing WordPress
In reply to: Separator Wide Width, Full Width “broke” after 5.8 upgradeWhich theme are you using? It seems like the width of the separator is controlled by the theme. By default, it will only show a short separator though.
You can override this by adding
is-style-wide
class name to the separator in some themes. Or add custom CSS to override that globally.Forum: Fixing WordPress
In reply to: Unsecure website pageHello! You would need to enable https on your site. Take a look at this ticket for more info.
Forum: Fixing WordPress
In reply to: Order Page doesn’t load after adding Sequential Order Number pluginIt seems like you’re asking in the wrong forum. I recommend asking at WooCommerce’s forum so the plugin’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: problem with sharing in social mediaHi! I tested with the Facebook Sharing Debugger and it’s showing the image as expected. Could you share a screenshot of what you saw instead?
Forum: Fixing WordPress
In reply to: Custom Links not savinghi @shpemu, I just tested in a new WordPress installation and everything seemed to work fine. Was there any error message on the page when you saved them? Or was there errors in the browser console that you can share with us?
It seems like you’re using the
heelium
theme (or a custom theme) that is affecting how your video styles. I recommend reaching out to their support for help.