I try to use some more functionality to the Pricing table -> Plan features and use for the features the <sup>x</sup> markup with following numbers. It works nicely. Now i tried to integrate an anchor link to scroll to the feature description on the page, but this doesn't work - the a tag is not allowed and as an addition the complete written text in the plan feature field is deleted.
In the past i tried to "tweak" your template but to be stable for upcoming versions this is not the solution. Do you have any idea how to get this work?
The "Pricing table" option does not allow HTML input so it does not allow the hyperlinks to be added. If you want you can tweak it in a child theme to allow this and the changes won't get lost in the future updates. I would also recommend you try the other "Pricing table" element which has been recently added by WPBakery Page Builder which allows you to have custom HTML.
I tried again and using <a> tag without the quotes for the target works but after changing other elements on the page all pricelist elements features are "empty". Do you have any idea?
Perhaps you could try it with the following example for a feature:
Test 1: People<sup>1</sub>
it works
Test 2: People<sup><a href=#pople>1</a></sub>
it works but sometimes after working on other elements in the page all features are killed and feature fields are empty. But i see the text in the classic view.
I have made a small modification, changed the field type of Plan Features from Textarea to Textarea Safe which I think will solve these issues.
Can you please replace these two files, and then just open and edit the fields of Pricing tables so they will be encoded in Base64 strings after clicking Save and thus it will preserve the structure of HTML you have added, so you don't need to worry about quotes or the format of HTML text.
1. Download this file and replace it in this directory (of the theme): /themes/kalium/vc_templates
2. Download this file and replace it in this directory (of the theme): /kalium/includes/libraries/vc/lab_pricing_table/
I try to use some more functionality to the Pricing table -> Plan features and use for the features the <sup>x</sup> markup with following numbers. It works nicely. Now i tried to integrate an anchor link to scroll to the feature description on the page, but this doesn't work - the a tag is not allowed and as an addition the complete written text in the plan feature field is deleted.
In the past i tried to "tweak" your template but to be stable for upcoming versions this is not the solution. Do you have any idea how to get this work?
Hi there,
The "Pricing table" option does not allow HTML input so it does not allow the hyperlinks to be added. If you want you can tweak it in a child theme to allow this and the changes won't get lost in the future updates. I would also recommend you try the other "Pricing table" element which has been recently added by WPBakery Page Builder which allows you to have custom HTML.
Best regards,
Laborator Team
Hi Art
that's not correct: Your pricing table allows HTML and it is documented in the page builder element -> Screenshot
i'am only wondering why the <a> tag does not work
Attached files: Screenshot (244).png
I tried again and using <a> tag without the quotes for the target works but after changing other elements on the page all pricelist elements features are "empty". Do you have any idea?
Perhaps you could try it with the following example for a feature:
Test 1: People<sup>1</sub>
it works
Test 2: People<sup><a href=#pople>1</a></sub>
it works but sometimes after working on other elements in the page all features are killed and feature fields are empty. But i see the text in the classic view.
Hi André,
I have made a small modification, changed the field type of Plan Features from Textarea to Textarea Safe which I think will solve these issues.
Can you please replace these two files, and then just open and edit the fields of Pricing tables so they will be encoded in Base64 strings after clicking Save and thus it will preserve the structure of HTML you have added, so you don't need to worry about quotes or the format of HTML text.
1. Download this file and replace it in this directory (of the theme): /themes/kalium/vc_templates
2. Download this file and replace it in this directory (of the theme): /kalium/includes/libraries/vc/lab_pricing_table/
Hopefully this will work fine for you.