Nos402
Forum Replies Created
-
Forum: Plugins
In reply to: [Hydrogen Calendar Embeds] More info on hover or click?OH COOL! I wasn’t sure what “tooltips” was referring to exactly . Perfect!
- This reply was modified 4 months, 4 weeks ago by Nos402.
Forum: Plugins
In reply to: [Hydrogen Calendar Embeds] Calendar not updatingWell now it has updated. Is there a refresh time window or such?
Forum: Plugins
In reply to: [Hydrogen Calendar Embeds] “Unable to load calendar data”Ah I actually didn’t realize I had permalinks off, so I turned those on and all is well!
Forum: Plugins
In reply to: [Hydrogen Calendar Embeds] “Unable to load calendar data”As a test, I used the ics address from the OTHER site which is working with HCE and that also didn’t work on the second site, so it’s not the ics address itself.
Also tried using a shortcode instead, same result.
- This reply was modified 4 months, 4 weeks ago by Nos402.
I haven’t seen any in a while so maybe after marking a hundred of them it learned. Hopefully!
It’s definitely active and catching lots of spam, just NOT all these specific types of contact submissions.
Forum: Fixing WordPress
In reply to: Suddenly lots of Jetpack contact form spamOops! Thank you!
MAYBE SOLVED! Found this in another Reddit thread, and it SEEMS to have worked. Let’s see if it sticks! Just added this line in my wp-config just before “/* That’s all, stop editing! Happy blogging. */”
define(‘COOKIE_DOMAIN’, ”);
PLEASE LET IT STICK AND FINALLY END THIS LONG ONGOING ISSUE! I can’t believe this simple solution NEVER came up in the pages and page of search results I tried in the past.
- This reply was modified 8 months, 2 weeks ago by Nos402.
Still unsolved. A summary of where it stands.
I have a multisite installation. I use the “subdomain” method for all sub-sites (“subsite.mainsite.com”). After decades of being fine I started getting “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” when trying to log on to any domain mapped site other the my main master site which is always fine.
Any sub-site that does NOT have a domain mapped to it can be accessed just fine.
I went down the Google rabbit hole trying every single “solution” I could find. None work. Eventually, I realized that I still had sunrise.php installed which USED to be needed for multi-site back when I first installed it, but apparently is not any more. I removed that and THOUGHT the problem was solved, but then eventually it came back.
Now the ONLY workaround I have found is when I get that error, I log into to cpanel for my site and edit the wp-config.php file, change “SUBDOMAIN INSTALL” to “FALSE”. Then when I try to log in to a domain-mapped subsite, I will get the error one more time, but on a SECOND log in attempt, I get in. I then change “SUBDOMAIN INSTALL” back to “TRUE” and all continues working for at least a few days, maybe longer, I’ve never nailed down the exact timing before the error comes back.
This is driving me slowly insane.
Forum: Themes and Templates
In reply to: [Stylizer] Can’t get Font Awesome Bluesky icon to showDowloaded the zip and replaced the contents of the fonts folder but it’s still not showing up. I’m sure it’s just me being stupid somehow. I’ll keep poking around.
Forum: Themes and Templates
In reply to: [Stylizer] Can’t get Font Awesome Bluesky icon to showAh thanks! I wasn’t sure how it all worked or if it was just referencing something online or if it was something I could somehow fix myself, etc.
This is absolutely driving me mad.
Here’s where this currently stands. Logging into heathallyn.com is always fine.
Logging into any other site that is mapped as its own domain (yachtzrock.com, shutupandlistentomysongs.com) usually results in the infamous “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” At some earlier point, this SEEMED to have been remedied by removing the deprecated sunrise.php file and reference to it in the wp-config.php file. At one point long ago these were necessary for a multi-site install. But then the problem returned.
Now If I go into the wp-config.php and change “define(‘SUBDOMAIN_INSTALL’, true);” to “false” then I can log into the other sites. However since all past sites were installed as subdomains and that is how I want any future sites to be installed as well, I then have to change it back to true. After that, I can continue to login to the sites just fine for a while. How long, I don’t know since I don’t log into them often, but after some time has passed (days or weeks), the issue is back and I have to repeat the process of changing that line to “false” before I am allowed to login again.
At this exact moment in time I just changed it to false, logged into the yachtzrock.com dashboard (but NOT shutupandlistentomysongs.com), then changed it back to true. So right now at this moment, I can log into yachtzrock.com, but get the cookie error on shutupandlistentomysongs.com.
I have tried every solution I’ve seen suggested over pages and pages of search results.
Forum: Fixing WordPress
In reply to: Slideshow block not rotating on desktopHuh! Mine is win 11 too. I didn’t realize it was a Jetpack feature so thought it was just a regular wordpress block I could add. Thanks for the feedback. I’ll investigate further.
Any time I add any lines about cookie domains everything breaks. Setting SUBDOMAIN_INSTALL to false does allow me to access the dashboards, but I need that to be true so new blogs are created as subdomains and not folders. However for the moment, setting to false, logging in to the affected websites, then setting it back to true seems to still allow me access, so for the moment at least it’s working. We shall see if it continues.
Forum: Fixing WordPress
In reply to: SUBDOMAIN_INSTALL true or false?I *think* I answered my own question. If I set that to false then new blogs are created as folders instead of subdomains, so I’m guessing that flag I want as true. Weirdly though if I set it to false it solves my other problem which is getting a cookie error when trying to log in to any subdomain blog mapped to a domain.