Hi, I am receiving errors from the linter tool (http://linter.structured-data.org/) that says "ERROR: Missing whitespace between attributes." The missing whitespace is in my slideshow.liquid file f...
No content to show

User Activity

Works percetly, thank you very much!
Hi @LitCommerce , I think I'm nearly there but thanks for the offer. I added a for loop at the top and a counter "faqIndex" which is really ugly coding, but is about the extent of my skills. Here is the updated faq.js: (function FAQ(SD) { 'use stri...
Hi @LitCommerce  and @Mircea_Piturca , thank you for your help so far.Hope the attached screenshots help to show what is happening, showing that I've got multiple FAQ sections separated by headings and the like.  
I had already tried that, but unfortunately it doesn't solve the issue. In faq.js the getConfig() function still only returns the first FAQ section, so the subsequent FAQ sections are never being returned and hence never getting the javascript applie...
Thanks a lot @Mircea_Piturca , your code is the best example I can find online so if it can be expanded across multiple sections that would be amazing. Having it integrated into the theme editor, including rich snippets, and having it relatively ligh...
Hi @LitCommerce , the code is in the following link:https://github.com/mirceapiturca/Sections/tree/master/FAQ The different sections all have unique IDs, but only the first ID is being returned as per the above post.Cheers
I have figured out that the following code in the .js file is only returning the section ID for the first section, so the javascript never gets applied to the subsequent FAQ sections on that page. How do I update this so it returns successive section...
Hello, I am trying to make my FAQ page easier for users by adding the accordion functionality as per this page:https://github.com/mirceapiturca/Sections/tree/master/FAQ For some reason only the top section expands/collapses while the lower sections d...
I have tweaked your code to the following which seems to have helped, but might be a bit rough. Do you have a more elegant solution to help the mobile LCP?  <div class="hero__slide slide--{{ block.id }}{% if block.settings.image == blank %} slide--pl...
That has worked, thank you very much. It would be good to somehow keep the data-width functionality in there as now the LCP for mobile is actually worse than before as it's loading the full-size image. Is there a way to have smaller size images load ...
Can someone help me disable lazyloading for slideshow/hero images on the Brooklyn theme please? It's really slowing down our LCP. This is the code that needs to have lazyloading removed: <img class="hero__image hero__image--{{ block.id }} lazyload fa...
@Zworthkey unfortunately that changed the background colour of the entire page.@oscprofessional that's spot on, thank you very much!
Unfortunately that only works for the area immediately above the footer.
Hi,I have a custom footer, that I am wanting to change the background colour of. How can I change the footer colour please? I have tried adding a custom ID to the footer wrapper, but the wrapper doesn't seem to contain the entire footer: wrapper#Cust...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From