pepe
@pputzer on WordPress.org , @pepe on Slack
- Member Since: June 1st, 2012
- Website: code.mundschenk.at
- GitHub: mundschenk-at
- Employer: Der Mundschenk & Cie.
Contribution History
pepe’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
- WordCamp Speaker
-
Posted a reply to Silbentrennung komplett ausstellen, on the site WordPress.org Forums:
Hallo @laurawpuser1234, nein, auf Englisch heißt die Einstellung "Prevent widows" (typographisch Hurenkind = widow). -
Posted a reply to Silbentrennung komplett ausstellen, on the site WordPress.org Forums:
Hallo @laurawpuser1234, das ist in der Tat keine Silbentrennung. Was man hier sieht ist die… -
Posted a reply to Media credit (order: Image, media-credit, figcaption), on the site WordPress.org Forums:
@agnemedia, have you been able to resolve the issue? -
Posted a reply to Credit and Credit URL it doesn’t work, on the site WordPress.org Forums:
What version of WordPress is that? Have you perhaps disabled the REST API on this… -
Posted a reply to Silbentrennung komplett ausstellen, on the site WordPress.org Forums:
Hallo @laurawpuser1234, wenn Hyphenation in den Plugin-Einstellungen deaktiviert ist, dann liegt die Silbentrennung alleine beim… -
Committed [2711245] to Plugins SVN:
Tagging 2.6.0 -
Committed [2711244] to Plugins SVN:
Committing 2.6.0 to trunk -
Committed [2711243] to Plugins SVN:
Committing 2.6.0 to trunk -
Committed [2711234] to Plugins SVN:
Committing 2.6.0-beta.3 to trunk -
Committed [2711226] to Plugins SVN:
Committing assets for 2.6.0-beta.2 -
Committed [2711225] to Plugins SVN:
Committing 2.6.0-beta.2 to trunk -
Wrote a comment on the post PTE Request for Weather Forecast Widget, on the site Translate WordPress:
Hallo @adminbergtourentipptirol! Bitte beachte zusätzlich zu den oben von Angelika kommunzierten Regeln auch den subsidiären… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
It should be enough to look at the Query Monitor results on the backend. The… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
I'd start by installing the Query Monitor plugin. It might not help if this corruption… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
Can you post (or send me via mail, if you prefer) a log of your… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
That looks like changing the default did not take. Depending on your database settings, you… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
It's better to keep plugins focused. The whole avatar uploading functionality is big enough already… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
Fixed my comment. I doubt that BuddyBoss touched that table. More likely the schema has… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
Huh, so it looks like the database schema got corrupted somewhere on the way. You… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
Sorry, my fault. Try this query please: SELECT column_name AS 'name', character_set_name AS 'charset', collation_name… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
Can you please post the result of this SQL query: SELECT column_name AS 'name', character_set_name… -
Posted a reply to Recent database error, on the site WordPress.org Forums:
OK, what was your previous WordPress version then? -
Posted a reply to Recent database error, on the site WordPress.org Forums:
What was your old DB system and what is the new one? -
Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums:
I assume the issue has been resolved. If you still need help, feel free to… -
Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums:
Glad this could be resolved! -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
@erikalleman, what matters is whether the string ultimately passed to WP_Typography::process as its first parameter… -
Posted a reply to Media credit (order: Image, media-credit, figcaption), on the site WordPress.org Forums:
Hi @agnemedia, I'm not sure what you are looking for from me at this point.… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Unfortunately, I cannot support a closed-source plugin. Please contact GridBuilder support for help with their… -
Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums:
Any news on this issue, @frank-j? -
Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums:
Do you still need help, @etiennesamson? -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Hi @erikalleman, depending on your exact understanding of "the current post", yes there are ways… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Well, that's not what I suggested. -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
if (! is_admin() ) { add_filter( 'the_title', 'add_notypo_to_title', 10, 1 ); } -
Posted a reply to Some words are not hyphenated, on the site WordPress.org Forums:
See https://wordpress.org/support/topic/trouble-with-hyphenating-one-word/ -
Posted a reply to wp-Typography and a Divi Plugin create “?>”, on the site WordPress.org Forums:
Hi @frank-j, it looks like the closing tag of a PHP fragment (i.e. <?php some_php_code();… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
You can always tweak the de-widowing parameters. But really, you are better of disabling it… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
This did not work because your filter function is incorrect. An example of a working… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Yes. It doesn't look like your $grid_id is available there. Without searching the whole plugin… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Yes, that would be helpful. I mostly need the apply_filters line itself to see what… -
Posted a reply to Prevent hyphenation for one occurence, on the site WordPress.org Forums:
Hi @spade, do you still need help with this issue or can we mark it… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
@erikalleman Yeah, sorry, no this does not really help. Have you got any programming knowledge… -
Posted a reply to Shortcodes compatibility, on the site WordPress.org Forums:
It appears those shortcodes are only evaluated after wp-Typography runs. What priority did you give… -
Posted a reply to wp-typography breaking Cost Calculator Builder, on the site WordPress.org Forums:
Glad to hear that! -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
@erikalleman Function parameters and local variables are locally scoped, i.e. valid only inside the function… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
That $grid_id appears to be an argument of the specific filter hook wp_grid_builder/grid/query_args you use.… -
Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums:
Thanks, I've fixed this documentation bug. Looks like all the parameter sections were copy-pasta. I'll… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
where would $grid_id come from? Are you sure those filter hooks are valid? I didn't… -
Posted a reply to Cannot process strings programmatically…?, on the site WordPress.org Forums:
Hi @leanderbraunschweig, I overlooked something previously: In your snippet, you call ::process with the same… -
Posted a reply to cannot exclude element, on the site WordPress.org Forums:
Do you still need help with this, @erikalleman? -
Posted a reply to Worttrennung in ge-genderten Worten mit * möglich?, on the site WordPress.org Forums:
Hi @snoffel, ja das ist gar keine schlechte Lösung. Glaube ehrlich gesagt nicht, daß ein…
Developer
-
Avatar Privacy
Active Installs: 1,000+
-
Media Credit
Active Installs: 1,000+
-
wp-Typography
Active Installs: 20,000+
Contributor
-
WP Consent API
Active Installs: 600+
Plugins
-
Advanced Excerpt
-
Avatar Manager
-
Avatar Privacy
-
Better Search Replace
-
Co-Authors Plus
-
Comment Mail
-
Crop-Thumbnails
-
Customize WordPress Emails and Alerts - Better Notifications for WP
-
EU Cookie Law for GDPR/CCPA
-
FAQ Block
-
HiDPI Gravatars
-
HTML Forms
-
Individual Multisite Author
-
Language Fallback
-
Manual Image Crop
-
Media Credit
-
MMWW
-
MultiSite Clone Duplicator
-
Ozh' Tweet Archiver
-
Page Title Splitter
-
Post Thumbnail Editor
-
Print, PDF, Email by PrintFriendly
-
Shortcake (Shortcode UI)
-
Slimstat Analytics
-
Stop User Enumeration
-
TinyMCE Templates
-
User Profile Picture
-
User Session Control
-
Warm Cache
-
Web Push
-
WP DB Driver
-
wp-Typography
-
wp-Typography Disable ACF Integration
-
Yoast Comment Hacks
General Translation Editor
Deutsch (German) Plugins Translation Editor - #de_DE
-
Avatar Privacy
Active Installs: 1,000+
-
Media Credit
Active Installs: 1,000+
-
wp-Typography
Active Installs: 20,000+
Deutsch (Schweiz) (German (Switzerland)) Plugins Translation Editor - #de_CH
-
Avatar Privacy
Active Installs: 1,000+
-
Media Credit
Active Installs: 1,000+
-
wp-Typography
Active Installs: 20,000+