Klasik child theme slider problems
-
I created a child theme of the Klasik Framework theme.
The homepage slider works/loads fine when I am using the parent theme, but disappears when using the child theme.
When using the child theme the slider seems to be displaying on the page at a size of 0px due to this code in the parent theme’s flexslider.css –
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */"
I guess that means javascript isn’t loading? I’ve read through a number of threads about this and as far as I can tell I need to create a functions.php in the child theme and register some scripts? Any advice is appreciated.
I’m working on it here: arbmidwest.com/arb-midwest
- The topic ‘Klasik child theme slider problems’ is closed to new replies.