Actually, the coding is displaying on the front side with no styling.
Thank you.
I discovered there seems to be an issue in the header.php file in my child theme that “that was recommended to copy/paste and save” is causing the code from the header.php file to display and nothing from the home-slideshow.php file to show up on the front side!
Can you assist? Is there something in the header.php file needs to be changed to help this?
Thanks
Hello chillimac,
i think you missed something while creating the child theme, reference for creating the child theme is here.
Also send the screenshot of what is getting displayed in front end.
Thanks.
Weblizar – Yes.. I noticed I missed some coding to add. Thank you again for your assistance.
This is the code I ended up adding. It still doesn’t display correctly.
I’m exhausted on this now.
<?php
function my_enqueue($hook) {
if ( ‘appearance_page_home-slideshow’ != $hook ) {
return;
}
wp_enqueue_style( ‘my_custom_style’, get_template_directory_uri() . ‘/admin-style.css’ );
wp_enqueue_script( ‘my_custom_script’, get_template_directory_uri() . ‘/admin-header.php’ );
}
add_action( ‘admin_enqueue_scripts’, ‘my_enqueue’ );
?>
I’ve added the code to my functions.php file.
This is a link to my website. I’m not sure if having the “under construction” page enabled is causing some issues as well?
http://www.webnartdev.com/
My Child Theme is currently activated.
Hello chillimac,
we have done this for you, created a child theme of “Enigma Parallax” and added a slider of “Ultimate Responsive Image Slider” in place of default slider. Mail your queries at- lizarweb[at]gmail[dot]com
We’ll send you the child theme package.
Note: Please mention the link of this forum in mail.
Thanks.