Markus Wiesenhofer
@markusfroehlich on WordPress.org
- Member Since: November 10th, 2016
- Location: Austria
- Job Title: Lead Web Developer
- Employer: WESEO
Bio
Contribution History
Markus Wiesenhofer’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Committed [2445702] to Plugins Trac:
* Dev - Add new filter for label, excerpt and item attributes4 weeks ago
-
Committed [2445701] to Plugins Trac:
Update tag versions4 weeks ago
-
Posted a reply to List custom post types with hierarchical logic, on the site WordPress.org Forums:
Hello joshtab, no problem :) If you like my plugin, please give me a positive…1 month ago
-
Posted a reply to List custom post types with hierarchical logic, on the site WordPress.org Forums:
Hello joshtab! add_filter('wpcf7_your_tag_name_image_select_item_label', 'change_your_tag_name_item_label', 10, 5); function change_your_tag_name_item_label($label, $value, $selected, $tabindex, $post_id) { if( get_post($post_id)->post_parent…1 month ago
-
Posted a reply to Post content instead of excerpt, on the site WordPress.org Forums:
Hello LapD, i will implement a filter for you. So you can easy change the…1 month ago
-
Posted a reply to Post title and metakey in one field, on the site WordPress.org Forums:
Hello Mateusz, you can do this easily with the label format. Best regards Markus1 month ago
-
Posted a reply to List custom post types with hierarchical logic, on the site WordPress.org Forums:
Hey Josh, in this case you can use the 'wpcf7_'.$tag->name.'_'.$tag->basetype.'_item_label' filter: $label = apply_filters('wpcf7_'.$tag->name.'_'.$tag->basetype.'_item_label', esc_html(…2 months ago
-
Posted a reply to Remove dependency on dashicons, on the site WordPress.org Forums:
You can also try the plugin Assets Cleaner. Best regards2 months ago
-
Posted a reply to Filter Posts by Custom Field, on the site WordPress.org Forums:
Please check, if the filter works: add_filter('wpcf7_'.$tag.'_get_posts', 'filter_dropdown_posts', 10, 3); function filter_dropdown_posts($post_args, $tag, $args) {…2 months ago
-
Posted a reply to List custom post types with hierarchical logic, on the site WordPress.org Forums:
Hello Josh, you can use the 'wpcf7_your-tag_field_post_data' filter. apply_filters('wpcf7_'.$tag->name.'_field_post_data', $field_post_data, $posts, $tag, $args); Best regards…2 months ago
-
Posted a reply to Sticky post not sticky, on the site WordPress.org Forums:
Hello, i use those filters to put the sticky posts to the first position: add_filter('pre_get_posts',…3 months ago
-
Posted a reply to Shows ID instead of title when [Use Mail (2)] is used, on the site WordPress.org Forums:
Hello meneeroom, i will check this bug. Best regards Markus3 months ago
-
Posted a reply to Get $_POST[”] variable, on the site WordPress.org Forums:
Hello, you have to change default:get to default:post. Best regards Markus3 months ago
-
Posted a reply to Change placeholder text for dropdown, on the site WordPress.org Forums:
Hello swaranan, you can do this with the "wpcf7_your_tag_name_placeholder" filter like: add_filter('wpcf7_your_tag_name_placeholder', 'change_wpcf7_your_tag_name_placeholder', 10, 3);…3 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
Hello i cant login with markusfroehlich01. Best regards Markus3 months ago
-
Committed [2391930] to Plugins Trac:
Readme update4 months ago
-
Committed [2391929] to Plugins Trac:
Readme update4 months ago
-
Committed [2391928] to Plugins Trac:
Readme update4 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
Hello michelledodd, i actually get a ERR_HTTP2_PROTOCOL_ERROR when i'll open your page. Best regards Markus4 months ago
-
Posted a reply to it doesn’t work properly with WPML, on the site WordPress.org Forums:
Hello hajerem, i have removed the sticky post wpml integration, because WPML actually has this…4 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
Hello michelledodd, all works fine bt the problem are the toolset filters :( This link…4 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
markusfroehlich01@gmail.com4 months ago
-
Posted a reply to Filter Posts by Custom Field, on the site WordPress.org Forums:
Hello redwolfcy, please take a look of this topic: https://wordpress.org/support/topic/filter-woocommerce-product-with-acf-field/ If this topic wont solve…4 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
You can send me your login with email. Best regards4 months ago
-
Created a topic, Polylang and WP Rocket integration, on the site WordPress.org Forums:
Hello, when i disable the checkbox "Hide URL language …4 months ago
-
Committed [2385176] to Plugins Trac:
Changed my name4 months ago
-
Committed [2385175] to Plugins Trac:
Changed my name4 months ago
-
Posted a reply to Impossible to translate, on the site WordPress.org Forums:
Hello Sébastien SERRE, the translation functionality is now integrate. Best regards Markus4 months ago
-
Committed [2385173] to Plugins Trac:
Translation functionality added4 months ago
-
Posted a reply to Customize Sticky Title?, on the site WordPress.org Forums:
Hello Ӎ. Ni Sidach, you could send me your WordPress login (per Mail) and i…4 months ago
-
Posted a reply to Customize Sticky Title?, on the site WordPress.org Forums:
Hello Ӎ. Ni Sidach, thank you so much for your donations :-) I have analyzed…4 months ago
-
Posted a reply to Working great except for one category, on the site WordPress.org Forums:
Hello michelledodd, i have to debug this behavior. Can you please send me your login…4 months ago
-
Posted a reply to Sticky post not sticky, on the site WordPress.org Forums:
Hello pierremaitre, you can send me your login details per mail. best regards4 months ago
-
Posted a reply to Filter Posts by Custom Field, on the site WordPress.org Forums:
Hello redwolfcy, yes you can use the filter wpcf7_your_tag_name_get_posts filter for this. Best regards Markus4 months ago
-
Committed [2385026] to Plugins Trac:
Dev - Add new constant WPCF7_POST_FIELDS_PLUGIN4 months ago
-
Posted a reply to PHP 7.3 support, on the site WordPress.org Forums:
Hello thatdudenic, i have developed the plugin with PHP version 7.3.11. Can you please write…4 months ago
-
Posted a reply to Remove dependency on dashicons, on the site WordPress.org Forums:
Hello sermalefico, you can do this with wp_deregister_style in your functions.php: add_action( 'wpcf7_enqueue_styles', 'wpcf7_change_stylesheet', 20…4 months ago
-
Committed [2367654] to Plugins Trac:
Fix - Lanaguage variable return issue5 months ago
-
Posted a reply to Sticky post not sticky, on the site WordPress.org Forums:
Hello pierremaitre, my plugin should work with the oxygen builder (on the front page), because…6 months ago
-
Posted a reply to Sticky post removed after save post (Gutenberg), on the site WordPress.org Forums:
Hello Kevin Gobert, thank you for your topic. The new update ist out now :-)…6 months ago
-
Posted a reply to Limit drop down post images by category ID, on the site WordPress.org Forums:
Hello WhistlerDev, i get an error when i visit the page: Your access to this…6 months ago
-
Posted a reply to Filter dropdown custtom post by only those created by the logged in user, on the site WordPress.org Forums:
Dear voodooalien, you could write the filter: add_filter('wpcf7_<strong>your_tag_name</strong>_get_posts', 'filter_dropdown_posts'); function filter_dropdown_posts($post_args) { $post_args['author'] = get_current_user_id();…6 months ago
-
Posted a reply to Sticky posts are duplicated in Menu, on the site WordPress.org Forums:
Hello marcoevich, you can use the "ignore_sticky_posts" Parameter in your args. Best regards Markus7 months ago
-
Posted a reply to How To Order Sticky Posts In a Forum, on the site WordPress.org Forums:
Hello lear35guy, you can use the wp_list_sort function to do this. https://developer.wordpress.org/reference/functions/wp_list_sort/ Best regards Markus7 months ago
-
Posted a reply to Reduce padding – it takes too much space :), on the site WordPress.org Forums:
Hello mseb, i cant see your pictures. Best regards Markus7 months ago
-
Posted a reply to Remove from Search Results, on the site WordPress.org Forums:
Hello halfy80, i will test this and update my plugin. Best regards Markus7 months ago
-
Posted a reply to sticky cpt query, on the site WordPress.org Forums:
Hello, you can do this with the default WP Query. $posts = get_posts( array( 'post_type'…7 months ago
-
Posted a reply to Fields remain mandatory when hidden, on the site WordPress.org Forums:
Hello Ryno, i have tested the plugin with my "post_select" field. (Tutorial https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/) I have…7 months ago
-
Posted a reply to Fields remain mandatory when hidden, on the site WordPress.org Forums:
Hello Ryno, will testand check my plugin with the "Contact Form 7 – Conditional Fields"…7 months ago
-
Created a new ticket, #50444, in Core Trac:
Issue by taxonomy terms in quick edit7 months ago
Developer
-
Contact Form 7 - Post Fields
Active Installs: 4,000+
-
Polylang - Country Detection
Active Installs: 100+
-
Sticky Posts - Switch
Active Installs: 3,000+
Deutsch (German) Plugins Translation Editor - #de_DE
-
Contact Form 7 – Post Fields
Active Installs: 4,000+
-
Sticky Posts – Switch
Active Installs: 3,000+