• Hello, can you help me a little to remove from this structure the 2 login buttons from facebook and google? from “click here to login”.

    <?php if ( class_exists( 'WOODMART_Auth' ) && ( ( ! empty( $fb_app_id ) && ! empty( $fb_app_secret ) ) || ( ! empty( $goo_app_id ) && ! empty( $goo_app_secret ) ) || ( ! empty( $vk_app_id ) && ! empty( $vk_app_secret ) ) ) ): ?>
    <span class="social-login-title"><?php esc_html_e('Or login with', 'woodmart'smile; ?></span>
    <div class="woodmart-social-login">
    <?php if ( ! empty( $fb_app_id ) && ! empty( $fb_app_secret ) ): ?>
    <div class="social-login-btn">
    <a>" class="login-fb-link"><?php esc_html_e( 'Facebook', 'woodmart' ); ?></a>
    </div>
    <?php endif ?>
    <?php if ( ! empty( $goo_app_id ) && ! empty( $goo_app_secret ) ): ?>
    <div class="social-login-btn">
    <a>" class="login-goo-link"><?php esc_html_e( 'Google', 'woodmart' ); ?></a>
    </div>
    <?php endif ?>
    <?php if ( ! empty( $vk_app_id ) && ! empty( $vk_app_secret ) ): ?>
    <div class="social-login-btn">
    <a>" class="login-vk-link"><?php esc_html_e( 'VKontakte', 'woodmart' ); ?></a>
    </div>
    <?php endif ?>
    </div>
    <?php endif ?>
    • This topic was modified 5 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • It seems you are using Woodmart theme from themeforest. There must be an option to disable Facebook & Google login buttons under

    > WordPress Dashboard -> Theme Settings -> Login/Register

    Thread Starter visisaredepepod

    (@visisaredepepod)

    @wpcoworker
    it’s not, believe me.

    I suggest approaching Woodmart support team for this. Although it can be disabled through code changes, for such thing there must be some setting which theme author or support team can guide you with.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move outsite facebook and google buttons’ is closed to new replies.