Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I just tested the button, and it seems to work at the moment: here is the email I have received:
    https://i.wpne.ws/Pp1r

    Have you managed to solve the issue by yourself?

    The layout of the sharing box is not perfect though; to solve this issue, you will need to open your theme’s footer.php file, and move the <?php wp_footer(); ?> function so that it appears right before the closing </body> tag.

    Thread Starter WakeUpWorld

    (@wakeupworld)

    Hi and thanks for your reply.

    It would appear that the only web browser it works correctly with is Internet Explore.

    It doesn’t do anything in Chrome and in Firefox it does populate the email box, but displays it further down the page where you cant see unless you scroll down.

    Thanks for the layout tip. I will test it out on my dev site.

    Thanks for your help, it is appreciated.

    Cheers

    Ryan

    Thread Starter WakeUpWorld

    (@wakeupworld)

    Hi Jeremy,

    I have updated the footer details as per your advice, but there appears to be no change in the spacing. I implemented this on my dev site https://spiritmindbody.info/

    Below is what the last part of my footer.

    Any luck on the email share issues with chrome and firefox?

    Cheers

    Ryan

    <?php echo do_shortcode(stripslashes(get_mystique_option(‘footer_content’))); ?>

    <!–[if lte IE 6]> <script type=”text/javascript”> isIE6 = true; isIE = true; </script> <![endif]–>
    <!–[if gte IE 7]> <script type=”text/javascript”> isIE = true; </script> <![endif]–>

    </div>

    </div>
    </div>
    <!– /footer –>

    </div>
    </div>
    <!– /shadow –>

    <?php if($jquery): ?>
    <!– page controls –>
    <div id=”pageControls”></div>
    <!– /page controls –>
    <?php endif; ?>

    <!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>

    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The form appears to be displayed properly on my end, in Chrome and in Firefox

    https://i.wpne.ws/Q4k6
    https://i.wpne.ws/Q5Hr
    https://i.wpne.ws/Q49B

    If you still experience issues, could you please try clearing out your cache?
    https://en.support.wordpress.com/browser-issues/#clear-your-cache-and-cookies

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Share by Email not working’ is closed to new replies.