Expand icons do not work in www.groundeffect.co.nz

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
Kiwipete
Newbie
Newbie
Posts: 4
Joined: 2021-09-15, 07:58

Expand icons do not work in www.groundeffect.co.nz

Unread post by Kiwipete » 2021-09-15, 08:09

Ground Effect is a New Zealand cycling apparel manufacturer. Each product page on their website has five expandable sections: Features, Tech, Compare, Washing, and Shipping. There is an expand icon "+" beside each of these sections. Clicking the icons does not show the hidden details. See this page for an example: https://www.groundeffect.co.nz/collecti ... cle-jumper

Upon entering the page, the following details are displayed in the Developer Tools Web Console:

Code: Select all

ReferenceError: customElements is not defined[Learn More]  
sections.js:1:52186
[bugsnag] Loaded!  
bugsnag.min.js:1:43817
[bugsnag] "Ignoring cross-domain or eval script error. See docs: https://tinyurl.com/y94fq5zm"  
bugsnag.min.js:1:34466
ReferenceError: event is not defined[Learn More]  
utilities.js:23:9
@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended and may have consequences if different versions of the polyfills are applied sequentially. If you do need to load the polyfill more than once, use @babel/polyfill/noConflict instead to bypass the warning.  
shopify-xr.en.js:1:82987
[bugsnag] Loaded!  
bugsnag.min.js:1:43817
[bugsnag] Report not sent due to beforeSend callback  
bugsnag.min.js:1:19627
Error: Syntax error, unrecognized expression: .js-product_section [data-product-form]:not(.product-recommendations .js-product_section [data-product-form]  
jquery.min.js:2:13061
[bugsnag] "Ignoring cross-domain or eval script error. See docs: https://tinyurl.com/y94fq5zm"  
bugsnag.min.js:1:34466
ReferenceError: event is not defined[Learn More]  
utilities.js:23:9
[bugsnag] "Ignoring cross-domain or eval script error. See docs: https://tinyurl.com/y94fq5zm"  
bugsnag.min.js:1:34466
ReferenceError: event is not defined[Learn More]  
utilities.js:23:9
[bugsnag] "Ignoring cross-domain or eval script error. See docs: https://tinyurl.com/y94fq5zm"  
bugsnag.min.js:1:34466
ReferenceError: event is not defined[Learn More]  
utilities.js:23:9
No details are shown in the Developer Tools Web Console when clicking any of the + icons.

New Tobin Paradigm

Re: Expand icons do not work in www.groundeffect.co.nz

Unread post by New Tobin Paradigm » 2021-09-15, 14:40

Says it right there.. customElements so WebComponents.

Locked