I am trying to: Work out why on my client's iPhone 6 she sees '[typesfield' above the 'call' text inside a call window that opens after clicking a button on any of her pages for her customers to call her. She tried it out and sent me a a screenshot. It doesn't happen on my iPhone 11 Pro Max. Have you come across this before and if so can anything be done about it.
Link to a page where the issue can be seen: hidden link
I expected to see: No reference to [typesfield
Instead, I got:
I've just been told it's not the black buttons, but the two numbers in the above header section and I see the same thing on my iPhone. The code for this is:
[types field='uk-phone-number' post_id='3679' output='raw'][/types]
[types field='international-phone-number' post_id='3679' output='raw'][/types]
So is there anything I've added incorrectly to this shortcode.
Many thanks,
barry.
Here's a screenshot to replace the original one (of the wrongly shown problem area)
Now I know that the black buttons (below the menu) work to call the number, I'm wondering what the difference is in the code that stops the above header phone number buttons from working? Here's the code that works....
I found the answer on a toolset support issue in fact. Not sure what it all means but I changed the code to the following and it worked. Maybe this will help someone else.
[types field='uk-phone-number' post_id='3679' title='[types field='uk-phone-number' post_id='3679']
this is the previous support ticket for ref: https://toolset.com/forums/topic/showing-link-text-as-link-shortcode-in-shortcode/
Thanks to a previous Toolset issue being available to see on the internet my issue is resolved now. Thank you!