Bruno Vellutini
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Blog federated but not showing on MastodonThank you for replying, @psordi. I’m glad to hear there’s a solution! I’ll contact them to sort it out.
Forum: Plugins
In reply to: [ActivityPub] Blog federated but not showing on MastodonHi @psordi, I see that your webfinger lookup no longer returns a 403. Did you change hosting, or did you find a solution?
My site is also hosted on SiteGround. I used the workaround of creating the
.well-known/webfingerfile, and the ActivityPub plugin has been working for the past 3 months.However, I still get the 403 Forbidden error at https://webfinger.net/lookup/?resource=blog%40brunovellutini.com and the
WebFinger endpoint is not accessiblenotice in the Site Health. Even though the https://brunovellutini.com/.well-known/webfinger?resource=acct:[email protected] is accessible. It’s confusing.It’d be great to know how you solved it!
Thanks, Bruno
Forum: Themes and Templates
In reply to: Problems With P2any news on when the official release is coming?
Forum: Themes and Templates
In reply to: Theme Not CompleteI had the same problem. And my files were looking perfect, readable and writable, I could open them individually and edit normally, but wordpress would say style.css was not readable.
After a while I realized that my server might have assigned chmod sharing folder permission for all my files and folders (it appears as “rwx”). I simply changed the files (not the folders) to sharing file chmod’s permissions (rw-) and refreshed the “presentation” page. The theme appeared and worked normally!
Hope this helps