Home › Forums › WoodMart support forum › link to additional_information link to additional_information This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 14, 2019 at 8:38 am #128503 [email protected]Participant @Artem Temos a few weeks back you helped me with a button to additional tab. i’ve changed my few to accordion and the button stops working. its also not working on the quick view option. is there a way to fix this? example: http://rj.development.bladewp.com/shop/boeken/jongeren/reflect-kracht/ previous topic: https://xtemos.com/forums/topic/link-in-shortdescrition-to-additional_information/#new-post June 14, 2019 at 7:22 pm #128533 Artem TemosKeymaster Hi, Try to replace that part jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery(".additional_information_tab").offset().top }, 500); with the following one jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery(".woocommerce-tabs").offset().top }, 500); Unfortunately, it will not work on quick view. Regards June 17, 2019 at 7:54 am #128817 [email protected]Participant @Artem temos thx! this indeed fixed it. is it possibile to hide this button on quick view? June 17, 2019 at 11:17 am #128839 Artem TemosKeymaster You can hide any element in the quick view popup with CSS. Here is an example .product-quick-view .YOUR_ELEMENT_SELECTOR { display:none; } Regards June 17, 2019 at 11:24 am #128872 [email protected]Participant had no idea it could be that simple. you are simply awesome. thank you very much! June 17, 2019 at 3:25 pm #128874 Artem TemosKeymaster You are welcome. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register