jmester
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Gutenberg breaks Yoast SEOI’m having the same ‘Loading help center’ with the latest version of Yoast SEO.
components-902.min.js?ver=9.0.2:26 Uncaught TypeError: Cannot read property ‘p’ of undefined
at Object.<anonymous> (components-902.min.js?ver=9.0.2:26)
at t (commons-902.min.js?ver=9.0.2:1)
at Object.<anonymous> (components-902.min.js?ver=9.0.2:26)
at t (commons-902.min.js?ver=9.0.2:1)
at Object.<anonymous> (components-902.min.js?ver=9.0.2:26)
at t (commons-902.min.js?ver=9.0.2:1)
at window.yoastWebpackJsonp (commons-902.min.js?ver=9.0.2:1)
at components-902.min.js?ver=9.0.2:1Thanks for the video, perhaps I’m just using the wrong field but here is what I’ve got so far…
I need the price to be an open entry field so I’ve put it out with conditional displays in the first area.
https://recordit.co/PA1H9uqa5T
Here is the conditional logic
https://recordit.co/m4DKiNJqzpNow I’ve got several hundred items to add to the list, so I’m hoping there is a way to either
1) allow for multi select in one drop down and populate 3 fields below.
OR
2) Reuse the logic built for the next 2 options which would pull from the same list and need the same logic.
Okay so I see how you can build out that with conditionals. It’s going to be a long process in my case since we have a lot of options in the drop down.
My next question is for the total, how could I only display the selected value? Right now I get
Total = $500
Joe’s Charity = $500 (the select option)
Non Profit One Option One = $0
Non Profit One Option Two = $0
Non Profit One Option Three = $0Non Profit Two Option One = $0
Non Profit Two Option Two = $0
Non Profit Two Option Three = $0Non Profit Three Option One = $0
Non Profit Three Option Two = $0
Non Profit Three Option Three = $0So Conditional fields let me hide or show a field, I’m already doing that else where in this form. I’m looking to change the label based on the selected item in the drop down.
So to go back to my setup above.
Drop Down Selection (Choose One)…
Label (Price Entry)Second Drop Down Selection (User Selects Joe’s Charity)…
Joe’s Charity ($100)This Fiddle is pretty much what I’m looking for, https://jsfiddle.net/ys9Cj/5/
Thanks!
Also having the same issue. Thanks for the speedy fix here