• The theme is written so that even if you’re using a child theme (as you’re supposed to), it overrides your child theme by adding embedded styles in the head section.

    i.e. `<style type=’text/css’>

    @media (min-width: 1220px) {
    .container {
    width: 1200px!important;
    }
    .menu-back .container {
    width: 100%!important;padding-left:0px!important;padding-right:0px!important;`

    The header itself … is a mess. HTML doctype, rather than HTML5, etc. 11 different Javascript files. 11! This is why JQuery was made, to be used as a library so you don’t have to call in a dozen different files. Between the JS and the fonts, it takes forever for the page to refresh.

    Sad because there are some nice and pretty parts to the theme, but the underlying structure needs some work.

  • The topic ‘Not child theme friendly, very sloppy coding, fonts slow down the site’ is closed to new replies.