fried_eggz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] format date bugI’m going to mark this as resolved. If you have further issues feel free to reopen.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit Gravity Forms Sticky ListDid you solve this issue?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] filter paymentTo only show entries that are paid you can use the shortcode below. Make sure that you change “xxx” in the code below to the id of the field payment_status (should be a number). You can check the id of a field by looking at the field in the form editor.
[stickylist id="7" field="xxx" value="Paid"]Forum: Plugins
In reply to: [Gravity Forms Sticky List] Update entry – new entry created (null)I have found the bug. The problem was that the GFAPI was not able to delete a completely empty entry (I need to empty the entry before deletion to keep attached files).
Anyways, I have fixed this and uploaded a patch. You need to download the plugin again from this repo (no new version number so no automatic update).
Thanks for finding this bug that could potentially flood your database with garbage. Also, if you like the plugin, please consider writing a short review.
Thanks again.
- This reply was modified 8 years, 7 months ago by fried_eggz.
- This reply was modified 8 years, 7 months ago by fried_eggz.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Update entry – new entry created (null)I’ll take a look at this. First question: Is the entry visible in the wordpress backend or only in the database?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view mode not graying out form fieldsThis has been fixed and and uploaded (no new version). Thanks again!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] There was an error while saving your settingsYou only changed domain right, you site is still on the same server?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view mode not graying out form fieldsAhh. Thanks for this. This is indeed a bug. I will fix it, probably tomorrow. I will post back. Thanks again.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit Gravity Forms Sticky ListIm not sure I understand what you are trying to do. Please check the faq and installation instructions.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] There was an error while saving your settingsHmm. Seems to be something related to the domain move. Try creating a new form and activate Sticky List on that form to see if the error is still there.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Can not see in the wp menuThis is covered in the faq. The settings does not appear under the normal wordpress menu. Check the settings of a form.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] filter paymentSorry. I do not understand…
Forum: Plugins
In reply to: [Gravity Forms Sticky List] can’t activeWhen you activate Sticky List you need to scroll down and save the settings.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view mode not graying out form fieldsThat is wierd. I have rechecked the update and everything seems fine.
If you open the file
class-sticky-list.phpin the plugins main folder and scroll to line 933. Do you have this code?$("#gform_wrapper_<?php echo $form_id;?> .gform_page_fields input").attr('disabled','disabled');Forum: Plugins
In reply to: [Gravity Forms Sticky List] view mode not graying out form fieldsThis has now been fixed and uploaded. You need to manually download the plugin again (no new version)