Home › Forums › WoodMart support forum › I want to add tool tips in price table.
I want to add tool tips in price table.
- This topic has 12 replies, 2 voices, and was last updated 4 years ago by Artem Temos.
-
AuthorPosts
-
January 4, 2021 at 10:13 am #255537
av00ParticipantI want to add tooltips in the price table please guide me on how to add while using elementor? However, I did it previously using visual bakery and CSS. i.e. https://www.w3schools.com/css/css_tooltip.asp
January 4, 2021 at 10:22 am #255542
Artem TemosKeymasterHi,
Sorry, but there is no such option in our theme and Elementor by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Regards
January 4, 2021 at 11:34 am #255565
av00ParticipantI need this only https://xtemos.com/forums/topic/tooltip-pricing-table/ but code is not working here in the price table. Please help me I only need tool tips in price table.
January 4, 2021 at 12:09 pm #255576
Artem TemosKeymasterWhere exactly have you placed the code? Please, send us a screenshot and the link so we can check.
January 4, 2021 at 1:57 pm #255608
av00ParticipantI have attached the screenshot. Please check
Attachments:
You must be logged in to view attached files.January 5, 2021 at 5:06 am #255743
av00ParticipantHere is the link
January 5, 2021 at 8:02 am #255785
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_allowed_html', function( $tags ){ $tags['div'] = array( 'class' => true, 'title' => true, ); return $tags; } );
January 5, 2021 at 8:22 am #255793
av00ParticipantI added this code in the child theme function.php then activated the child theme but still not working please check the snapshot.
Attachments:
You must be logged in to view attached files.January 5, 2021 at 8:28 am #255797
Artem TemosKeymasterCould you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we could check it?
Thank you in advance
January 5, 2021 at 8:48 am #255810
av00ParticipantI have added admin details in private content. Also please tell me which plugins have to disable. As I have added only those plugin which comes with your theme except Wordfence. That too disabled still not working.
January 5, 2021 at 8:50 am #255812
Artem TemosKeymasterYou need to write the HTML inline there https://gyazo.com/a23ed9fbbc06d4ef7a63e2a93d665bbe
Now it seems to work.January 5, 2021 at 9:18 am #255822
av00ParticipantHi!
Thanks for your support. It is working now. But I am sorry 🙁 still, I did not understand how you fixed it. As I can see here https://gyazo.com/a23ed9fbbc06d4ef7a63e2a93d665bbe you did not change anything. So, where you wrote HTML inline?
Thanks in advance
AVJanuary 5, 2021 at 10:28 am #255845
Artem TemosKeymasterHello,
There was a line break before the closing
</div>
tag. We have removed it and now it works.Kind Regards
-
AuthorPosts
Tagged: tooltips
- You must be logged in to create new topics. Login / Register