Naoko Takano
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite network and sites – not receiving notificationsHere are some others things you can check, if you haven’t yet.
- The Network Admin email is correct
- Test if any other notification emails are being sent on the multisite network
- Check outgoing email log (there are different ways, for example, using WP Mail Logging plugin)
Forum: Fixing WordPress
In reply to: Copy all blocks does not copy footnote contentI was able to replicate this issue. I found this exiting report, and I will leave a comment there as well.
https://github.com/WordPress/gutenberg/issues/57958Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Padding on mobileBy default, the padding is set using a unit called
vw(viewpoint width), which is relative to the width of the visible area of the web browser.
You can change the unit to something that’s absolute, for examplepx. If you are not sure how to access that setting, watch this video starting around 12 seconds.https://wordpress.org/documentation/article/dimension-controls-overview/#margin
Forum: Fixing WordPress
In reply to: Woocommerce, Não há métodos de pagamento disponíveisIt looks like you’ve posted the same question multiple times. I will close this one since the other thread already has an answer.
https://wordpress.org/support/topic/there-are-no-payment-methods-available-5/
https://wordpress.org/support/topic/there-are-no-payment-methods-available-6/Forum: Fixing WordPress
In reply to: Cannot update one user – Invalid user IDDo you have any plugin that directly edit user roles? You can try disabling it to see if that’s the cause.
The specific user’s data in the database might be unique from other users, like with specific custom fields or metadata. If it’s possible to remove or edit those, it may resolve the issue.
Forum: Developing with WordPress
In reply to: Export theme including plugin, pages and mediaI’ve seen some themes using TGM Plugin Activation.
http://tgmpluginactivation.com/download/
For the demo content, you can develop a one-click demo import feature in your theme or by using a plugin like One Click Demo Import.
Astra Theme works with the Astra Sites plugin. This may be similar to what you’re trying to do.
Forum: Fixing WordPress
In reply to: Glitch in Woocommerce pluginThe first two pages are still working for me. They are loading slowly, but they appear fine. Here’s what I see when I hover over the third image on the grab handle product page.

Depending on your internet speed, you may need to wait a long time for all images to load. Alternatively, you may want to reduce the image size.
Images are missing on https://motoverse.autos/product/rubber-grip-footrests-for-adventure-motorcycles/, and only one placeholder image is showing up.
Forum: Everything else WordPress
In reply to: ワードプレス上書きの復旧方法について「当該アドレスを検索すると」とのことですが、リンクされているアドレスを検索してみたところ、メンテナンスモードのサイトがヒットしました。
「元サイトの編集」をされているときにブラウザーの URL バーに表示されるアドレスはこのアドレスと同じものでしょうか?
管理画面にログインし、「設定 -> 一般」でサイトアドレスと WordPress アドレスが正しく設定されているか確認してみてください。
(日本語フォーラムもありますので、次回日本語で質問される場合はぜひこちらをご利用ください。 https://ja.wordpress.org/support/forum/how-to-and-troubleshooting/ )
Forum: Fixing WordPress
In reply to: Wrong redirections in categories lead to 404Since you are using the premium version of the Yoast SEO plugin, volunteers of this forum don’t have access to the same features and thus can’t replicate the error.
The best channel to reach their plugin support is: https://yoast.com/help/support/#premium
Forum: Fixing WordPress
In reply to: Glitch in Woocommerce pluginI checked you website at https://motoverse.autos/product/bar-end-mirrors-vespa/ and three product images are showing up correctly. When I mouse over optional images or use the “>” icon to view the 2nd and 3rd images, the behavior seems to be fine.
Are you seeing the error in any other pages? Also, are you seeing any error message?Forum: Everything else WordPress
In reply to: Htaccess redirect not workingDo you have your WordPress rules in the .thaccess file?
If so, WordPress rewrite rules take precedence and handle the request before it reaches your custom rule. You can try writing your custom rule before the#BEGIN WordPress...line.To ensure that you are seeing the current behavior of your
.htaccessrules, clearing your browser cache, or using an incognito/private browsing window to test changes is a good practice.Forum: Developing with WordPress
In reply to: Image Hover ChangeLooking at the code, the product photos are displayed as a background image of
divelements. There’s a way to swap the URL of those background images (likediv.product-1:hover { background-image: url('../b.jpg'); }), but the CSS rule needs to be written for each image. You will also need to add a unique class to eachdiv.Or, one of these plugins could do the job for you.
WooCommerce Additional Variation Images (https://wordpress.org/plugins/woo-variation-gallery/)
TP Product Image Flipper for Woocommerce (https://wordpress.org/plugins/tp-product-image-flipper-for-woocommerce/)
Forum: Accessibility
In reply to: WCAG ComplianceI’m not an accessibility expert, but I’m trying to learn here too. I hope it’s helpful! (and any additional expert advice is appreciated too)
When I run a screen reader on a page, it reads the title of an image, not the alt text I have set.
I’m not sure which image you are referring to. Could you share the exact image you are having trouble with? I could not find any image element with alt and title attributes on the site’s home page you linked.
How do I set alt text for social media or other buttons in my header/footer?
The search icon in the header and social media footer buttons use SVG elements. You can add
<title>inside of that element (more info: https://css-tricks.com/accessible-svgs/#aa-2-inline-svg).I’m not sure how your theme is set up; this may need to be written in your custom theme’s header/footer files.
How do I change the settings of the menu so that it drops down the sub menu when using tabbing. (It only shows sub menu when you hover over with a mouse.)
How about adding
:focus-withinCSS pseudo-class, where the menus become visible when they are in:hoverstate?https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within
Forum: Requests and Feedback
In reply to: How do I get wordpress to reset my cpanel login information?I visited the link you provided and clicked the “Enter Here” button under “If you are not behind a firewall that blocks port 2083”, which took me here: https://quirkymehub.com:2083/
It looks like you can reset your password by clicking “Reset Password” on that page and entering your cPanel username on this page: https://quirkymehub.com:2083/resetpass?start=1If you don’t remember your cPanel password, you may want to contact your hosting provider’s support.
Hello! I could replicate the issue on my side.
I presume the theme is supposed to color the background of the inside of the pill shape, and this is an unintended appearance.I submitted the issue to the theme’s GitHub repository: