chenryahts
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Installation with Multisite DB Weirdness/Bug?On the whole screen popup, when I click “Not Right Now” it just reloads the popup. Even when I completed the setup, there were no links that turned it off (I tried all the ones I could see).
Forum: Plugins
In reply to: [Theme Check] SVG Title ProblemOkay. I’m still getting the error, and I have one last idea on why. Would this code cause it somehow?
if ( ! function_exists( 'myahts_render_title' ) ) { function myahts_render_title() { ?> <title><?php wp_title( '-', true, 'right' ); ?></title> <?php } add_action( 'wp_head', 'myahts_render_title' ); }
Thank you for your help!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Installation with Multisite DB Weirdness/Bug?It is only activated on this single site, which is not the main multisite site.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Installation with Multisite DB Weirdness/Bug?I used
add_filter('woocommerce_enable_setup_wizard', '__return_false');
Which hid the whole screen popup upon activation, but not the banner like in the above screenshot.
If I remove this snippet, then all I can see is this screenshot and I can’t see the admin dashboard at all.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Installation with Multisite DB Weirdness/Bug?It’s the purple banner. It was on the main dashboard screen until I clicked the “Skip Setup” button, but I can’t click on “Run the Setup Wizard” without triggering the “You do not have permission to access this page” page.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Installation with Multisite DB Weirdness/Bug?Okay, thank you.
The filter works, thank you, I can now see the dashboard again.
The banner still shows up, and now when I click on the setup button, it shows me I don’t have permission to see it (but I’m the superadmin).
Any ideas? or does it sound like I’ve got a database issue to you as well?
I really appreciate all your help.
Thank you!
Forum: Plugins
In reply to: [Theme Check] SVG Title ProblemThe patch is already included in the version of Theme Check I am using.
Would a single <title> in a PHP comment cause this error as well?
Forum: Plugins
In reply to: [Theme Check] SVG Title ProblemIt’s here:
https://github.com/Otto42/theme-check/issues/73
Does this mean it is not my issue? And, would a single <title> in a PHP comment cause this error as well?
After I configured the social comment section. I don’t think it did it at first.
Yes
I am having this issue.
Every time I update any user, it is generating a password changed email and changing the password in some way.
Has anyone made any progress on this?
Forum: Fixing WordPress
In reply to: WP Update Triggered Password Email For All UsersI am NOT using DAP, but I am having this problem.
It’s only been since 4.3, but every time ANY change is saved in the User Profile, it sends a notification (incorrectly) about the password being updated.
Any ideas about what is triggering this yet?
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Feature Request: Add to customizer?Haha. Sweet. Of course I can wait for the update.
Thanks
Cool. Have you seen the Which Template plugin, it does this part and shows it in the admin bar when looking at a page.
Fair enough. Thanks!