• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • andy, I see you have created a child theme from Klasik Framework (the free version?)

    My child theme doesn’t match the parent theme. Did you have any problems except from the slider issue?

    Thread Starter andy.coash

    (@andycoash)

    When i created the child theme the only issue I ran into was the slider. Everything else was fine.

    I still haven’t been able to resolve the slider issues in the child theme, so I’ve put the project on hold until I can find the solution. If you visit arbmidwest.com now, what you’re seeing is the standard Klasik theme, not a child.

    If anyone else comes across this and can offer advice on the slider, it will be appreciated. For now, the site I’m developing just sites half-finished. ??

    Hi andy, i ran into the same issue today. the solution for me was to copy the css-folder and the js-folder folder from the parent theme into the child theme. now it works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Klasik child theme slider problems’ is closed to new replies.