dskvr
Forum Replies Created
-
Forum: Plugins
In reply to: [Track Everything] Specific events not workingConfirmed: This fix works for Universal.
Forum: Plugins
In reply to: [Image Watermark] Bulk watermark applyJust out of curiosity, how do you bulk watermark? On the plugin page, it says very little. “Apply watermark option in Media Library actions.”
A)So I go to ‘Media’ -> “All” and check all the images, and click the dropdown where bulk actions in WordPress are supposed to be, but it’s not there. Maybe, I went to the wrong spot.
B) Ok, so then naybe this option is in the ‘Settings’ panel thinks I. Strike two.
C) Hmmm… Maybe it’s in the “Post Media Pop up?” … Wrong again.So there are one of three things going on here:
1) It broke with recent WordPress update
2) It is hidden somewhere, and thus, you should probably write some FAQ on the exact process to ‘Bulk Watermark’
3) I am stupid.Thanks!
Yes, it is perfect. Except for one thing … the developer created their own DB structure that is agnostic from WP’s, makes the plugin worthless unless your level of data integration is minimal. Doesn’t look like the developer is going to make it compatible with Custom Types as it would require a complete rewrite.
One of the problems I have found is that you have to have the title and body fields populated in your form, otherwise they will be overwritten. Ideally, this would not be required as not everybody is using the ‘Update’ functionality to update the entire post. My temporary workaround includes hiding the post title field in my forms. But this is not ideal because I do not want to the user to be able to edit the title, and a more advanced user could figure out how to do so.
If you use unique custom fields, you’ll want to change line 368 from
$meta = get_post_meta($this->post['ID'], $field['postCustomFieldName']);
to
$meta = get_post_meta($this->post['ID'], $field['postCustomFieldName'], true);
Thanks for this, just encountered the exact same problem. Documentation for this plugin has been confusing and difficult to find for some time now. It’s the best in terms of functionality, but whenever I have to dig into documentation I begin to get chest pains. To: Millan (if you ever read this), the GDStarRating.com site has always been in the wrong format. It is very difficult to locate things. Please make this easier.
Forum: Plugins
In reply to: Registration by invitation only. (coupon code) Is it possible?Just came out: https://www.ads-software.com/extend/plugins/wp-invites/