Title: tab Active
Last modified: August 31, 2016

---

# tab Active

 *  Resolved [sowhatconcept](https://wordpress.org/support/users/sowhatconcept/)
 * (@sowhatconcept)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/)
 * hello,
    I would have my first tab active when i arrive on my page. For the instant,
   the 4 tabs are “closed”… how can i do ?
 * thanks a lot !
 * [https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)

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

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284489)
 * Hi,
 * All of the tabs shouldnt be inactive on initial load. The first tab should be
   active. If you want to switch which tab is active on initial load, you’ll most
   likely want to implement some custom JavaScript to add the appropriate classes
   on load.
 * Thanks,
    Evan
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284603)
 * Hi sowhatconcept,
 * Are you saying none of the tabs are visible when you arrive at the page?
 * Let us know.
 * Thank you!
    -Tracy
 *  [nuenergy](https://wordpress.org/support/users/nuenergy/)
 * (@nuenergy)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284614)
 * Hi
 * I also need to make my first tab visible.
    Right now, the tabs appear on the 
   product pages but the content of the the first tab does not appear unless you
   click on it.
 * How to make that first tab visible when loading the product page?
 * Thanks
 * Joel
 *  Thread Starter [sowhatconcept](https://wordpress.org/support/users/sowhatconcept/)
 * (@sowhatconcept)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284615)
 * Hello,
 * Can we have an url ?
    To me it was on my function.php theme files. See the order
   priority of your tabs..
 * regards,
 * Yohan
 *  [nuenergy](https://wordpress.org/support/users/nuenergy/)
 * (@nuenergy)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284616)
 * Yohan,
 * Please look at this url: [http://nuenergydist.ca/shop/eccotemp-l5-tankless-water-heater/](http://nuenergydist.ca/shop/eccotemp-l5-tankless-water-heater/)
 * When loading the page, the “Videos” tab doesn’t show its content until after 
   clicking it.
 * Do you know how I can have the Videos tab show up by default without manually
   clicking on it?
 * Thanks,
 * Joel
 *  Thread Starter [sowhatconcept](https://wordpress.org/support/users/sowhatconcept/)
 * (@sowhatconcept)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284617)
 * Hello Nuenergy,
 * Try to remove the “additional tab doing
    ` // Remove Additional Information Tab
   Woocommerce
 * add_filter( 'woocommerce_product_tabs', 'remove_info_tab', 98);
    function remove_info_tab(
   $tabs) {
 *  unset($tabs['additional_information']);
 *  return $tabs;
    }
 * Your tab for additional information WooCommerce remains present and is therefore
   a priority for WooCommerce it is she who opens and is .active although we do 
   not see it.
    to put in your functions.php file It is like that all over your 
   site? Otherwise put a condition also page .
 * beautiful day,
    Yohan
 *  Thread Starter [sowhatconcept](https://wordpress.org/support/users/sowhatconcept/)
 * (@sowhatconcept)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284618)
 * Other solution would be give different priority to your tabs with:
    ` add_filter('
   woocommerce_product_tabs', 'sb_woo_move_description_tab', 98); function sb_woo_move_description_tab(
   $tabs) {
 * $tabs['videos']['priority'] = 5;
    $tabs['faq'']['priority'] = 10; $tabs['reviews'']['
   priority'] = 20; $tabs['additional_information']['priority'] = 30;
 * return $tabs;
    }
 * Best regards
 *  Thread Starter [sowhatconcept](https://wordpress.org/support/users/sowhatconcept/)
 * (@sowhatconcept)
 * [10 years ago](https://wordpress.org/support/topic/tab-active/#post-7284619)
 * But you have to have development knowledge to write on the functions.files.
    
   For precision, i’m not the plugin author, you can ask directly to them.
 * best regards,
 * Yohan
 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/tab-active/#post-7284645)
 * [@nuenergy](https://wordpress.org/support/users/nuenergy/)
 * My recommendation would be to use custom javascript to simulate a tab click on
   page load. Where are the other tabs on the page?
 * If you still need some help, feel free to post back here and we can help out 
   the best we can.
 * Thanks,
    Evan

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

The topic ‘tab Active’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/tab-active/#post-7284645)
 * Status: resolved