Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ironfish2

    (@ironfish2)

    Ok, I resolved this by applying:

    z-index: 0;

    to the div that contains the map.

    But could you please tell me is that the best way to resolve this?

    Thread Starter ironfish2

    (@ironfish2)

    Also could you confirm the best location for my function is inside the </article> div eg:

    <article <?php czr_fn__f( ‘__article_selectors’ ) ?>>
    <?php do_action( ‘__loop’ ); ?>
    [myfunction to output text and map]
    </article>

    Hi,
    yes the z-index solution is fine.
    For the location it highly depends on where you want it.
    You can even use specific action hooks that you can find in the theme front class (inc/czr-front.php as of now).

    Best regards.

    Thread Starter ironfish2

    (@ironfish2)

    Thanks.
    Inside the </article> div is working well for me.
    Great theme btw, I have been using it for a week now and will leave a good review…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘single-{post-type}.php template map issue’ is closed to new replies.