Child theme of Event Planner broken

Home Forums All Other Themes Child theme of Event Planner broken

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #118298
    maxime.cayermaxime.cayer
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 1, 2019

    Hi!

    I bought the paid version of the Event Planner theme. I install it on my website, and create a child theme using a plugin. Now the result is buggy at best. See here : http://cpe.sicay.co. What could be wrong?

    Thanks.

    Best.

    #118423
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #118912
    maxime.cayermaxime.cayer
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 1, 2019

    Hi!

    I sent you an email to the address provided, and the website is still broken! How long is it gonna take to fix it? I paid to get this theme, and now I can’t work! As told in my email, my client is on a tight schedule, and this delay is not helping me!

    Thanks.

    Best,

    #119033
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Issue resolved. Kindly check and confirm

    Regards,
    Dave

    #119039
    maxime.cayermaxime.cayer
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 1, 2019

    Hi!

    Yes it is! Thanks!

    Could you kindly tell me what was wrong? So I can be sure not to do the same mistake again?

    Thanks.

    Best,

    #119045
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    You did not put this code in the function.php

    add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
    function enqueue_child_theme_styles() {
      wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.