Fichtenelch
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Featured Images] Featured image not set when creating new postHi – I’ve just installed the Quick Featured Images plugin on a private WP-site. This time, it works as expected, i.e. the featured image based on a rule is automatically set when saving or publishing new posts. That means the problem must be within the tastewp-environment, therefore the ticket can be closed. Thanks again & kind regards.
Forum: Plugins
In reply to: [Quick Featured Images] Featured image not set when creating new postHello Kybernetik Services,
thanks for your answer. I tested the plugin on a tastewp dummy instance with the Twenty Twenty-Three-theme and no active plugins other than Quick Featured Images. I used the ‘Default featured images for future posts’-option (‘Vorgegebene Bilder’). Then I created a rule that replaces the featured image for all posts with a certain tag. It works when re-saving existing posts but not when publishing new posts.Hi – OK, now it is working again. Thanks alot & kind regards.
Forum: Plugins
In reply to: [Download Monitor] Switch to German languageHi Harish,
thank you for your reply. Yes, the site is set to ‘German’ in the general settings. We now translated the terms in the corresponding php-files of the plugin. It might not be the most elegant thing to do but it does the trick. So this topic can be closed.
Kind regards!
Forum: Plugins
In reply to: [Custom Content Shortcode] Concatenate comment contentHi Peter,
thanks for the hint. I already put that into my code[comments count=5] <h3><a href="[comment post-url]">[comment format=false length=45]...</a></h3> from [comment author] in <a href="[comment post-url]">[comment title]</a> [/comments]but that had no effect.
I’ve tested your suggestion. Seems to work perfectly. Thanks a lot! Issue resolved!
Forum: Plugins
In reply to: [Custom Content Shortcode] List all pages – separated by starting characterI just found the cause for the error: for whatever reasons, the loop consumed more memory than I allowed. I increased it quite a bit in the php.ini – everything works fine again. Topic closed as resolved – again 😉
Forum: Plugins
In reply to: [Custom Content Shortcode] List all pages – separated by starting characterSorry to reopen this topic, but the code above doesn’t work any longer after an update to WordPress 4.4. When I open the page containing the code, I get an empty white page. There are no error messages in the php or apache error logs.
Maybe Eliot can have a look into it – that would be great, because it was a great way to display a sitemap.
Thanks in advance,
FichtenelchForum: Plugins
In reply to: [Custom Content Shortcode] How to exclude posts from two or more categoriesHey Eliot – I tested it right away and it does work on WordPress 4.4! Thanks a lot for your solution! Topic is marked as resolved.
Forum: Plugins
In reply to: [Custom Content Shortcode] List all pages – separated by starting characterQuestion answered – topic closed.
Forum: Plugins
In reply to: [Custom Content Shortcode] List all pages – separated by starting characterHi Peter,
thanks a lot! Works like a charm. I added a
exclude=625,628in order to hide certain pages and now it looks perfect.
Again, your solution saved my day.
Forum: Plugins
In reply to: [Contact Form 7] From ignoredSeems like I found a solution: please see this page.
Comment the bp_core_email_from_name_filter() function out and you’re good to go.
Forum: Plugins
In reply to: [Contact Form 7] From ignoredI had the same problem and followed Takayuki Miyoshi’s advice by deactivating one PlugIn after another. My initial assumption was confirmed as soon as I took BuddyPress out of the game. Contact Form 7 accepted again every entry in the “from”-field on the Email-tab. Unfortunately, both BuddyPress and Contact Form 7 are ‘mission critical’ extensions for my WP installation so I’m a bit worried. Maybe I open a ticket on the BuddyPress forum.