uk03
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple SEO Improvements] 2.0.0 breaks wordpressStrange. manual upgrade and it works …. (first one was an auto-update).
No Idea what happenen – but thanks anyway
- This reply was modified 1 year ago by uk03.
Forum: Plugins
In reply to: [ActivityPub] POST in inbox gives Error 500Forum: Plugins
In reply to: [ActivityPub] POST in inbox gives Error 500Hi,
After a bit of playing around, we observed the following:
Pixelfed <-> WordPress works reliable.
Mastodon <-> WordPress does not work – gives the 500 on the POST reqest to the inbox.
We cleared various caches on both sides, enabled and disabled caches etc. with no difference in the outcome. We also tried 2 different Mastodon Instances with the same result. (Mastodon versions 4.2.0 and 4.3.0 alpha).
What I observed is, that sometimes the followers even end up in the database of wordpress. But for the failed requests the “activitypub_user_id” meta attribute to the follower is missing. However manually adding it does not change the behavior (it just shows up in the list in the admin-panel afterwards).
key problem for me is how to find out what causes the 500 – since the log is empty.
Cheers, ulrichForum: Plugins
In reply to: [Meow Gallery] Gallery shows only the first 12 images in a lightbox5.0.1 only partially fixed the issue: if infinite scrolling is turned on, only images already (pre-) loaded are shown in the lighibox gallery. This defaults to 12 upfront.
if infinite scrolling is turned off, everything works as expected.
This issue is especially problematic, if the site is viewed on a mobile phone. There all the images are stacked on top of each other so only 12 are loaded when the page is opened. If you then click on the first image you see, to view all of them in the lightbox, you get only 12.
you have to scroll all the way down (to load all images). Then all of them are shown in the lightbox.
greetings Ulrich
Forum: Plugins
In reply to: [Solid Post Likes] Can not empty ‘Enable Likes for the following Post Types’Perfect.
Danke, und lG Ulrich.Forum: Plugins
In reply to: [Solid Post Likes] Like Button missplaced when added via shortcodeHi,
Wow this was fast.
Yes it fixed the Problem.
Greetings, Ulrich.Forum: Plugins
In reply to: [OG — Better Share on Social Media] Make image Size configurableOk, figured it out myself.
For reference if someone else needs it:
put it in a php-file in wp-content/mu-plugins
then it gets loaded before the plugin.Forum: Plugins
In reply to: [OG — Better Share on Social Media] Make image Size configurableHi,
Wow, this was fast.
But somehow i might be to dumb to use it properly. Where should I define the filter.
(inside the themes function.php somehow does not work?)