Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maximge

    (@maximge)

    Sorry, here’s the code, correctly displayed:

    <a href="#contact_form_pop">Email</a>
    
    <div class="fancybox-hidden"><div id="contact_form_pop">
    [contact-form-7 id="346" title="Bikepark Willingen"]
    </div></div>

    I think the problem is that the google map plugin won’t let me add <div> tags to the marker description…

    Thread Starter maximge

    (@maximge)

    so i double checked my child theme’s directory structure to make sure it matches the parent theme’s directory. the parent file was in a subfolder, so i created the same subfolder in my child theme’s directory and uploaded the child file in there. I also changed the child theme’s functions.php file:

    <?php
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/widgets/fp-call-to-action.php’ );

    }
    ?>

    still, the original parent theme file is executed when i visit the website. what’s wrong here?

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