Dashboard Settings | Hide Timezone

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Dashboard Settings | Hide Timezone

Viewing 3 reply threads
  • Author
    Posts
    • #40062
      Jay
      Guest

      Hi Team,

      Is there any way I can hide Timezone Setting, without touching the core file?
      I can’t find hook for it.

      wp-content/plugins/wc-frontend-manager/views/settings/wcfm-view-wcmarketplace-settings.php

      <p class=”tzstring wcfm_title wcfm_ele”><?php _e(‘Timezone’, ‘wc-frontend-manager’); ?><span class=”img_tip” data-tip=”<?php _e(‘Set the local timezone.’, ‘wc-frontend-manager’); ?>”></span></p>
      <label class=”screen-reader-text” for=”tzstring”><?php _e(‘Timezone’, ‘wc-frontend-manager’); ?></label>
      <select id=”timezone” name=”timezone” class=”wcfm-select wcfm_ele” style=”width: 60%;”>
      <?php echo wp_timezone_choice( $tzstring, get_user_locale() ); ?>
      </select>

      Thanks,
      Jay

    • #40079
      WCFM Forum
      Keymaster

      Hi,

      Add this CSS to make this disable ->

      #wcfm_settings_form_identity_expander .tzstring, #wcfm_settings_form_identity_expander #timezone {display:none;}

      Thank You

    • #40166
      Jay
      Guest

      Thanks for your help.

    • #40190
      WCFM Forum
      Keymaster

      You are welcome, have a great weekend 🙂

Viewing 3 reply threads
  • The topic ‘Dashboard Settings | Hide Timezone’ is closed to new replies.