nilssondigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Inline edit – on page instead of modal?Also not a bad idea!
I would love for that. The need for inline-editing for true/false/checkbox is growing for me….I have a few different scenarios where the user will be making a lot of updates but just ticking things off, and having to open up the modal, click save, for each one, doubles or triples the amount of clicks needed to complete the task, if that makes sense. So if there’s some kind of temporary solution/hack to get that to work for a single field…I’m all for it..if not then I’ll wait haha.
The functionality this provides is still amazing and loads eaiser to udpate than giving access to the backend, even with the modal…haha so being nitpicky here…but it would make it amazing and I can’t find any others that do it.
- This reply was modified 7 months ago by nilssondigital.
Appreciate the thought and consideration. I’m comparing it to something like using the Gravity forms multi file upload, the progress bar there is smooth and accurate, and I’ve used this in a few instances rather than the frontend admin plugin to upload files, just for this reason. (Mostly because I WAS actually having server related issues with uploads, but it was hard to debug because I didn’t know if progress was just slow, or getting stuck at a particular point, or just failing…so as a dev trying to debug, it was helpful to see the actual progress)
As an example you can check this page: https://sacastings.com/upload/ and when you upload a file, can see the progress. Can’t speak to how it’s done, but that’s along the lines of what I’d love to see…Also note that it’s probably a nitpicky request, but that’s more of a testament to the plugin because it does SO many things SO well, I’ve no complaints about core functionality. This plugin has literally made my whole project possible, and it would havebeen a massive pain to have undertaken otherwise so thank you!
Not sure what I was on here but both of these things are already avaialble…to be honest I don’t know if it’s a native acf feature or if its’ additional functionality added by ACF Extended or by this plugin, but after saving the field and refereshing, there’s an option for ‘select multiple’ and then in the Validation tab, there’s ‘Allow custom values’ so all good!
Forum: Plugins
In reply to: [Filter Everything — Product Filter & WordPress Filter] Reset filters button?That’s amazing thank you so much!
One last question, not really related so can open a different ticket for it – is there plans for the Search function to support custom fields (ACF)? Right now it doesn’t seem to search that content, and based on what I read on the documentation it supports post content, title and taxonomies? This would be a GAME changer, as most of the data/posts I’m filtering through is based on custom fields.
Thanks!
Forum: Plugins
In reply to: [Filter Everything — Product Filter & WordPress Filter] Reset filters button?Ah that’s perfect – I had no idea that’s what ‘Chips’ was. Kept seeing it referenced and tried looking it up bit didn’t know that is exactly what I needed. Thank you!
One side note that would be helpful for those – I have several radio fields that are just ‘yes/no’ responses (true/false doesn’t work because I have to return the output somewhere else and it always comes out as 1/0), but an option to include the title for those so I know WHAT is yes or no…would be helpful. Very small request and I’m using this anyways so thank you!
Oh sorry I wasn’t aware this was a part of one of the premium addons…the custom fields and search (not advanced search) is just part of the standard plugin right?
Is there a possibility with one of the premium addons?
Quick update – I’ve just discovered it was the Pricing Manager add-on that had an additional setting in the Packages on that CPT that controlled the default status.
All good!
Nevermind all good – somehow the “Package” field was removed from the form fields.
With the events added, how does that enable you to add date ranges to the listing/gd_place post type?
Or here in the “Custom Fields” section of the gd_place post type:
How do I add custom fields to that section? I can create custom fields with ACF Pro, and I assume this is what this section is for…creating custom fields to use with the post type…but the documentation isn’t clear on how to do this or what exactly this is for?
- This reply was modified 1 year, 6 months ago by nilssondigital.
Oh man thank you so much! Yes I was using the value (saved in database) so it output a string rather than a list – all good thank you!
Right – like I said in my reply I can see that there and see the serialised array in the meta_value and it has all the fields and entries from the form – but only the form is and date submitted are showing on the registration details, none of those values from the meta-value for the submitted meta key are being displayed.
I don’t see any console errors.
This is after a site migration, so I’m afraid something is messed up in the database or something.
Is there any documentation or can you tell me anything about how that modal gets populated with the fields/data to see if there’s something mismatched somewhere?
I can see in the database, in the usermeta table there’s an entry for “submitted” and some serialised data where I can see all thr entries there, but they’re just not displaying in that registration details box for some reason.
- This reply was modified 2 years ago by nilssondigital.
Yes – so that section in the sidebar is how I’m adding the terms now, however that checkbox field doesn’t show up with the rest of the fields when looking at the registration rview (go to Users, click “Info) – so I’m wondering how I can include that with the rest of the fields.
Onnneee last question….is there any way I can modify the short code so that the title also displays below each thumbnail, instead of only on hover?
[dflip books=’all’ limit=’-1′][/dflip] is exactly what I needed! Can’t believe I missed that!
Thank you!