MarkRH
Forum Replies Created
-
Until that is resolved (if it’s an issue), you could temporarily disable all automatic updates using the
wp_config.phpoption listed here: https://developer.ww.wp.xz.cn/advanced-administration/upgrade/upgrading/#configuration-via-wp-config-php by using:define( 'AUTOMATIC_UPDATER_DISABLED', true );It’s what I have and nothing updates automatically including all plugins. It does keep showing you that updates are available. Granted, I do always check for updates and apply them after I have backed-up my database and files first (well WordPress core updates anyway.. plugins I typically just update).
I get that every now an then. Usually, pressing F5 or CTRL-F5 to refresh the browser gets it to show the information. Now if that doesn’t work then something funky might be going on.
Forum: Fixing WordPress
In reply to: Sidebar widgets displaying improperlyWent and looked at that page with Firefox 149 in Windows and when first viewing the page, I see the sidebar on the right side. Probably what you would expect to see. If I shrink my browser window below 990 pixels wide (normally have it 1370 pixels wide), it moves the sidebar down below the content.
So, it seems the way the theme/post is laid out it’s causing the sidebar to shift down if the viewport gets too narrow. Perhaps a min-width setting somewhere is causing it.
How to fix? Not sure. Just letting you know what I see.
I checked mine and I don’t have any files in that directory that end with “{YARA}ELCEEF_HTML_Smuggling_A”. I do have those two files you show but they end with “.js”.
I supposed you could download the plugin from https://ww.wp.xz.cn/plugins/google-analytics-for-wordpress/ and compare the files.
I looked at the source code of that post and noticed that the og:image tag was going to the http version of the image instead of https. Perhaps this is throwing it off (just guessing). Your theme or some plugin must be handling the OG tags and it would be changed there.
Version 9.10.1 of the plugin does seem to correct the issue after I re-enabled the Headline Analyzer.
Thanks for the update!
Forum: Fixing WordPress
In reply to: how do I find my old posts here?If you hover over your username on the top-right of the page it should display a drop-down menu where you can choose Topics Started by you or Topics Replied To.
Forum: Fixing WordPress
In reply to: Forced WordPress Core Update 6.8.2Never used that plugin so can’t comment on it or how it works; however, I have had all updates disabled on my blog for a long time with just this in my wp-config.php file (as taken from https://developer.ww.wp.xz.cn/advanced-administration/upgrade/upgrading/#configuring-automatic-background-updates ):
# DISABLE WORDPRESS UPDATES
define( 'AUTOMATIC_UPDATER_DISABLED', true );Like always, I had to manually update to 6.8.2. Doing this may not work in your environment depending how you’re using that plugin.
Thanks for the response.
Yeah, it still hasn’t happened again since then. If it happens again, I’ll follow-up at the link you provided. I might also look at other logs to make sure I wasn’t hitting a mysql user connection limit or something at the same time. Don’t remember seeing that before though. Hmm..
Anyway, thanks again.
Thanks for looking into it. It hasn’t happened again since then. If it occurs again, will update this thread.
Forum: Fixing WordPress
In reply to: spam stopperI use Anti-spam Reloaded — WordPress Plugins and it catches 99.99% of all the spam I get before Akismet Anti-spam: Spam Protection (which I also use) ever even sees it.
As I make new posts I decide if I want to enable comments or not on it. With this plugin I don’t have to worry about the posts I do enable them on.
Depending on your comment system, Anti-Spam Reloaded may not work. Also, it won’t prevent humans manually typing in spam but bots trying to spam you.
Forum: Fixing WordPress
In reply to: Can’t get basic TwentyTwentyFive child to workLooking at the info here: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/ and my own child theme, you might have a syntax error in yours with some missing colons that might be breaking the parser. Try this:
/*
* Theme Name: Twenty Twenty-Five Child
* Template: twentytwentyfive
* Version: 1.0
*/If I made it more like mine (mine is a child theme of TwentyTwelve):
/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/Hopefully that’s all that needs to be done to get it working.
Forum: Fixing WordPress
In reply to: Where is the ‘Known Issues” list?That link is in the https://ww.wp.xz.cn/support/topic/read-this-first-wordpress-master-list/ post ( Troubleshooting and known issues ) of this forum. Second link on the top of that post. That’s where I see it anyway.
Forum: Fixing WordPress
In reply to: Robots.txt unreachableWell, I was able to view your robots.txt file in Firefox so it seems to be there. I changed my user agent to a Google bot variant and I got a 500 Internal Server error response instead. Not real sure why changing the user agent would cause that but would explain the bots are not getting the file.
Forum: Fixing WordPress
In reply to: New to word press – need assistanceI am guessing the OP means when looking at the actual speaker pages, it has 2022 WNA Convention on the top and that is the year in question.
I looked at the page source code and it looks like this line is in some Elementor widget (some heading title one). I’ve never used Elementor myself but I suspect there is some Header Widget customizer within it where this is being set. Perhaps someone else can better point to where this might be.