• Raysn

    (@schulhilfe)


    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 5 years, 1 month ago by Raysn.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Darko

    (@spwebguy)

    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.

    Thread Starter Raysn

    (@schulhilfe)

    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 5 years, 1 month ago by Raysn.
    Plugin Author WP Darko

    (@spwebguy)

    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

    Thread Starter Raysn

    (@schulhilfe)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing empty anchor from footer of a pricing table’ is closed to new replies.