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;
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
add a comment |
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
add a comment |
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
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
magento2 theme multistore less-css multi-website
edited Jul 11 at 18:23
fernandus
asked Jul 10 at 18:35
fernandusfernandus
14411 bronze badges
14411 bronze badges
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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