Magento 2 Refused to apply style after adding onemore website viewMagento2: Disable CSS cacheWhy its adding version_no in js and css url in magento2?CSS not loading on page within Magento 2 pageWhy do i have to always run the commands to clean cache in Magento 2.1.8?Magento 2 Generate static files without gulpMagento 2 - no css after pub folder has been deletedError 500 after magento migrationIn production mode the site does not loadMagento2 Getting error as variable @baseUrl is undefined in file /var/view_preprocessedMagento2 - Refused to apply the style while adding one more website view

How to interpret a promising preprint that was never published in peer-review?

Are there any satellites in geosynchronous but not geostationary orbits?

How do I reproduce this layout and typography?

Three Subway Escalators

How slow ( not zero) can a car engine run without hurting engine and saving on fuel

Could a US citizen born through "birth tourism" become President?

Why can't I hear fret buzz through the amp?

How many opportunity attacks can you make per turn before becoming exhausted?

Do pedestrians imitate auto traffic?

Will the internet speed decrease on second router if there are multiple devices connected to primary router?

Did Hitler say this quote about homeschooling?

The most secure way to handle someone forgetting to verify their account?

How much solution to fill Paterson Universal Tank when developing film?

Proof that every field is perfect???

Transistor power dissipation rating

Authorship dispute on a paper that came out of a final report of a course?

Wait or be waiting?

What makes MOVEQ quicker than a normal MOVE in 68000 assembly?

Why is Google approaching my VPS machine?

How important are the Author's mood and feelings for writing a story?

Why aren't there any women super GMs?

We get more abuse than anyone else

How to tell readers that I know my story is factually incorrect?

Why do jet engines sound louder on the ground than inside the aircraft?



Magento 2 Refused to apply style after adding onemore website view


Magento2: Disable CSS cacheWhy its adding version_no in js and css url in magento2?CSS not loading on page within Magento 2 pageWhy do i have to always run the commands to clean cache in Magento 2.1.8?Magento 2 Generate static files without gulpMagento 2 - no css after pub folder has been deletedError 500 after magento migrationIn production mode the site does not loadMagento2 Getting error as variable @baseUrl is undefined in file /var/view_preprocessedMagento2 - Refused to apply the style while adding one more website view






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








0















I have two website view with two store view each, Using this for Years.



Now I want to add One more website with two store view I did all the configuration and can see the website view but CSS is missing getting error as Refused to apply style, For other two stores I am using the same theme its showing issue with CSS.



I checked for .htaccess file in pub/static/ its there.



I deleted var/, generated/ and pub/static/ excluding .htaccess file and executed following comments but still face the same issue.



sudo /usr/bin/php7.1 bin/magento setup:upgrade;
sudo /usr/bin/php7.1 bin/magento setup:di:compile;
sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy -f;
sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy fr_FR -f;
sudo /usr/bin/php7.1 bin/magento indexer:reindex;
sudo /usr/bin/php7.1 bin/magento cache:clean;
sudo /usr/bin/php7.1 bin/magento cache:flush;
sudo chmod -R 0777 pub/;
sudo chmod -R 0777 var/;
sudo chmod -R 0777 generated/


I am using weltpixel Pearl Theme



When I looked to the folder I can see only the first two website css is there and cant find the third one I created



pub/static/version1562780854/frontend/Pearl/weltpixel/en_US/WeltPixel_CustomHeader/css


I am stuck for long time with this Some one help me with this.










share|improve this question






























    0















    I have two website view with two store view each, Using this for Years.



    Now I want to add One more website with two store view I did all the configuration and can see the website view but CSS is missing getting error as Refused to apply style, For other two stores I am using the same theme its showing issue with CSS.



    I checked for .htaccess file in pub/static/ its there.



    I deleted var/, generated/ and pub/static/ excluding .htaccess file and executed following comments but still face the same issue.



    sudo /usr/bin/php7.1 bin/magento setup:upgrade;
    sudo /usr/bin/php7.1 bin/magento setup:di:compile;
    sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy -f;
    sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy fr_FR -f;
    sudo /usr/bin/php7.1 bin/magento indexer:reindex;
    sudo /usr/bin/php7.1 bin/magento cache:clean;
    sudo /usr/bin/php7.1 bin/magento cache:flush;
    sudo chmod -R 0777 pub/;
    sudo chmod -R 0777 var/;
    sudo chmod -R 0777 generated/


    I am using weltpixel Pearl Theme



    When I looked to the folder I can see only the first two website css is there and cant find the third one I created



    pub/static/version1562780854/frontend/Pearl/weltpixel/en_US/WeltPixel_CustomHeader/css


    I am stuck for long time with this Some one help me with this.










    share|improve this question


























      0












      0








      0








      I have two website view with two store view each, Using this for Years.



      Now I want to add One more website with two store view I did all the configuration and can see the website view but CSS is missing getting error as Refused to apply style, For other two stores I am using the same theme its showing issue with CSS.



      I checked for .htaccess file in pub/static/ its there.



      I deleted var/, generated/ and pub/static/ excluding .htaccess file and executed following comments but still face the same issue.



      sudo /usr/bin/php7.1 bin/magento setup:upgrade;
      sudo /usr/bin/php7.1 bin/magento setup:di:compile;
      sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy -f;
      sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy fr_FR -f;
      sudo /usr/bin/php7.1 bin/magento indexer:reindex;
      sudo /usr/bin/php7.1 bin/magento cache:clean;
      sudo /usr/bin/php7.1 bin/magento cache:flush;
      sudo chmod -R 0777 pub/;
      sudo chmod -R 0777 var/;
      sudo chmod -R 0777 generated/


      I am using weltpixel Pearl Theme



      When I looked to the folder I can see only the first two website css is there and cant find the third one I created



      pub/static/version1562780854/frontend/Pearl/weltpixel/en_US/WeltPixel_CustomHeader/css


      I am stuck for long time with this Some one help me with this.










      share|improve this question
















      I have two website view with two store view each, Using this for Years.



      Now I want to add One more website with two store view I did all the configuration and can see the website view but CSS is missing getting error as Refused to apply style, For other two stores I am using the same theme its showing issue with CSS.



      I checked for .htaccess file in pub/static/ its there.



      I deleted var/, generated/ and pub/static/ excluding .htaccess file and executed following comments but still face the same issue.



      sudo /usr/bin/php7.1 bin/magento setup:upgrade;
      sudo /usr/bin/php7.1 bin/magento setup:di:compile;
      sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy -f;
      sudo /usr/bin/php7.1 bin/magento setup:static-content:deploy fr_FR -f;
      sudo /usr/bin/php7.1 bin/magento indexer:reindex;
      sudo /usr/bin/php7.1 bin/magento cache:clean;
      sudo /usr/bin/php7.1 bin/magento cache:flush;
      sudo chmod -R 0777 pub/;
      sudo chmod -R 0777 var/;
      sudo chmod -R 0777 generated/


      I am using weltpixel Pearl Theme



      When I looked to the folder I can see only the first two website css is there and cant find the third one I created



      pub/static/version1562780854/frontend/Pearl/weltpixel/en_US/WeltPixel_CustomHeader/css


      I am stuck for long time with this Some one help me with this.







      magento2 theme multistore less-css multi-website






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 11 at 18:23







      fernandus

















      asked Jul 10 at 18:35









      fernandusfernandus

      14411 bronze badges




      14411 bronze badges




















          0






          active

          oldest

          votes














          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%2f281611%2fmagento-2-refused-to-apply-style-after-adding-onemore-website-view%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f281611%2fmagento-2-refused-to-apply-style-after-adding-onemore-website-view%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