schulz
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] Un-Watermark An Individual Image?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?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
In reply to: [Easy Watermark] watermark on Webp ImagesI have been trying out a bunch of watermark plugins lately and I believe that “Next Watermark” plugin supports webp.
- This reply was modified 1 month, 1 week ago by schulz.
Forum: Plugins
In reply to: [Contact Form 7] Working with wpcf7_posted_data_textI 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
In reply to: [Contact Form 7] Working with wpcf7_posted_data_textAs you probably already can tell, I am not a programmer. I try to piece together code from code I see from examples:
add_filter( 'wpcf7_posted_data' , 'alter_wpcf7_posted_data' );
/**
* Function forwpcf7_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:
// 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 2 months, 1 week ago by schulz.
Forum: Plugins
In reply to: [Contact Form 7] Quiz More Than One Right AnswerCoincidently, 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.
I figured out a way just after I posted this question:
<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 2 months, 2 weeks ago by schulz.
Forum: Plugins
In reply to: [Simple SEO Improvements] 2.0.0 breaks wordpressIt 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 1 year ago by schulz.
Forum: Plugins
In reply to: [Simple SEO Improvements] 2.0.0 breaks wordpressThe 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.
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 1 year ago by schulz.
Forum: Plugins
In reply to: [Media Library Assistant] Taxonomy (Categories) SupportAh! 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
In reply to: [OG — Better Share on Social Media] OG image From a specific custom fieldLooking 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
In reply to: [OG — Better Share on Social Media] OG image From a specific custom fieldI 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
In reply to: [Dark Mode Toggle] Toggle FiltersThat 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
In reply to: [Dark Mode Toggle] Toggle FiltersThe page I need help with:?https://shoptbay.ca/shop/wired807/
Forum: Plugins
In reply to: [Thumbs Rating] Hide Thumb Down CountIt 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?
Thank you.