peterarends
Forum Replies Created
-
Of course, if the plugin not working was the only issue, I would have opened a support ticket. ??
Thanks for your response @rafinkhan, appreciate it.
So, overall, this 1* review is a bit harsh to be honest. If we had removed the existing features or reduced the performance, I would have understood but not for this though.
I can see you side of it: you have invested time and improved the plugin, it is still free and a bit of promotion is no big deal.
The thing for me is 1] that it stopped working. And 2], you are free to do whatever you please with promotion and adding BetterLinks options for every redirect entry, etc. But I don’t like the way the WP ecosystem is going, one star not liking it.
Forum: Reviews
In reply to: [Intercom] Terrible. Wasting my time!Is it though? I was able to set it up at my website in under two minutes. Are you absolutely sure it is not something that is wrong at your side/site?
Because you post a support request as a review and because the lack of information (like error messages, screen dumps, specifics about what happens) I think you are being unreasonable. You should delete your review. On top of that, you are wasting my time and the time of others.
- This reply was modified 6 years, 1 month ago by peterarends.
Forum: Reviews
In reply to: [Gravity Forms: Notification Attachments] Very Handy! Easy to useThanks Tim.
Brian, why don’t you remove your review, it is not fair. You should have started a support thread instead of writing this review.
Forum: Plugins
In reply to: [GC Message Bar] auto-disappear?Did this feature make it into the plugin? I cannot find the option.
Instead of after a given time, I would like it to disappear when you scroll up again…
Thanks for the plugin!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variations don't work – error@omigosh I have the same problem. Isn’t this a bug? Why do the prices have to be different?
Forum: Plugins
In reply to: [WP-PageNavi] Plugin is basically useless to non programmers!@barryglick So, what is your point? If it is not for you, just don’t use it. Nobody cares if you delete it. What is wrong with creating a plugin for developers? Lots of happy users, like me.
Forum: Plugins
In reply to: [Dropdown Menus] Not workingsame here
You describe a different problem/bug which is that the saved input html from the wysiwyg is not displayed correctly. So the orded list is being saved and displayed, but the css is there to display it without the numbering (line 39 at gravityforms/css/admin.css).
Try saving the wysiwyg field as a post and edit that. That works (for me).
You are right, I really like your plugin so I should contribute. I did dive into it and was not too hard.
Change
wp_editor('', $input_id, $args);
To
wp_editor(rgpost("input_{$field['id']}"), $input_id, $args);
It is at line 124 in the gf_wysiwyg_class.php file.
Keep up the good work bradvin. ??
Is there a solutions yet? Would love to hear it.
Too bad they still haven’t implemented this basic functionality.
A quick workaround is using this to get the ID (they us it too in file.php):
global $wpdb; $attachment_id = $wpdb->get_var($wpdb->prepare("SELECT ID FROM {$wpdb->posts} WHERE post_type = 'attachment' AND guid=%s",$url));
Same goes for the the ‘Manually enter your UA code’ checkbox/options