Title: schulz's Replies | WordPress.org

---

# schulz

  [  ](https://wordpress.org/support/users/schulz/)

 *   [Profile](https://wordpress.org/support/users/schulz/)
 *   [Topics Started](https://wordpress.org/support/users/schulz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/schulz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/schulz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/schulz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/schulz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/schulz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 157 total)

1 [2](https://wordpress.org/support/users/schulz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/schulz/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/schulz/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/schulz/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/schulz/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/schulz/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Watermark] Un-Watermark An Individual Image?](https://wordpress.org/support/topic/un-watermark-an-individual-image/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/un-watermark-an-individual-image/#post-18075109)
 * It is strange that the option was not there when I was using the bulk selection,
   perhaps it was due to me installing/uninstalling various plugins at the time.
   It appears now.
 * However another strange thing; on the media upload page:
 * **Easy Watermark:**
   All images uploaded on this page will be watermarked by Auto
   Watermark feature.Use [Grid Mode](https://onthespotshop.com/wp-admin/upload.php?mode=grid)
   instead, so you can enable/disable Auto Watermark feature.
 * I uploaded 200+ images on that page and none of them got watermarked. I have 
   to go and edit all of them to place them in their categories anyway (so not a
   big deal this time), however, I now have to apply the watermark on each of them
   as well.
 * I’m guessing that another plugin is also interfering this process as well. Perhaps
   Limit Image Size (resizing large images when you upload them to WordPress) or
   Media Library Assistant (media library enhancement, taxonomy support, IPTC/EXIF/
   XMP/PDF processing, bulk/quick edit).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Watermark] watermark on Webp Images](https://wordpress.org/support/topic/watermark-on-webp-images/)
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/watermark-on-webp-images/#post-18072189)
 * I have been trying out a bunch of watermark plugins lately and I believe that“
   Next Watermark” plugin supports webp.
    -  This reply was modified 1 year, 6 months ago by [schulz](https://wordpress.org/support/users/schulz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Working with wpcf7_posted_data_text](https://wordpress.org/support/topic/working-with-wpcf7_posted_data_text/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/working-with-wpcf7_posted_data_text/#post-18039738)
 * I am looking to reformat a text field before the form is saved, has anyone done
   this with PHP or do I have to do something with JavaScript?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Working with wpcf7_posted_data_text](https://wordpress.org/support/topic/working-with-wpcf7_posted_data_text/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/working-with-wpcf7_posted_data_text/#post-18017893)
 * As you probably already can tell, I am not a programmer. I try to piece together
   code from code I see from examples:
 *     ```wp-block-code
       add_filter( 'wpcf7_posted_data' , 'alter_wpcf7_posted_data' );/** * Function for wpcf7_posted_data filter-hook. * * @param $posted_data * * @return  */ function  alter_wpcf7_posted_data( $posted_data )   {	// filter... 	return  $posted_data ;}
       ```
   
 * In your link; lines 389 – 393 show three variables ($value, $value_orig, and 
   $tag) but do not show much else. I found a better example that resembles more
   of what you are saying:
 *     ```wp-block-code
       // define the wpcf7_posted_data_{type} callback function custom_wpcf7_posted_data_{type}( $value, $value_orig, $tag ){    //custom code here    return $value} //add the action add_filter('wpcf7_posted_data_{type}', 'custom_wpcf7_posted_data_{type}', 10, 3)
       ```
   
 * The ‘//custom code here’ is what I am after. How do you extract the correct field
   data, modify it, and then write it back to the proper field data?
 * I assume the ‘$tag’ variable has the field name and is likely an array [$tag-
   >name] and that is where it goes beyond me on how to do this.
    -  This reply was modified 1 year, 7 months ago by [schulz](https://wordpress.org/support/users/schulz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Quiz More Than One Right Answer](https://wordpress.org/support/topic/quiz-more-than-one-right-answer/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/quiz-more-than-one-right-answer/#post-18016310)
 * Coincidently, I have been playing with custom validation lately for other fields
   in the form. I think I know how to use it for the quiz field. However, I was 
   hoping there was a way without coding.
 * Thanks for the reply and suggestion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] How do you place the answer field below the question for quiz?](https://wordpress.org/support/topic/how-do-you-place-the-answer-field-below-the-question-for-quiz/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/how-do-you-place-the-answer-field-below-the-question-for-quiz/#post-18004438)
 * I figured out a way just after I posted this question:
 *     ```wp-block-code
       <label> Today's codeword    [quiz entry-codeword "|codeword"] </label>
       ```
   
 * However, not sure if this would be the right way to do this or if there is a 
   better way to do this.
    -  This reply was modified 1 year, 7 months ago by [schulz](https://wordpress.org/support/users/schulz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple SEO Improvements] 2.0.0 breaks wordpress](https://wordpress.org/support/topic/2-0-0-breaks-wordpress/)
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/2-0-0-breaks-wordpress/#post-17183932)
 * It looks like it is working now, thanks.
 * If **Frontier Restrict Media** is doing something wrong, how best to report it
   to the plugin author? I do not know enough about this to be helpful in reporting
   it.
 * Also, does the flaw in **Frontier Restrict Media** gimp (disable any features
   of) your plugin in any way?
 * Again, many thanks on fixing this.
    -  This reply was modified 2 years, 5 months ago by [schulz](https://wordpress.org/support/users/schulz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple SEO Improvements] 2.0.0 breaks wordpress](https://wordpress.org/support/topic/2-0-0-breaks-wordpress/)
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/2-0-0-breaks-wordpress/#post-17179450)
 * The new version also breaks my WordPress, however, manual upgrade did not work
   for me. It looks like the new version does not play well with another plugin.
 *     ```wp-block-code
       PHP Fatal error occurred: Uncaught Error: Call to undefined function wp_get_current_user() in ../wp-includes/capabilities.php:877
       Stack trace:
       #0 ../wp-content/plugins/frontier-restrict-media/frontier-restrict-media.php(18): current_user_can()
       #1 ../wp-includes/class-wp-hook.php(310): frontier_restrict_media()
       #2 ../wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters()
       #3 ../wp-includes/plugin.php(565): WP_Hook->do_action()
       #4 ../wp-includes/class-wp-query.php(1881): do_action_ref_array()
       #5 ../wp-includes/class-wp-query.php(3800): WP_Query->get_posts()
       #6 ../wp-includes/post.php(6111): WP_Query->query()
       #7 ../wp-content/plugins/simple-seo-improvements/etc/options.php(661): get_pages()
       #8 ../wp-content/plugins/simple-seo-improvements/etc/options.php(443): iworks_simple_seo_improvements_get_pages()
       #9 ../wp-content/plugins/simple-seo-improvements/includes/iworks/options/options.php(225): iworks_simple_seo_improvements_options()
       #10 ../wp-content/plugins/simple-seo-improvements/includes/iworks/options/options.php(97): iworks_options->get_option_array()
       #11 ../wp-content/plugins/simple-seo-improvements/simple-seo-improvements.php(89): iworks_options->init()
       #12 ../wp-content/plugins/simple-seo-improvements/includes/iworks/class-simple-seo-improvements.php(89): get_iworks_simple_seo_improvements_options()
       #13 ../wp-content/plugins/simple-seo-improvements/simple-seo-improvements.php(55): iworks_simple_seo_improvements->__construct()
       #14 ../wp-settings.php(462): include_once('...')
       #15 ../wp-config.php(102): require_once('...')
       #16 ../wp-load.php(50): require_once('...')
       #17 {main} thrown in ../wp-includes/capabilities.php on line 877.
       ```
   
 * Is it possible to get the previous version?
    -  This reply was modified 2 years, 5 months ago by [schulz](https://wordpress.org/support/users/schulz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Taxonomy (Categories) Support](https://wordpress.org/support/topic/taxonomy-categories-support/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/taxonomy-categories-support/#post-17159611)
 * Ah! I figured out that I customize the display (columns) on the Assistant page
   and not on the Library page. However, it would be nice to have that feature request
   for the Library page.
 * Is there a way to move the columns say for example have ‘Product categories’ 
   just after ‘Title/Name’ in the Assistant page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OG — Better Share on Social Media] OG image From a specific custom field](https://wordpress.org/support/topic/og-image-from-a-specific-custom-field/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/og-image-from-a-specific-custom-field/#post-16786009)
 * Looking for OG content from a specific custom field of the post/page before it
   looks for other OG content is NOT adding configuration settings to the plugin,
   just expanding what and how the plugin looks for OG content.
 * Having this ability is bringing even more power to the plugin and that is how
   you can help more. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OG — Better Share on Social Media] OG image From a specific custom field](https://wordpress.org/support/topic/og-image-from-a-specific-custom-field/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/og-image-from-a-specific-custom-field/#post-16721432)
 * I don’t understand, your FAQ says it looks for OG images: “From a specific custom
   field of the post/page” before it looks for OG images in post/page featured/thumbnail
   image, and so on.
 * You are persistent in not having any configuration settings for this plugin, 
   however, being able to define things (ex: choose an OG image) through a post/
   page custom field would be genius (ex: og_image = URL to an image), and technically
   not creating configuration settings.
 * Being able to define (customize) other ‘OG’ parameters for any given post/page
   through custom fields would make this plugin very useful and powerful.
 * I would like to make this a feature request for this plugin.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Toggle Filters](https://wordpress.org/support/topic/toggle-filters/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/toggle-filters/#post-16680182)
 * That fixed it, I thank you for responding so quickly and providing a solution.
 * Is this problem due to the theme I am using, or will this be patched in a later
   version of your plugin?
 * So, class=”dmt-filter-1″ means don’t change colors when mode changes and class
   =”dmt-filter-0″ means set colors opposite of current mode.
 * With the fix in place, it is now clear what each filter does, more details about
   these filters in your documentation would greatly help others use your plugin
   more effectively.
 * Thanks again for the plugin and the great support you provided.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dark Mode Toggle] Toggle Filters](https://wordpress.org/support/topic/toggle-filters/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/toggle-filters/#post-16680156)
 * The page I need help with: [https://shoptbay.ca/shop/wired807/](https://shoptbay.ca/shop/wired807/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] Hide Thumb Down Count](https://wordpress.org/support/topic/hide-thumb-down-count/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-thumb-down-count/#post-16217407)
 * It is the front end that I don’t want the downvotes count displayed (similar 
   to YouTube), Only the admins have access to the backend so it does not need to
   be hidden there.
 * Is there a filter or something that could be done with the plugin to get this
   effect?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] E_ERROR in my-calendar-categories.php](https://wordpress.org/support/topic/e_error-in-my-calendar-categories-php/)
 *  Thread Starter [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/e_error-in-my-calendar-categories-php/#post-16107573)
 * Thank you.

Viewing 15 replies - 1 through 15 (of 157 total)

1 [2](https://wordpress.org/support/users/schulz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/schulz/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/schulz/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/schulz/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/schulz/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/schulz/replies/page/2/?output_format=md)