adzzie
February 21, 2026, 12:25pm
1
Describe the issue in as much detail as possible. Please remove the sections below if the issue is obvious enough and doesn’t require extra details.
Steps to reproduce
add formating for displaying a phone field.
like < a href=”tel:%value% ……
this %value used to return just the phone number till V 1.718
After that it returns <span data-component = “phone”.
This break the a hrefs and the button with tel: hyperlink is not displayed
Actual result
Describe the actual result.
Expected result
Describe the expected result.
Extra details
Add a link to your site, screenshots or any other details that may help us pinpoint the issue.
kseniia
February 23, 2026, 2:23pm
2
Hi,
This bug was fixed in the 1.7.19 update: HivePress 1.7.19
adzzie
February 25, 2026, 8:46am
4
Hi
I think this bug still exists. I moved to 1.7.19
Below is how my phone display format used to work.
Actual Display comes up as below because %value% is returning < Span and it break <a href
Cant update to the latest version as the search has a limitation to display attribute values to only 100 now.
kseniia
February 25, 2026, 10:58am
5
Thanks for the details.
Apologies, the issue was fixed in HivePress 1.7.20 . This was a known bug, and we addressed it in one of our recent updates.
adzzie
February 25, 2026, 11:07am
6
Thank you.
But unfortunately I have to revert to 1.7.18 so that both the attributes limitation in search and phone display format works together only in this.
next release 1.7.23+ pls check these two are working. after that I will upgrade
Thanks for the support again
kseniia
February 25, 2026, 11:15am
7
As a temporary solution, please try this type of formatting:
<a href="tel:%value|digits%" target="_blank">%value%</a>
adzzie
February 25, 2026, 12:17pm
8
kseniia:
%value|digits%
that worked…. Never thought had to use a pipe | to get the digits. tried .value, .text etc. This is working. Thank you very much
1 Like
kseniia
February 25, 2026, 2:03pm
9
We’ll fix the issue with select attributes in the next update, and the issue with phone attributes is already fixed. So you’ll be able to safely update once the next version is released.
Thanks for your patience.