07/10/2018 at 11:48 am
#467186
Keymaster
@ Jess
RE: No, a new field doesn’t appear
Ok, if a new field does not appear, then code in your snippet is wrong. In thurn this means the code in template override file is not going to work.
You need to review the code snippet which adds that city field to make sure it is correct. If you copy pasted it. Maybe the was a copy/paste error. Try copying the code again into the snippet.
RE: path is /wp-content/theme/parent-theme/connections_templates_circled/card.php
That would be incorrect, the path needs to be:
../wp-content/theme/parent-theme/connections_templates/circled/card.php
Hope this helps!
