Conversation
supportHi 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 🙂
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 🙂