How to remove “active” on product page tab after page loadHow to set title in customer navigation tab magento 2Review tab declaration in product page - magento 2.0.1Magento2 : Show category name on product detail pageMagento 2: How to edit existing product tabmagento2: how to set link to specific tab in product?Magento 2 Product tab linkMagento2: Product tabsMagento 2 Add Custom tab in Product PageHow to load simple product images on configurable product in magento 2?How to hide a specfic tab at product detail page on page load

Why force the nose of 737 Max down in the first place?

Why was Sauron preparing for war instead of trying to find the ring?

Old French song lyrics with the word "baiser."

To find islands of 1 and 0 in matrix

Defining a Function programmatically

Symplectisation as a functor between appropriate categories

How to check what is edible on an alien world?

Does academia have a lazy work culture?

Copying an existing HTML page and use it, is that against any copyright law?

How can I write an interdental lateral in phonetic transcription?

Are the named pipe created by `mknod` and the FIFO created by `mkfifo` equivalent?

Craving for food?

Sci fi story: Clever pigs that help a galaxy lawman

How to tar a list of directories only if they exist

Use cases for M-0 & C-0?

Did the IBM PC use the 8088's NMI line?

Can a table be formatted so that math mode is in some columns and text is in others by default?

The best place for swimming in Arctic Ocean

Why do planes need a roll motion?

How much were the LMs maneuvered to their landing points?

How to avoid theft of potentially patentable IP when trying to obtain a Ph.D?

Why did I lose on time with 3 pawns vs Knight. Shouldn't it be a draw?

Does the Intel 8086 CPU have user mode and kernel mode?

How to kill my goat in Goat Simulator



How to remove “active” on product page tab after page load


How to set title in customer navigation tab magento 2Review tab declaration in product page - magento 2.0.1Magento2 : Show category name on product detail pageMagento 2: How to edit existing product tabmagento2: how to set link to specific tab in product?Magento 2 Product tab linkMagento2: Product tabsMagento 2 Add Custom tab in Product PageHow to load simple product images on configurable product in magento 2?How to hide a specfic tab at product detail page on page load






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I would like to display only title in product information tab on product page after page load. When I click on title name , need to show their particular content.



enter image description here










share|improve this question






























    3















    I would like to display only title in product information tab on product page after page load. When I click on title name , need to show their particular content.



    enter image description here










    share|improve this question


























      3












      3








      3








      I would like to display only title in product information tab on product page after page load. When I click on title name , need to show their particular content.



      enter image description here










      share|improve this question
















      I would like to display only title in product information tab on product page after page load. When I click on title name , need to show their particular content.



      enter image description here







      magento2 product-tab






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 18 at 6:45









      Faisal Sheikh

      30110 bronze badges




      30110 bronze badges










      asked Jul 18 at 6:29









      mohanamohana

      15816 bronze badges




      15816 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          3














          For the remove active on product page tab after page load. You have to need update "openedState":"active" to "openedState":"false" in details.phtml file.




          File path:
          magento/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml




          Override the details.phtml file to your theme and update code.



          Find:



          <div class="product data items" data-mage-init='"tabs":"openedState":"active"'>


          Update to:



          <div class="product data items" data-mage-init='"tabs":"openedState":"false"'>





          share|improve this answer


















          • 1





            Thank you. It's working

            – mohana
            Jul 18 at 7:13











          • Hi, if we click the title "active" class not added

            – mohana
            Jul 18 at 8:11











          • Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

            – Kirti Nariya
            Jul 18 at 8:25











          • Yes i need to activate after click the title only, befor that only show title alone not a content

            – mohana
            Jul 18 at 8:45













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f282472%2fhow-to-remove-active-on-product-page-tab-after-page-load%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          For the remove active on product page tab after page load. You have to need update "openedState":"active" to "openedState":"false" in details.phtml file.




          File path:
          magento/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml




          Override the details.phtml file to your theme and update code.



          Find:



          <div class="product data items" data-mage-init='"tabs":"openedState":"active"'>


          Update to:



          <div class="product data items" data-mage-init='"tabs":"openedState":"false"'>





          share|improve this answer


















          • 1





            Thank you. It's working

            – mohana
            Jul 18 at 7:13











          • Hi, if we click the title "active" class not added

            – mohana
            Jul 18 at 8:11











          • Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

            – Kirti Nariya
            Jul 18 at 8:25











          • Yes i need to activate after click the title only, befor that only show title alone not a content

            – mohana
            Jul 18 at 8:45















          3














          For the remove active on product page tab after page load. You have to need update "openedState":"active" to "openedState":"false" in details.phtml file.




          File path:
          magento/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml




          Override the details.phtml file to your theme and update code.



          Find:



          <div class="product data items" data-mage-init='"tabs":"openedState":"active"'>


          Update to:



          <div class="product data items" data-mage-init='"tabs":"openedState":"false"'>





          share|improve this answer


















          • 1





            Thank you. It's working

            – mohana
            Jul 18 at 7:13











          • Hi, if we click the title "active" class not added

            – mohana
            Jul 18 at 8:11











          • Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

            – Kirti Nariya
            Jul 18 at 8:25











          • Yes i need to activate after click the title only, befor that only show title alone not a content

            – mohana
            Jul 18 at 8:45













          3












          3








          3







          For the remove active on product page tab after page load. You have to need update "openedState":"active" to "openedState":"false" in details.phtml file.




          File path:
          magento/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml




          Override the details.phtml file to your theme and update code.



          Find:



          <div class="product data items" data-mage-init='"tabs":"openedState":"active"'>


          Update to:



          <div class="product data items" data-mage-init='"tabs":"openedState":"false"'>





          share|improve this answer













          For the remove active on product page tab after page load. You have to need update "openedState":"active" to "openedState":"false" in details.phtml file.




          File path:
          magento/vendor/magento/module-catalog/view/frontend/templates/product/view/details.phtml




          Override the details.phtml file to your theme and update code.



          Find:



          <div class="product data items" data-mage-init='"tabs":"openedState":"active"'>


          Update to:



          <div class="product data items" data-mage-init='"tabs":"openedState":"false"'>






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 18 at 7:06









          Kirti NariyaKirti Nariya

          1,7665 silver badges19 bronze badges




          1,7665 silver badges19 bronze badges







          • 1





            Thank you. It's working

            – mohana
            Jul 18 at 7:13











          • Hi, if we click the title "active" class not added

            – mohana
            Jul 18 at 8:11











          • Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

            – Kirti Nariya
            Jul 18 at 8:25











          • Yes i need to activate after click the title only, befor that only show title alone not a content

            – mohana
            Jul 18 at 8:45












          • 1





            Thank you. It's working

            – mohana
            Jul 18 at 7:13











          • Hi, if we click the title "active" class not added

            – mohana
            Jul 18 at 8:11











          • Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

            – Kirti Nariya
            Jul 18 at 8:25











          • Yes i need to activate after click the title only, befor that only show title alone not a content

            – mohana
            Jul 18 at 8:45







          1




          1





          Thank you. It's working

          – mohana
          Jul 18 at 7:13





          Thank you. It's working

          – mohana
          Jul 18 at 7:13













          Hi, if we click the title "active" class not added

          – mohana
          Jul 18 at 8:11





          Hi, if we click the title "active" class not added

          – mohana
          Jul 18 at 8:11













          Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

          – Kirti Nariya
          Jul 18 at 8:25





          Yes active class already removed, If you want active class then now you have to add via jquery based on onclick while click tab.

          – Kirti Nariya
          Jul 18 at 8:25













          Yes i need to activate after click the title only, befor that only show title alone not a content

          – mohana
          Jul 18 at 8:45





          Yes i need to activate after click the title only, befor that only show title alone not a content

          – mohana
          Jul 18 at 8:45

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f282472%2fhow-to-remove-active-on-product-page-tab-after-page-load%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form