how to do theme intergate in magento 2.3? The Next CEO of Stack OverflowCHANGING THE DEFAULT MAGENTO THEMEHow to install/apply downloaded theme I got on magento 2.1.5?Magento 2.2 theme designing not applyingWhat is use of reactJS in magento 2.3Magento 2.3 venia theme bugsIn magento 2.3 I have changed the themeUpgrading ThemeHow to disable frontend for CMS/API-only, headless Magento 2.3Magento 2.3 - extending layouts in custom themeSmile Elastic search extension does not working in custom theme Magento 2.3

Chain wire methods together in Lightning Web Components

What happened in Rome, when the western empire "fell"?

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Is it okay to majorly distort historical facts while writing a fiction story?

Would be okay to drive on this tire?

Recycling old answers

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

0 rank tensor vs 1D vector

How do I align (1) and (2)?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Solving system of ODEs with extra parameter

What does "Its cash flow is deeply negative" mean?

Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Do I need to write [sic] when a number is less than 10 but isn't written out?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Prepend last line of stdin to entire stdin

Is wanting to ask what to write an indication that you need to change your story?

How a 64-bit process virtual address space is divided in Linux?

Can we say or write : "No, it'sn't"?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Won the lottery - how do I keep the money?



how to do theme intergate in magento 2.3?



The Next CEO of Stack OverflowCHANGING THE DEFAULT MAGENTO THEMEHow to install/apply downloaded theme I got on magento 2.1.5?Magento 2.2 theme designing not applyingWhat is use of reactJS in magento 2.3Magento 2.3 venia theme bugsIn magento 2.3 I have changed the themeUpgrading ThemeHow to disable frontend for CMS/API-only, headless Magento 2.3Magento 2.3 - extending layouts in custom themeSmile Elastic search extension does not working in custom theme Magento 2.3










0















I downloaded a theme using this link



How to used CSS js HTML same theme show in Magento 2.3 frontend side so please tell me what to do in theme integration










share|improve this question




























    0















    I downloaded a theme using this link



    How to used CSS js HTML same theme show in Magento 2.3 frontend side so please tell me what to do in theme integration










    share|improve this question


























      0












      0








      0








      I downloaded a theme using this link



      How to used CSS js HTML same theme show in Magento 2.3 frontend side so please tell me what to do in theme integration










      share|improve this question
















      I downloaded a theme using this link



      How to used CSS js HTML same theme show in Magento 2.3 frontend side so please tell me what to do in theme integration







      magento-2.1 theme magento2.3 integration






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday









      Rakesh Donga

      2,258316




      2,258316










      asked 2 days ago









      sanni kalariyasanni kalariya

      839




      839




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Install a theme manually



          To install a theme manually, you must have the theme’s code, either in a compressed archive or in a directory structure similar to the following:



          <VendorName>
          ├── composer.json
          ├── etc
          │ └── view.xml
          ├── media
          ├── registration.php
          ├── theme.xml
          └── web
          ├── css
          │ └── source
          ├── fonts
          ├── images
          └── js


          To install a theme manually:



          Copy the theme’s code under /app/design/frontend for a storefront theme. Verify that the top-level directory is ; otherwise, the theme will not install properly.



          For example:




          cp -r ExampleTheme /app/design/frontend




          Confirm the theme copied to the correct place.




          Storefront theme: ls /app/design/frontend




          Run the below commands to deploy your theme files



          php bin/magento setup:upgrade // to install a theme to database
          php bin/magento s:s:d -f // deploy theme into pub/static
          php bin/magento cache:clean
          chmod -R 777 pub/static/* var/* generated/*


          A sample follows:



          Log in to the Magento Admin.




          Click Content > Design > Themes.




          The theme displays in the right pane. Configure it to your store and see it up in frontend.



          Refer this link






          share|improve this answer

























          • I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

            – sanni kalariya
            yesterday











          • Updated it's only for frontend

            – Prathap Gunasekaran
            yesterday











          • For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

            – Prathap Gunasekaran
            yesterday











          • Sir i want to integrate this theme themehunt.com/item/… in magento 2

            – sanni kalariya
            yesterday











          • It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

            – Prathap Gunasekaran
            yesterday











          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%2f267852%2fhow-to-do-theme-intergate-in-magento-2-3%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









          0














          Install a theme manually



          To install a theme manually, you must have the theme’s code, either in a compressed archive or in a directory structure similar to the following:



          <VendorName>
          ├── composer.json
          ├── etc
          │ └── view.xml
          ├── media
          ├── registration.php
          ├── theme.xml
          └── web
          ├── css
          │ └── source
          ├── fonts
          ├── images
          └── js


          To install a theme manually:



          Copy the theme’s code under /app/design/frontend for a storefront theme. Verify that the top-level directory is ; otherwise, the theme will not install properly.



          For example:




          cp -r ExampleTheme /app/design/frontend




          Confirm the theme copied to the correct place.




          Storefront theme: ls /app/design/frontend




          Run the below commands to deploy your theme files



          php bin/magento setup:upgrade // to install a theme to database
          php bin/magento s:s:d -f // deploy theme into pub/static
          php bin/magento cache:clean
          chmod -R 777 pub/static/* var/* generated/*


          A sample follows:



          Log in to the Magento Admin.




          Click Content > Design > Themes.




          The theme displays in the right pane. Configure it to your store and see it up in frontend.



          Refer this link






          share|improve this answer

























          • I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

            – sanni kalariya
            yesterday











          • Updated it's only for frontend

            – Prathap Gunasekaran
            yesterday











          • For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

            – Prathap Gunasekaran
            yesterday











          • Sir i want to integrate this theme themehunt.com/item/… in magento 2

            – sanni kalariya
            yesterday











          • It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

            – Prathap Gunasekaran
            yesterday















          0














          Install a theme manually



          To install a theme manually, you must have the theme’s code, either in a compressed archive or in a directory structure similar to the following:



          <VendorName>
          ├── composer.json
          ├── etc
          │ └── view.xml
          ├── media
          ├── registration.php
          ├── theme.xml
          └── web
          ├── css
          │ └── source
          ├── fonts
          ├── images
          └── js


          To install a theme manually:



          Copy the theme’s code under /app/design/frontend for a storefront theme. Verify that the top-level directory is ; otherwise, the theme will not install properly.



          For example:




          cp -r ExampleTheme /app/design/frontend




          Confirm the theme copied to the correct place.




          Storefront theme: ls /app/design/frontend




          Run the below commands to deploy your theme files



          php bin/magento setup:upgrade // to install a theme to database
          php bin/magento s:s:d -f // deploy theme into pub/static
          php bin/magento cache:clean
          chmod -R 777 pub/static/* var/* generated/*


          A sample follows:



          Log in to the Magento Admin.




          Click Content > Design > Themes.




          The theme displays in the right pane. Configure it to your store and see it up in frontend.



          Refer this link






          share|improve this answer

























          • I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

            – sanni kalariya
            yesterday











          • Updated it's only for frontend

            – Prathap Gunasekaran
            yesterday











          • For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

            – Prathap Gunasekaran
            yesterday











          • Sir i want to integrate this theme themehunt.com/item/… in magento 2

            – sanni kalariya
            yesterday











          • It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

            – Prathap Gunasekaran
            yesterday













          0












          0








          0







          Install a theme manually



          To install a theme manually, you must have the theme’s code, either in a compressed archive or in a directory structure similar to the following:



          <VendorName>
          ├── composer.json
          ├── etc
          │ └── view.xml
          ├── media
          ├── registration.php
          ├── theme.xml
          └── web
          ├── css
          │ └── source
          ├── fonts
          ├── images
          └── js


          To install a theme manually:



          Copy the theme’s code under /app/design/frontend for a storefront theme. Verify that the top-level directory is ; otherwise, the theme will not install properly.



          For example:




          cp -r ExampleTheme /app/design/frontend




          Confirm the theme copied to the correct place.




          Storefront theme: ls /app/design/frontend




          Run the below commands to deploy your theme files



          php bin/magento setup:upgrade // to install a theme to database
          php bin/magento s:s:d -f // deploy theme into pub/static
          php bin/magento cache:clean
          chmod -R 777 pub/static/* var/* generated/*


          A sample follows:



          Log in to the Magento Admin.




          Click Content > Design > Themes.




          The theme displays in the right pane. Configure it to your store and see it up in frontend.



          Refer this link






          share|improve this answer















          Install a theme manually



          To install a theme manually, you must have the theme’s code, either in a compressed archive or in a directory structure similar to the following:



          <VendorName>
          ├── composer.json
          ├── etc
          │ └── view.xml
          ├── media
          ├── registration.php
          ├── theme.xml
          └── web
          ├── css
          │ └── source
          ├── fonts
          ├── images
          └── js


          To install a theme manually:



          Copy the theme’s code under /app/design/frontend for a storefront theme. Verify that the top-level directory is ; otherwise, the theme will not install properly.



          For example:




          cp -r ExampleTheme /app/design/frontend




          Confirm the theme copied to the correct place.




          Storefront theme: ls /app/design/frontend




          Run the below commands to deploy your theme files



          php bin/magento setup:upgrade // to install a theme to database
          php bin/magento s:s:d -f // deploy theme into pub/static
          php bin/magento cache:clean
          chmod -R 777 pub/static/* var/* generated/*


          A sample follows:



          Log in to the Magento Admin.




          Click Content > Design > Themes.




          The theme displays in the right pane. Configure it to your store and see it up in frontend.



          Refer this link







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited yesterday

























          answered yesterday









          Prathap GunasekaranPrathap Gunasekaran

          1,5761618




          1,5761618












          • I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

            – sanni kalariya
            yesterday











          • Updated it's only for frontend

            – Prathap Gunasekaran
            yesterday











          • For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

            – Prathap Gunasekaran
            yesterday











          • Sir i want to integrate this theme themehunt.com/item/… in magento 2

            – sanni kalariya
            yesterday











          • It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

            – Prathap Gunasekaran
            yesterday

















          • I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

            – sanni kalariya
            yesterday











          • Updated it's only for frontend

            – Prathap Gunasekaran
            yesterday











          • For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

            – Prathap Gunasekaran
            yesterday











          • Sir i want to integrate this theme themehunt.com/item/… in magento 2

            – sanni kalariya
            yesterday











          • It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

            – Prathap Gunasekaran
            yesterday
















          I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

          – sanni kalariya
          yesterday





          I want to integrate theme in front end so please guide me. I want to integrate that theme which was given in that link. I have already download a theme from that link. but I don't know how to integrate that in magento 2.3

          – sanni kalariya
          yesterday













          Updated it's only for frontend

          – Prathap Gunasekaran
          yesterday





          Updated it's only for frontend

          – Prathap Gunasekaran
          yesterday













          For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

          – Prathap Gunasekaran
          yesterday





          For more specific in the sense give me your theme path wherever it is so I can assist you exactly.

          – Prathap Gunasekaran
          yesterday













          Sir i want to integrate this theme themehunt.com/item/… in magento 2

          – sanni kalariya
          yesterday





          Sir i want to integrate this theme themehunt.com/item/… in magento 2

          – sanni kalariya
          yesterday













          It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

          – Prathap Gunasekaran
          yesterday





          It's not an magento theme so just like that you can't integrated and it won't work. Search for any magento theme and do the above steps then it will work and create a new theme @sannikalariya

          – Prathap Gunasekaran
          yesterday

















          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%2f267852%2fhow-to-do-theme-intergate-in-magento-2-3%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

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB