Home › Forums › WoodMart support forum › Checkout page accept terms issue (elementor table of contents)
Checkout page accept terms issue (elementor table of contents)
- This topic has 6 replies, 2 voices, and was last updated 3 weeks, 6 days ago by Luke Nielsen.
-
AuthorPosts
-
December 12, 2024 at 12:18 pm #621817
DuskoParticipantHi,
I run into an issue with woodmart at checkout. I made a page term of business and linked it to checkout page, so buyer needs to agree before final purchase.On terms of business page (https://krokodilcek.com/pogoji-poslovanja) I used element: table of content.
The issue is when on checkout page and you click to view these terms it shows title and svg of TOC.
Screen shot: https://i.imgur.com/trjTEsl.png
Is there a way to remove this so you can read terms normally? Or other solutions?
Regards,
DuskoDecember 12, 2024 at 3:31 pm #621889
Luke NielsenKeymasterHello,
Please update the theme to the latest version, clear the cache and recheck the issue.
Let me know the result.
Kind Regards
December 12, 2024 at 5:25 pm #621939
DuskoParticipantHi, I did what you said. The issue is still there.
December 12, 2024 at 6:04 pm #621961
Luke NielsenKeymasterHello,
Yep, you are right. It looks like that icon comes from that element – https://prnt.sc/OpiFfdzwrjNY . Could you please check how it works with the default WordPress theme like Woocommerce Storefront to determine whether the issue is with our theme?
Kind Regards
December 13, 2024 at 9:33 am #622083
DuskoParticipantI installed storefront. SVG problem is gone but title of TOC is still there. I would like to remove both so just terms are inside.
Attachments:
You must be logged in to view attached files.December 15, 2024 at 6:47 pm #622616
DuskoParticipantDid you manage to look at the issue?
December 16, 2024 at 11:20 am #622705
Luke NielsenKeymasterHello,
The output of the terms and conditions content is fully handled by WooCommrce and is not affected by our theme. First of all, the content of the terms and conditions should contain only text and be as simple as possible in structure. WooCommrce processes the entire content of the selected terms and conditions page in such a way that it cuts off the entire Elementor structure, leaving only the text, which in turn can lead to a difference in display.
Since WooCommrce expects that this page will have only text, without columns, rows, content and images – the most correct solution would be to create a separate specially prepared “terms and conditions” page, which will contain only the necessary content in order to connect it only on the chest
If you don’t want to create another page, you can use the following code to hide all h4 headers and SVG inside the terms and conditions window at checkout.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4, .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions svg { display: none; }
But since WooCommrce processes the content of the page and displays only the text, we are very limited in the application of custom code, and the further arrangement of the page structure, or the use of other h4 tags required for displaying, will make further customization impossible
Kind Regards
-
AuthorPosts
Tagged: elementor, table of contents, terms
- You must be logged in to create new topics. Login / Register