Forum Replies Created

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

    (@digi2016)

    Hi Gabe,

    Not sure if you can respond to this right away. I updated the plugin. The menu works on the Home page, but on any other page it does not work. If you can look at the website and try the menu, you will see how it does not work.

    I can leave it like this for a hour or so, but then will have to revert back to before the update. This website is on WP Engine.

    Thanks in advance again.

    if this does not work, maybe we can schedule a time for you to look at it after I update the plugin.

    Todd

    Thread Starter digi2016

    (@digi2016)

    Hi Again,

    I wanted to update on this issue, that it’s not this plugin causing the galleries to disappear, I traced it down to another plugin.

    But this one is causing the menu not to work properly. So there is still that issue.

    So, any help would be greatly appreciated.

    Thanks in advance,
    Todd

    Thread Starter digi2016

    (@digi2016)

    Thanks Natalie, that seemed to solve the issue. I will pass along your information to the theme creators.

    I was looking at this on mobile view in developer mode in FireFox and the tracing outlines were not lined up over the image sections, but I looked at it on my smartphone and it works perfectly! So, thank you very much!

    Sincerely,

    Todd Bradford

    Thread Starter digi2016

    (@digi2016)

    Thanks for your response Jeff.

    Still not bringing in all the registration fields into email. Missing First Name, Last Name and Agency Name. This is what I have setup for the admin email:
    First Name: %first_name%
    Last Name: %last_name%
    Agency Name: %agency_name%
    Username Name: %user_login%
    Username Email: %user_email%

    This how the email shows up:
    First Name:
    Last Name:
    Agency Name:
    Username Name: dann
    Username Email: [email protected]

    And this is the register-form.php code:
    <div class=”tml tml-register” id=”theme-my-login<?php $template->the_instance(); ?>”>
    <?php $template->the_action_template_message( ‘register’ ); ?>
    <?php $template->the_errors(); ?>
    <form name=”registerform” id=”registerform<?php $template->the_instance(); ?>” action=”<?php $template->the_action_url( ‘register’, ‘login_post’ ); ?>” method=”post”>
    <?php if ( ’email’ != $theme_my_login->get_option( ‘login_type’ ) ) : ?>

    <p class=”tml-user-login-wrap”>
    <label for=”first_name<?php $template->the_instance(); ?>”><?php _e( ‘First Name’, ‘theme-my-login’ ); ?></label>
    <input type=”text” name=”first_name” id=”first_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘first_name’ ); ?>” size=”20″ />
    </p>

    <p class=”tml-user-login-wrap”>
    <label for=”last_name<?php $template->the_instance(); ?>”><?php _e( ‘Last Name’, ‘theme-my-login’ ); ?></label>
    <input type=”text” name=”last_name” id=”last_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘last_name’ ); ?>” size=”20″ />
    </p>

    <p class=”tml-user-login-wrap”>
    <label for=”agency_name<?php $template->the_instance(); ?>”><?php _e( ‘Agency/School Name’, ‘theme-my-login’ ); ?></label>
    <input type=”text” name=”agency_name” id=”agency_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘agency_name’ ); ?>” size=”20″ />
    </p>

    <p class=”tml-user-login-wrap”>
    <label for=”user_login<?php $template->the_instance(); ?>”><?php _e( ‘Username’, ‘theme-my-login’ ); ?></label>
    <input type=”text” name=”user_login” id=”user_login<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘user_login’ ); ?>” size=”20″ />
    </p>
    <?php endif; ?>

    <p class=”tml-user-email-wrap”>
    <label for=”user_email<?php $template->the_instance(); ?>”><?php _e( ‘E-mail’, ‘theme-my-login’ ); ?></label>
    <input type=”text” name=”user_email” id=”user_email<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘user_email’ ); ?>” size=”20″ />
    </p>

    <?php do_action( ‘register_form’ ); ?>

    <p class=”tml-registration-confirmation” id=”reg_passmail<?php $template->the_instance(); ?>”><?php echo apply_filters( ‘tml_register_passmail_template_message’, __( ‘Registration confirmation will be e-mailed to you.’, ‘theme-my-login’ ) ); ?></p>

    <p class=”tml-submit-wrap”>
    <input type=”submit” name=”wp-submit” id=”wp-submit<?php $template->the_instance(); ?>” value=”<?php esc_attr_e( ‘Register’, ‘theme-my-login’ ); ?>” />
    <input type=”hidden” name=”redirect_to” value=”<?php $template->the_redirect_url( ‘register’ ); ?>” />
    <input type=”hidden” name=”instance” value=”<?php $template->the_instance(); ?>” />
    <input type=”hidden” name=”action” value=”register” />
    </p>
    </form>
    <?php $template->the_action_links( array( ‘register’ => false ) ); ?>
    </div>

    Am I missing something?

    Thanks in advance, Todd

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