Home › Forums › All Other Themes › Child theme of Event Planner broken
- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 3, 2019 at 12:12 am #118298
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.
March 4, 2019 at 9:46 am #118423Hi,
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,
DaveMarch 7, 2019 at 2:37 pm #118912Hi!
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,
March 8, 2019 at 7:10 am #119033Hi,
Issue resolved. Kindly check and confirm
Regards,
DaveMarch 8, 2019 at 7:23 am #119039Hi!
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,
March 8, 2019 at 8:31 am #119045Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.