Daniel Schutzsmith
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] Gravity vs WP User FrontendHey Robin,
We’re trying to do similar things as well. Did you ever figure out a solution?Forum: Plugins
In reply to: [Admin Page Framework] Add Tabs To User Edit ScreenThanks! Saw that and figured we’d resort to that if need be.
What we’re really trying to do is make a few new tabs that will hold Advanced Custom Fields on them of more information about the user. A mini-CRM of sorts.
Forum: Plugins
In reply to: [Pricing Tables WordPress Plugin - Easy Pricing Tables] Remove !importantNot the biggest of worries. I just know that with Headway Themes, for some reason your !important overrides any styles we apply.
We can just keep striping out the !importants, but in general, its best practice to not have !importants in plugins.
FWIW, from what I’ve personally seen in your css, the !importants seem to be on classes that would be unique to your plugin, not widely used wordpress core classes, so you should be OK.
Cheers either way!
Forum: Plugins
In reply to: [Pricing Tables WordPress Plugin - Easy Pricing Tables] Remove !importantThanks David! BTW, here’s what we made with the Easy Pricing Tables! https://awesomecause.com/pricing/
Cheers,
danForum: Fixing WordPress
In reply to: WordPress 3.8 media uploader not working with child theme on XAMPPWhat was the JS? We’re having the same issue.
Forum: Plugins
In reply to: [Search & Filter] Post Type Dropdown Not DisplayingOh man, sorry I totally missed that in the documentation! All good now.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Tag Search+1 for tag support. It doesn’t show as one of the possible taxonomies.
Forum: Plugins
In reply to: [Download Monitor] Choose From Already Uploaded Media?Thanks Mike, but which add button do you mean? If it was in the description or short description that doesn’t make sense. Here’s what we see.
Maybe draw an arrow to what you mean?
https://www.evernote.com/shard/s2/sh/7e275039-83c0-48d6-9f31-fb06ea19ac5e/062030dfd7e56ff37cc085169f696975Forum: Plugins
In reply to: [Download Monitor] Choose From Already Uploaded Media?Weird, it only shows us the ability to copy path, not browse the media library. Is this something that was recently added? Like in the past 2 months?
I see this only an archaic file browser. https://www.evernote.com/shard/s2/sh/79f4f2f2-b728-4d15-9fa1-e3504295bc8e/2867b3e5fe22b8206a6fb492aedb0403
Forum: Plugins
In reply to: [Electric Studio Download Counter] error / warning after upgrade to 2.1For now I’ve commented out the end of 634 and all of 635.
'ds_nonce' => $this->datesearch_nonce/*, 'tracked' => json_encode( explode( ',', get_option( 'esdc_file_types' ) ) )*/
Be forewarned that once you do that you can’t access the file types then via Javascript.
Forum: Plugins
In reply to: [Electric Studio Download Counter] error / warning after upgrade to 2.1Same error for me on several client sites.
Warning: explode() expects parameter 2 to be string, array given in /home/oppor3/public_html/dev/wp-content/plugins/electric-studio-download-counter/electric-studio-download-counter.php on line 635I’m also wondering – can’t figure it out. Has anyone figured out a fix?
Forum: Plugins
In reply to: [Admin Menu Editor] Failed to decode input! The menu wasn't modified.This is happening to me on 3.3.2
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Custom Fields with ListJust realized that some of the conditions are using the same fields and i’ve set all of them to “Only show elements if…”. Could that be the issue? Can you not use a field more than once? I could have sworn it worked in my previous tests though.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Display Based on SearchNevermind, I figured it out. Documentation is at the bottom of the page at https://www.campbellhoffman.com/question/customize-the-e-mail-notifications/