Rasetsukoku
Forum Replies Created
-
Forum: Plugins
In reply to: [OnSale Page for WooCommerce] Broken with ElementorFor some reason when searching for topics with Elementor in them it returned nothing in search results, but after I posted it gave me related topics with Elementor. I solved the issue from here https://www.ads-software.com/support/topic/not-working-with-elementor-24/
Forum: Networking WordPress
In reply to: Multisite disconnected from coreWelp, solved – whole problem happened because I was logging into something like a lower version of my hosting server? Don’t know the nitty gritty or how all this even happened but I logged into my server where MariaDB was matching, updated WP/upgraded the networks, and everything is ok now.
Forum: Networking WordPress
In reply to: Multisite disconnected from coreUpdate: inspecting with Query monitor lends bizarre data.
The affected 3 sites all have this info:
Server Version 10.6.15-MariaDB
Client Version 80122 (8.1.22)
Version 6.3Regular sites have this info:
Server Version 10.3.39-MariaDB
Client Version 80123 (8.1.23)
Version 6.3.1No matter what I change in the backend, whether it’s deleting plugins, changing theme folders, or PHP, it doesn’t affect the sites… so it’s because they are on a separate server?! I confirmed that changing their data in the database doesn’t do anything either, so I’m trying to figure out where this data is situated.
Since it’s not being affected by my regular databases, I don’t know where it could be pulling this info from!Anyway when I try to update, this string of errors appears in debug.log:
[02-Sep-2023 20:13:10 UTC] PHP Warning: Undefined array key “HTTP_HOST” in /var/www/html/wp-includes/ms-settings.php on line 57
[02-Sep-2023 20:13:10 UTC] PHP Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-includes/ms-settings.php on line 57
[02-Sep-2023 20:13:11 UTC] PHP Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/wp-cli-login-server/wp-cli-login-server.php on line 39Still trying to figure out what’s going on
Same thing happened to me upon attempting to delete a site in multisite – thanks for the solution! I hope they update it soon.
Hi, I can see that the form loads for you now. I am having the same issue but can’t resolve it… I’m getting this error: “data.maybeFilterHTML is not a function”
How did you resolve it?
Forum: Plugins
In reply to: [Pinterest for WooCommerce] No tags at allHi ^^
I feel a bit foolish to say, but my original problem (no tag events on my site in Pinterest Tag Helper) was because I was blocking the trackers with adblocker and whatnot :’) So, the reason why I made this topic is solved.
Forum: Developing with WordPress
In reply to: transition_post_status not firing from future->publishedSo I disabled WP cron and enabled system cron instead, and now my posts are caught and working correctly. Very strange.
Forum: Developing with WordPress
In reply to: transition_post_status not firing from future->publishedIt is in a plugin, which is network enabled on all sites on multisite.
However, I did a fresh WordPress install and added the hook into functions.php and the same thing happened,
transition_post_status catches every post status change other than future->publish.This is the hook:
add_action( ‘transition_post_status’, ‘TEMP_MAIL_ON_PUBLISH’, 10, 3 );I have tried:
publish_post, future_to_publish, transition_post_status … none of them fire.Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Product_highlightWorks perfectly! Thank you very much for your speedy update!
Forum: Developing with WordPress
In reply to: Creating New Post with Content already in it?Denzel, thank you SO MUCH! I’ve been searching for over two hours trying to find the solution to this problem, I guess my Google-fu was not as good as I thought. Thank you!!
I can’t seem to edit my post after the first edit, but I’m still having issues. This post is technically considered my second edit.
I did manage to change twitter:image, and I also disabled Jetpack’s twitter cards and just put the information myself in the same filter that changes og:image. I also managed to get the width and height working correctly now.
og:image and twitter:image have both been successfully changed to the image I wanted, and this displays in the source. However, when publicizing to twitter, it STILL is my featured image.
I’m at a loss now. ??
Forum: Plugins
In reply to: [Yada Wiki] Changing type from Post to PageHi David! Thanks for responding so quickly!
I’m not 100% familiar with the back-end of WordPress so I’m sorry for my confusing question. But the solution you gave worked perfectly, I copied my page template and named it “single-yada_wiki.php” and now the wiki pages are displayed like my pages. I basically just wanted the wiki pages to look like my default page template instead of what my “single” was displaying.
Thank you!
Forum: Themes and Templates
In reply to: Change "Responses to X"Wait, I found it.
It is under wp-includes/theme-compat/comments.php … I was looking in wp-includes/comment.php
I will close this now.
Thanks for the help.
Forum: Themes and Templates
In reply to: Change "Responses to X"I reverted everything and will make child theme later. I am now using Twenty-Twelve default. But I still do not know where to edit the “2 Responses to” text in comments section. I cannot find it.
Forum: Themes and Templates
In reply to: Change "Responses to X"It is a modified default theme (twenty-twelve). I didn’t change any core functions, just the way it looks.