• Hey,
    I’ve just made a child theme for my blog then right after updated my theme too, and now the mobile version doesn’t work anymore. I don’t know if it’s because of the update or the child theme, but now it looks totally bad: http://greenevi.com/

    Anybody knows what it could be? Or what can I do now?

    Thanks a lot 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • We have the same problem with our website http://www.whatishappeningnow.org… Also looking for a solution!

    Hi Both,

    I checked both the sites and show the style.css file of the child theme, I dont see an importing of the parent theme style.css into it.

    So I’m assuming you have something like this in your child functions.php file:
    add_action('wp_enqueue_scripts', 'function_name');

    Try adding a priority like this:
    add_action('wp_enqueue_scripts', 'function_name', 99);

    Hope it helps!!

    Thanks

    Thread Starter greenevi

    (@greenevi)

    Hey Maruti,

    thanks a lot for the tip, the mobile version works again. Unfortunately now somehow none of the changes show, which I have in my child theme. So it’s like the original basic theme now again…

    I really have no idea anymore 🙁

    Hi Greenvi,

    It seems there is an issue with how you are building the child theme. Please follow this blog on how to work with a child theme.

    Hope it helps!!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile Version’ is closed to new replies.