Elena Brescacin
Forum Replies Created
-
Forum: Plugins
In reply to: [Cancer Awareness Ribbon Shortcode] HIV awareness ribbonI might have found the code, I used AI and looked at the PHP file – no idea if there are some other strings to add. And unfortunately I have no idea if the color is correct, as I have never seen colors, I just asked the AI to create the variable using HIV awareness red ribbon colors.
'hiv_aids' => ['label' => 'HIV and AIDS', 'month' => 12, 'colors' => ['#FF0000']],- This reply was modified 3 months, 2 weeks ago by Elena Brescacin.
Hi, it’s funny as if I log out from “english” and enter to “admin” it gives good as site health then gets “to be improved” after a short while. But if it works, it’s positive thing.
I just sent your output to my hosting provider but they did not understand what you were referring to. What application/json they should check
you said: “The easiest way to check if a request is an ActivityPub one, is to check for the
application/activity+jsonAccept header that is sent with the request.” – could you please be more precise? What should I verify, or make my hosting provider verify if I can’t for any reason?I have an update about this topic:
@pfefferle – could you suggest me how to collaborate with my hosting provider to fix? YOu or anyone else who is expert on this.
I tried to save and publish an article while on the phone with my hosting provider sys admin, and he said that an IP was blocked. “ermes . poliverso . org”, Poliverso is the instance where I am active on open web/fediverse.
So, what happened: mentioning my fediverse name, and having one poliverso account sharing my contents when I publish them, here’s the trap. Maybe my hosting provider found it as an attack attempt.
Please tell me if there are some ports or instructions I can give them, about this. Ports to open or close, I wouldn’t like to set federation free but set even spammers free!
…and the mentions problems persist: I have updated my post mentioning personal Fediverse handle and it is not linked as fediverse user pointing on their own platform. Now there’s no e-mail protection plugin installed.
Yeah, true. It’s shown correctly. But why is it so slow to publish! I wait at least 2 minutes before it says “article ]name] has been published”
if I deactivate activitypub however, the publication happens instantly.
Hello, some news – if you go to a mastodon .social account and try to find @network@plusbrothers.net for example, you should get all posts federated, including the one of yesterday. My instance I am in, might not see it because it’s small, I think.
But it is not solved, it is very slow in publishing and I’m trying to ask for help by a trusted sighted person to extract debugs because that plugin DebugBar is unreachable by keyboard through a screen reader. Strange but that submenu cannot be opened without a mouse.
In case, tell me which options of that debug must be extracted so I can instruct my guide accordingly. Of course fix that bug on the plugin
I would like to send all info you need to you. I did all operations included activating the plugin “debug bar”; but, guess what? It’s INACCESSIBLE
I’m totally blind and my screen reader detects the “debug” contracted sub menu, after my author’s username on the admin bar. But pressing Enter doesn’t expand it, and it’s even impossible to press tab on it to place keyboard focus on it and have access. Let me try to ask my hosting service provider if they can give me those info via e-mail, because I honestly don’t trust giving my admin credential to any forum user.
Btw fix this screen reader issue on the debug bar
I wouldn’t like to have that configuration active for long
Hi, both accessing the editing page and to save the article, takes very very long. It updates but it seems not to federate. Fediverse options are set to “public”
Hello, I had one called “e-mail address encoder” but it has always been there, and it did not create any issues. Now I have deleted it -I did not need it any longer too-, but the problem persists. As “security”, I have one called “antispam bee” for spam comments. And wp-optimize for caching. ActivityPub in self hosting, no JetPack on.
Forum: Plugins
In reply to: [sub.club] SubClub publishes draft postsHi, I just updated but a problem still persists -another one, not tested the drafts yet. I’ll report it to your Github so you can track it better SPOILER. concerns the API key box but I won’t say anything else here to avoid going off topic. Here I’ll update you about drafts asap.
Hello, sorry for delay but I had no computer to test this plugin on.
The problem is that I do not see what I expect – I mean instead of saying “result for [query]” on the title, in the production site it says the name of the category. And it happened since I updated WP to 6.6 and 2024 theme.
While in the backup site it works.
You can try it yourself without even going to the search, just typing the query link directly:
Backup/test site:
Italian: https://backup.plusbrothers.net/?s=coming&cat=134
English: https://backup.plusbrothers.net/?s=coming&cat=118
134 is ID for category “Italian” while “118” is for “international”.
While in the production site:
https://plusbrothers.net/?s=coming&cat=134 and English parameter just replace s=coming with s=start, and cat=118…
the title of the page comes out with the category’s name instead of the query’s title “results for: [query]”.
I also added one more control in there: if the category is 118, that is international, it switches locale -frontend interface- to en_US and if it loads the Italian, it changes to it_IT.
Working on all of this though, I noticed that the category parameter isn’t so reliable, because it can create some issues. So, I was wondering if you can give me furter help to fix them.
The conditions are: current template the user is visiting, has specific parts (headers and footers).
So, if the header slug is just “header” (Italian) and the footer slug is “footer” (italian):
- in case of search, it filters post to category Italian (id=134) and loads “search.html” (Italian template);
- changes locale in it_IT in any post, page, post-type;
- in case of 404 error, load 404-it page.
If header and footer slugs are English-header and english-footer…
- in case of search, it filters post to category International (id=118) and loads “english-search.html” (English template);
- changes locale in en_US in any post, page, post-type;
- in case of 404 error, load 404-en page.
I think this would be a silly if…else conditioning trick but not being too skilled, I hardly get it.
Thanks for possible help.
I have it – child theme 2024
I have just uploaded the zip file of theme without doing anything else – I am really new at github publishing, I have just used it to report issues
Hello, wait – a repo, you mean?
Should I backup my theme then upload it into github somehow?