Steffen Vo?
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] ActivityPub Reactions Block + Caching?It seems, whenever I activate any cache plugin, there is a content security policy (CSP) activated, that doesn’t load the external avatars – and that is the problem.
I don’t understand, where the CSP comes from. Is that something in the browser? Does it come from .htaccess?
Forum: Fixing WordPress
In reply to: Tag-Archives and Search don’t work anymoreThank you very much for your support!
Forum: Fixing WordPress
In reply to: Tag-Archives and Search don’t work anymoreAnother observation: when I click forward to page 2 on the frontpage, the URL says https://kaffeeringe.de/?query-34-page=2
Forum: Fixing WordPress
In reply to: Tag-Archives and Search don’t work anymoreThank you for your suggestions!
- Troubleshooting mode: Yes. Tags, categories and search work properly.
- Disabling all plugins manually: problem persists
- Enabling plugins/Removing the cache plugin/switching theme to Twenty-Twenty-Five: Tags, categories and search work properly.
So it is a theme problem. The theme is based on Twenty-Twenty-Three. I used “Create Block Theme” to generate a child theme of it.
So this must be a problem with the Loop. As it is the Loop – without the filter for tags or search words.
Forum: Plugins
In reply to: [ActivityPub] Reactions Block doesn’t showExternal images of any kind seem to be a problem with caching.
Forum: Plugins
In reply to: [ActivityPub] Reactions Block doesn’t showIt works when I disable all kinds of cache. Autoptimize, W3 Total Cache, WebpExpress and, funny, AntispamBee
- This reply was modified 2 months, 1 week ago by Steffen Vo?.
Forum: Plugins
In reply to: [ActivityPub] Reactions Block doesn’t showI disabled Autoptimize.
Now it is being shown. But not correctly and I guess it has to do with the content security policy. I don’t know, where that comes from.
Forum: Plugins
In reply to: [ActivityPub] Reactions Block doesn’t showI just updated it to 4.6, emptied all caches – no change.
Now it works. I had to delete the default fields and make new ones.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Gutenberg-Block for Custom Fields?There is a plugin called shortcoder. That can access the custom fields. And then you can use a shortcode block in Gutenberg to display the custom field. Problem: It doesn’t work in the loop.
Forum: Plugins
In reply to: [Shariff Wrapper] No Mastodon buttonChangelog for 4.5.3: removed Mastodon temporarily until a new working solution is available
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Images are not workingI have got the same problem. And I don’t quite understand the solution here. ??
Can you specify, how you solved the problem?
Forum: Plugins
In reply to: [Flickr - Pick a Picture] Licence settingsI fixed it!
Change:
<form> <input name="pac_pickapic_options[flickrlicenses_4]" type="checkbox" <?php pac_pickapic_checkbox_selected(4, $licenses); ?> value="4">Attribution License<br> <input name="pac_pickapic_options[flickrlicenses_6]" type="checkbox" <?php pac_pickapic_checkbox_selected(6, $licenses); ?> value="6">Attribution-NoDerivs License<br> <input name="pac_pickapic_options[flickrlicenses_3]" type="checkbox" <?php pac_pickapic_checkbox_selected(3, $licenses); ?> value="3">Attribution-NonCommercial-NoDerivs License<br> <input name="pac_pickapic_options[flickrlicenses_2]" type="checkbox" <?php pac_pickapic_checkbox_selected(2, $licenses); ?> value="2">Attribution-NonCommercial License<br> <input name="pac_pickapic_options[flickrlicenses_1]" type="checkbox" <?php pac_pickapic_checkbox_selected(1, $licenses); ?> value="1">Attribution-NonCommercial-ShareAlike License<br> <input name="pac_pickapic_options[flickrlicenses_5]" type="checkbox" <?php pac_pickapic_checkbox_selected(5, $licenses); ?> value="5">Attribution-ShareAlike License<br> <input name="pac_pickapic_options[flickrlicenses_7]" type="checkbox" <?php pac_pickapic_checkbox_selected(7, $licenses); ?> value="7">No known copyright restrictions<br> <input name="pac_pickapic_options[flickrlicenses_0]" type="checkbox" <?php pac_pickapic_checkbox_selected(0, $licenses); ?> value="0">All Rights Reserved </form>
To:
<input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(4, $licenses); ?> value="4">Attribution License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(6, $licenses); ?> value="6">Attribution-NoDerivs License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(3, $licenses); ?> value="3">Attribution-NonCommercial-NoDerivs License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(2, $licenses); ?> value="2">Attribution-NonCommercial License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(1, $licenses); ?> value="1">Attribution-NonCommercial-ShareAlike License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(5, $licenses); ?> value="5">Attribution-ShareAlike License<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(7, $licenses); ?> value="7">No known copyright restrictions<br> <input name="pac_pickapic_options[]" type="checkbox" <?php pac_pickapic_checkbox_selected(0, $licenses); ?> value="0">All Rights Reserved
Forum: Plugins
In reply to: [Pixabay Images] "You don't have permission to edit this post"+1
Same problem here. WordPress 4.2.3 and Pixabay Images 2.11. Site ist SSL-protected.
Forum: Plugins
In reply to: [Shariff Wrapper] Warning: Creating default object from empty valueWhoop Whopp!
I added
global $wpdb;
at the beginning of sunrise.php and now it works perfectly. ??
If you want to see it in action: https://kaffeeringe.de/ ??