• tearslake

    (@tearslake)


    As soon as I activate a child theme the “Enigma Parallax Them Options” in Customizer disappear.
    WordPress 5.5.3 running Enigma Parallax theme.
    Enigma Parallax Version: 5.0

    I need to replace the code in the header to remove the “https://” in phone and email, but can’t active a child theme without loosing the Enigma options. I tried creating a child theme manually and using the Child plugin (both enqueue and import options failed).

    Please advise how to create a child theme.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • weblizar

    (@weblizar)

    Hello ,

    Did you make your child theme already ?

    If Yes , Please share me here.

    Thank.

    Thread Starter tearslake

    (@tearslake)

    No, I had to return to the parent theme Enigma Parallax because the options I needed were not available. In the child theme I tried different styles to enqueue the parent styles including the below code in the functions.php for the “MFO” child theme:

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

    (@weblizar)

    Hello @tearslake , Please share me your created child theme I will check the code and fix it up and send you back again.

    Thankyou.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child theme does not display “Enigma Parallax Them Options” in Customizer’ is closed to new replies.