Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • I’m skeptical that this has anything to do with Multisite Plugin Manager. Maybe I’m misunderstanding, but it sounds like the deletion of images is a sysadmin error, and not the fault of this plugin.

    Can you let us know what the database error was, in case it’s a problem than can be fixed?

    Please can you let us know what the other plugin is? The one that this conflicted with? Could be useful info for others.

    Thanks, Tammie 🙂

    Thread Starter Mina Nielsen

    (@moorlater)

    Thanks so much, Justin! Works perfectly. That’s a great update to the snippet.

    Have a great day 🙂

    • This reply was modified 6 years, 7 months ago by Mina Nielsen. Reason: Wanted to mark as resolved

    I’ve read through the Github discussions, and they’ve helped me to understand a bit more what’s going on.

    But I still feel alarmed at the language used about custom metaboxes – “put them on the side, or under advanced settings”. Many, many WordPress solutions I’ve built my business on use custom metaboxes as the primary component of the editing experience.

    I am now better understanding the limitations for our future inherent in the way custom metaboxes/fields work now. But, honestly, I’d be far less alarmed if the primacy of custom fields in many development models was acknowledged and factored in from the start, rather than some of the language I’ve read on those GitHub discussions, which seems to paint them as marginal edge cases, and develop for them as an afterthought.

    Anyways, good luck with the process, but I do hope Gutenberg remains a plugin for a year or two more at least. It’s so far really knocked my confidence in my decision to specialise in WP 🙁

    I can confirm. Clicking “add row” gives me another window control and remove button, but nothing else.

    Thread Starter Mina Nielsen

    (@moorlater)

    Thank you for the confirmation – appreciated.

    Does the text in your phrase fields go through any particular filter at the point wpDiscuz builds an email? I’m just wondering if I could attempt to code something like this myself in the short term?

    I don’t think this can be done. If this is all you need, then I think WooCommerce might be the wrong solution for you.

    You might be better using a form plugin with Stripe or PayPal integration. Something like Gravity Forms?

    I’ve been testing both of these offline over the last fortnight. I think they both have good light-weight UIs without all the cruft of the more popular SEO plugins. I haven’t made a decision about which to recommend to my clients yet. But, yeah, give them a go and see what you think – they both seem very promising 🙂

    Disclaimer: I’m not an SEO expert, just a web developer – so I kinda know what’s required for good SEO, without having enough experience to say how any particular plugin might support the needs of an SEO professional. My angle on this is deploying plugins for clients which are simple for them to use and don’t constantly confuse them.

    Actually, re-reading your original post, I think you might not even need the search form. If you just want to list employee names, and then click on any name to view the employee details, than that’s almost the easiest use-case with Pods.

    You’d create a post type (a “Pod”) ’employee’ to hold the information, then you create a ‘view’ with Pods to display as list of all employee, with their names as clickable links.

    So, yeah, still a little learning curve for you, but you can do this kind of thing with Pods without needing to write any PHP. You’ll just need to dip into their documentation for help with views, templates, shortcodes, and field variables. http://pods.io/docs/

    Hi Kiran,

    I’ve never found the missing styles.css file issue before. Also, I wouldn’t normally download a plugin and install it from zip. I’d just install it from WordPress Admin (Dashboard > Plugins > Add New > search > etc).

    It would be difficult for me to help you work out what’s causing the missing styles.css file, as you’ve said “it says…”, without making it clear what “it” is. Sorry if that sounds pedantic, but it’s really only possible to help if you can write out a list of the steps you’ve taken, and been as specific as possible about where error messages are being shown. That would allow someone here to try to reproduce the problem and help you.

    The solution that you’re looking for sounds complex and specific to you. I don’t have enough time to find out your needs and specify a solution for you. I’ve built several WordPress sites that function like databases, and I think Pods can work very well for this.

    However, Pods is not a simple plugin. It is very powerful and flexible, but there’s a learning curve you’ll need to climb. I think my suggestion, if you have time, and if you can get Pods installed without errors, would be to take a week or two to learn to build some things with Pods in your spare time, and that will help you evaluate whether it could be an option for you.

    But I wouldn’t have recommended you go to that effort if I didn’t think there was a reasonable chance it could work out for you.

    Your requirement seems to be:

    1. Enter information on a page
    2. Send that information to another page when you click “Submit”
    3. Have the second page use that information to query the database and return matching results

    If you have a look at this page on a site I built last year, it does exactly this using Pods to build the data structure (the fields of information that is stored for each Teacher), and to build the query form:
    https://naturalvoice.net/teachers

    It’s essentially a simple search engine. But I could just as easily have had the system look up a Teacher according to an ID, or postcode – producing just one result.

    It wasn’t quick or easy to build that. You’ll either need some PHP experience to use the Pods API to include form fields on the front end (their documentation is very good and helpful with this). I’m a bit mediocre with PHP, but got lots of help from Pods’ Slack channel, where folks are very friendly and inclusive. If writing PHP is not appealing, then you’ll find add-ons for Pods that help you build on top of Pods without coding: http://pods.io/plugins/

    Does this help at all?

    Best wishes,
    Mina.

    You could try either of these (interesting links from my recent research into your question):
    https://wordpress.org/plugins/autodescription/
    https://wordpress.org/plugins/fv-all-in-one-seo-pack/

    Hope this helps.

    You might want to check out the Pods plugin? It allows you to to define and display your own data types. It’s also very well documented and supported.

    https://wordpress.org/plugins/pods/

    Thread Starter Mina Nielsen

    (@moorlater)

    Cool 🙂

    Thread Starter Mina Nielsen

    (@moorlater)

    Does the Swift Templates module play nicely with ACF?

Viewing 15 replies - 1 through 15 (of 16 total)