WPIntell

Source evidence

Removing empty anchor from footer of a pricing table

Responsive Pricing Table · support · 2020-02-17T15:31:00+00:00

complaintsentiment
mediumseverity
0.93relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Raysn unresolved
Hi there, I wonder if it is possible to completely disable the links from the footer of the price tables (in source code the //foot $output2 would have to correspond) via a filter in the Functions.php or via a corresponding setting in the plugin. At the moment I have the problem that even with an empty link or button value a <a> -HTML element is created, which however has no rel value assigned. Thanks in advance for your answer. Greets Raysn This topic was modified 6 years, 3 months ago by Raysn . Hi, I’ll take it to the dev, we might implement a fix in the next release. In the meantime do you want me to give you some CSS code to hide the button completely? Keep me posted. Hey Donnie, actually I have already added the following CSS, which hides the problem at least for the visitor: .rpt_features { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .rpt_plans .rpt_plan .rpt_foot { display: none; } But I think this is more of a technical problem, which Google in particular is less happy about. 😉 The audit in the developer tools of Google Chrome complains about the following under “Best Practice”: Links to cross-origin destinations are unsafe Warnings: Unable to determine the destination for anchor ( <a target="_blank" rel="noopener noreferrer"> ). If not used as a hyperlink, consider removing target=_blank . (etc.) Anyways, thanks for your quick response! I would be happy if you could fix this bug in a future update. Greets Raysn This reply was modified 6 years, 3 months ago by Raysn . Thank you for your feedback. This will be fixed in the next update. See this screenshot, we’ve added it to our ToDo! Haha https://i.ibb.co/nzD4WbN/image-3437.png Nice! I’m glad to hear that. I am looking forward to the update 🙂

Comments

4 shown
WP Darko 2020-02-18T14:39:00+00:00

Hi, I’ll take it to the dev, we might implement a fix in the next release. In the meantime do you want me to give you some CSS code to hide the button completely? Keep me posted.

Raysn 2020-02-19T13:18:00+00:00

Hey Donnie, actually I have already added the following CSS, which hides the problem at least for the visitor: .rpt_features { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .rpt_plans .rpt_plan .rpt_foot { display: none; } But I think this is more of a technical problem, which Google in particular is less happy about. 😉 The audit in the developer tools of Google Chrome complains about the following under “Best Practice”: Links to cross-origin destinations are unsafe Warnings: Unable to determine the destination for anchor ( <a target="_blank" rel="noopener noreferrer"> ). If not used as a hyperlink, consider removing target=_blank . (etc.) Anyways, thanks for your quick response! I would be happy if you could fix this bug in a future update. Greets Raysn This reply was modified 6 years, 3 months ago by Raysn .

WP Darko 2020-02-20T10:48:00+00:00

Thank you for your feedback. This will be fixed in the next update. See this screenshot, we’ve added it to our ToDo! Haha https://i.ibb.co/nzD4WbN/image-3437.png

Raysn 2020-02-24T10:54:00+00:00

Nice! I’m glad to hear that. I am looking forward to the update 🙂