andytruetone
Forum Replies Created
-
Tessa –
Thank you so much for this.
Do I paste this in my child-theme functions.php or archive.php?
Also, let’s say I need to do this for multiple fields called release, artist, and dropbox (url to a dropbox folder). Do I add those other fields in like this below, or is there a larger section I need to repeat for each field?
… array( 'field' => 'release','artist','dropbox',
I also saw similar steps like this I could follow to pass variables through the cf7 shortcode to form fields at this link below. This also seems very useful, though I’m curious if these scripts conflict at all, and also where to drop in the additional field names.
https://contactform7.com/getting-default-values-from-shortcode-attributes/
Again, thanks so much for the reply and I’ll let you know how it goes.
Forum: Plugins
In reply to: [Contact Form 7] Error Sending message…I had this problem too but it was solved when I added a SMTP validator plugin. There’s a few available. I chose Postman SMTP because it says it’s tested with the latest WP version. https://postmansmtp.com/
Forum: Plugins
In reply to: [Contact Form 7] Forms with Radio, Checkbox, DropDown Menus won’t submitI solved it!
I deactivated all my plugins one at a time on the staging site and realized the problem was “Contact Form DB.” I did not realize that is now a dead plugin, so I deleted it, replaced it with CFDB7, and now everything works.
Forum: Plugins
In reply to: [Contact Form 7] Forms with Radio, Checkbox, DropDown Menus won’t submitThank you for the reply.
The theme is my own child theme based on Fairy.
These are the plugins (** = inactive).
Advanced Content Templates Advanced Custom Fields Akismet Anti-Spam AudioIgniter Child Theme Configurator CoBlocks Code Click-to-Copy by WPJohnny Conditional Fields for Contact Form 7 Contact Form 7 Contact Form 7 - Dynamic Text Extension Contact Form DB Copy & Delete Posts Cue EmbedPress Featured Images for Categories Pro Font Awesome Jetpack ** Latest Posts myStickymenu PDF Embedder Popular Brand SVG Icons - Simple Icons Remove Category Word From Title ReOrder Posts within Categories Shortcoder Social Icons Widget & Block by WPZOOM Sticky Posts - Switch ** WP Cloud Plugin Out-of-the-Box (Dropbox) WP No Base Permalink
Forum: Fixing WordPress
In reply to: Convert to regular block no longer working – WP 5.6 GutenburgIt turns out you can convert your reusable blocks to regular ones, but the option is not where it used to be.
First add your reusable block. Before you do anything else, click the outline icon on the top, then the name of your Reusable block where it is in the hierarchy. Next click the icon to the right of it that will say “convert to regular block” when you hover over it.
But even though you just converted it, you might not be done. There might be a hurdle you have to remove before publishing the page.
When you click publish, you might now see a set of checkboxes on the right with both the name of your post and the name of the reusable block. If you leave only the post checked, but not the block, you can’t publish. You can’t even just save draft without losing all of your changes.
If you check both boxes, it updates the block, but you know you don’t want to do that so now you wonder how to get out of this mess.
But… you can undo the option on the bottom right that says something like “always show publish checks.” Once you unselect that, now you can publish changes to your post without saving changes to the reusable block. And it should also work on any other post in the future.
Forum: Plugins
In reply to: [Contact Form 7] Forms submit errors (JavaScript and Cookies)Problem solved! I tried deactivating plugins I’m not using one by one until it worked. Shutting off WP-spamshield did the trick.
- This reply was modified 7 years, 5 months ago by andytruetone.
Forum: Plugins
In reply to: [Contact Form DB] Multiply two fieldsUpdate: I found the answer…
trans="total=multiply(units,unitCost)"
But I have another question. How do I make a summary table with the total of this calculation and the sum of another field? I thought this would be it but it didn’t work.
trans="total=multiply(units,unitCost)&&SumField(total,customer)&&SumField(units,customer)"
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Getting started with pro versionJust a troubleshooting update to my previous question.
I deactivated the free version, in case that caused any conflict, but then neither shortcode worked.
I then deactivated, deleted and re-uploaded the pro version but still have the same problems. Any help here would be greatly appreciated.