Page Styling (css) does not appear in the new Theme implementation (descendant of Luma Theme)Custom CSS does not applyHow can i rewrite TierPrice Block in Magento2Magento2 does not showing images/css/jsMagento 2 styles not showing after choosing luma thememagento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existHow does Luma theme home page work?Styling cms static block in luma theme - Magento 2Magento 2.2.5: Overriding Admin Controller sales/orderTheme Preview Image does not appear on view theme admin
Was this character’s old age look CGI or make-up?
correct spelling of "carruffel" (fuzz, hustle, all that jazz)
Anatomically Correct Carnivorous Tree
Why is tomato paste so cheap?
Will a coyote attack my dog on a leash while I'm on a hiking trail?
Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?
Is there anything special about -1 (0xFFFFFFFF) regarding ADC?
LWC1513: @salesforce/resourceUrl modules only support default imports
Extracting sublists that contain similar elements
How does emacs `shell-mode` know to prompt for sudo?
Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?
What's the difference between "за ... от" and "в ... от"?
Do I need to say 'o`clock'?
What kind of SATA connector is this?
CPLD based Pierce oscillator
Anabelian geometry ~ higher category theory
What are the implications of the new alleged key recovery attack preprint on SIMON?
On what legal basis did the UK remove the 'European Union' from its passport?
How exactly does artificial gravity work?
Is this a security concern for ubuntu users?
Is 12 minutes connection in Bristol Temple Meads long enough?
Finite Euclidean domain that is not field?
Is it possible to create different colors in rocket exhaust?
How do employ ' ("prime") in math mode at the correct depth?
Page Styling (css) does not appear in the new Theme implementation (descendant of Luma Theme)
Custom CSS does not applyHow can i rewrite TierPrice Block in Magento2Magento2 does not showing images/css/jsMagento 2 styles not showing after choosing luma thememagento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existHow does Luma theme home page work?Styling cms static block in luma theme - Magento 2Magento 2.2.5: Overriding Admin Controller sales/orderTheme Preview Image does not appear on view theme admin
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:
theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>Senheng Theme</title>
<parent>Magento/Luma</parent>
<media>
<preview_image>media/preview.png</preview_image>
</media>
</theme>
registration.php
<?php
use MagentoFrameworkComponentComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Senheng/default', __DIR__);
Folder Structure
Pending requests, takes minutes to be done.
Could somebody help me how to fix this issue ?
Any help would be very appreciated.
magento2 theme css static-content grunt
|
show 4 more comments
I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:
theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>Senheng Theme</title>
<parent>Magento/Luma</parent>
<media>
<preview_image>media/preview.png</preview_image>
</media>
</theme>
registration.php
<?php
use MagentoFrameworkComponentComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Senheng/default', __DIR__);
Folder Structure
Pending requests, takes minutes to be done.
Could somebody help me how to fix this issue ?
Any help would be very appreciated.
magento2 theme css static-content grunt
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
1
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36
|
show 4 more comments
I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:
theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>Senheng Theme</title>
<parent>Magento/Luma</parent>
<media>
<preview_image>media/preview.png</preview_image>
</media>
</theme>
registration.php
<?php
use MagentoFrameworkComponentComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Senheng/default', __DIR__);
Folder Structure
Pending requests, takes minutes to be done.
Could somebody help me how to fix this issue ?
Any help would be very appreciated.
magento2 theme css static-content grunt
I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:
theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>Senheng Theme</title>
<parent>Magento/Luma</parent>
<media>
<preview_image>media/preview.png</preview_image>
</media>
</theme>
registration.php
<?php
use MagentoFrameworkComponentComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Senheng/default', __DIR__);
Folder Structure
Pending requests, takes minutes to be done.
Could somebody help me how to fix this issue ?
Any help would be very appreciated.
magento2 theme css static-content grunt
magento2 theme css static-content grunt
edited May 9 at 5:10
Yusuf Ibrahim
asked May 9 at 4:29
Yusuf IbrahimYusuf Ibrahim
2198
2198
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
1
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36
|
show 4 more comments
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
1
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
1
1
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36
|
show 4 more comments
2 Answers
2
active
oldest
votes
Run Below Query in mysql, then try again:
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/static/sign', '0');
add a comment |
After struggled about 2 hours more with this weird issue I just fixed it by set theme back to luma and then set it back to my custom theme, and now my custom theme is working well.
I also run following command (but i am not sure does it matter or not):
grunt exec:default
grunt less:default
add a comment |
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%2f273918%2fpage-styling-css-does-not-appear-in-the-new-theme-implementation-descendant-o%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run Below Query in mysql, then try again:
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/static/sign', '0');
add a comment |
Run Below Query in mysql, then try again:
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/static/sign', '0');
add a comment |
Run Below Query in mysql, then try again:
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/static/sign', '0');
Run Below Query in mysql, then try again:
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/static/sign', '0');
answered May 9 at 5:20
Saphal JhaSaphal Jha
884616
884616
add a comment |
add a comment |
After struggled about 2 hours more with this weird issue I just fixed it by set theme back to luma and then set it back to my custom theme, and now my custom theme is working well.
I also run following command (but i am not sure does it matter or not):
grunt exec:default
grunt less:default
add a comment |
After struggled about 2 hours more with this weird issue I just fixed it by set theme back to luma and then set it back to my custom theme, and now my custom theme is working well.
I also run following command (but i am not sure does it matter or not):
grunt exec:default
grunt less:default
add a comment |
After struggled about 2 hours more with this weird issue I just fixed it by set theme back to luma and then set it back to my custom theme, and now my custom theme is working well.
I also run following command (but i am not sure does it matter or not):
grunt exec:default
grunt less:default
After struggled about 2 hours more with this weird issue I just fixed it by set theme back to luma and then set it back to my custom theme, and now my custom theme is working well.
I also run following command (but i am not sure does it matter or not):
grunt exec:default
grunt less:default
answered May 9 at 5:36
Yusuf IbrahimYusuf Ibrahim
2198
2198
add a comment |
add a comment |
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%2f273918%2fpage-styling-css-does-not-appear-in-the-new-theme-implementation-descendant-o%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
Can you please check console for the errors? attached console error screenshot as well.
– Saphal Jha
May 9 at 4:52
I checked on browser all requests returned 200, wait a second for snapshot
– Yusuf Ibrahim
May 9 at 5:03
@SaphalJha I have update question with snapshot
– Yusuf Ibrahim
May 9 at 5:07
some are pendings, send those full url
– Saphal Jha
May 9 at 5:08
1
thanks for your help by the way
– Yusuf Ibrahim
May 9 at 5:36