Define element.style in shopify.liquid theme code

Jquery slideshow not working.

I tried to override the default width of the container in the "NEW STANDARD" theme. the default MAX width was 884 px. My client wanted to expand the width of the entire site to 948px, including slides, of course. I think that in the middle of this, I changed something that disables the functionality of the slide show.

I compared the source files of the themes in my edited theme files in textwrangler to try to see if there were any small details that made it unusable. But after analyzing the JSHOP.js file, the style.css.liquid file, the theme.liquid file, etc., I could NOT find the problem.

it seems element.style is not defined for div #SLIDE. CSS looks just fine. but in order for the left edge to recount for each slide (i.e. 948 * 2 * -1, 948 * 3 * -1), there must be javascript in the JSHOP source code (aka element.style). right?

# slideshow controls are not displayed under the slideshow.

slide show does not display more than one slide

To see the site - here are the details: site: www.deekeller.com password: pink: 1111

+4
source share

Source: https://habr.com/ru/post/1437200/


All Articles