mikemac29
Forum Replies Created
-
Thanks for that, just updated my Jetpack and see the same thing. Whatever was blocking Suggested Terms on the Classic Editor is fixed now.
- This reply was modified 3 years, 2 months ago by mikemac29.
Steve, I started to poke around with Jetpack without finding any solution but when going into the console to look for errors I sort of accidentally discovered that the suggested terms work when using the Block Editor, but they do not work when using the Classic Editor (I use that plugin because I like writing in that interface better, it’s familiar.) So while there may be some conflict with Jetpack perhaps the “real” conflict is with Classic Editor.
- This reply was modified 3 years, 2 months ago by mikemac29.
Thanks for pointing out the other thread Steve. It’s definitely related to the recent update of Jetpack – it works fine if I disable that plugin completely. Not sure that I can go down that route easily, but I’m trying to turn off some of the features -no luck so far. It is currently using PHP version 7.4.33 but I may try changing that soon too and see if it makes a difference.
Forum: Plugins
In reply to: [Publish To Apple News] Sections Not WorkingAwesome, thanks!
Forum: Plugins
In reply to: [ImageInject] SSL certificate problem: unable to get local issuer certificateSeeing this same error on images from Flickr, not Pixabay. Happens every time I try and grab an image. Turning off the option to copy the image to my server works ok, so I would guess the error is related to copying the image to my own site. I would much rather copy the image than not, however.
Forum: Everything else WordPress
In reply to: xmlrpc.php attack on WordPress 3.8xmlrpc.php is also required if you use JetPack, or any of the iOS WordPress apps. There are some other plugins and tools that use that file as well. (Things like auto posting from Diigo/Delicious, and IFTTT, for example) Flat blocking it limits your own ability to interact with your site. It’s unfortunate, I’ve been struggling with the same issue, blocking by IP still generates a ton of 403 messages, which is dragging my site’s response time. MY host’s suggestion was to route all requests for xmlrpc.php to 0.0.0.0, but that breaks all the other functionality that I just mentioned.
Forum: Plugins
In reply to: (Tweet Old Post) Impossible to save changes, kicked out to the login pageActually yes, I have reinstalled the plugin, made the change and still the same result on trying to authorize with twitter.
Two things I’ve found, 1) it does seem to be redirecting back to wp-login.php?redirect_to URL/wp-admin/admin.php&pageTweetOldPost*TOP_oauth (Everything appears correct other than the ASCII code replacing / in everything after the wp-login.php) and simply requiring a login again, despite any attempts to stay logged on persistently, and it is not completing the authorization with Twitter.
2) There is a call to “top_currentPageURL() ” in the includes/oauth.php file, but my attempts to replace that with the full path to the page in the same way have only wound up breaking the plugin. (Blank white page)
Forum: Plugins
In reply to: (Tweet Old Post) Impossible to save changes, kicked out to the login pageThanks, that actually allows me to save changes, but I’m still getting the redirect to login when I try to authorize with Twitter. I assume this same sort of error is taking place, but in a different place. Anyone know where that function gets called?
Forum: Plugins
In reply to: (Tweet Old Post) Impossible to save changes, kicked out to the login pageI’ve seen the posts detailing that Google Analytics for WordPress seeems to cause this behavior and that disabling it will allow the plugin to work. However, I don’t use that plugin. I have it working on one site, not on another, and I’ve disabled all plugins unique to the site that doesn’t work, so it can’t be a plugin conflict in all cases. Anyone else found any other hints?