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;








2















I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:



enter image description here



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



enter image description here



Pending requests, takes minutes to be done.
enter image description hereenter image description here



Could somebody help me how to fix this issue ?
Any help would be very appreciated.










share|improve this question
























  • 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

















2















I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:



enter image description here



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



enter image description here



Pending requests, takes minutes to be done.
enter image description hereenter image description here



Could somebody help me how to fix this issue ?
Any help would be very appreciated.










share|improve this question
























  • 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













2












2








2








I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:



enter image description here



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



enter image description here



Pending requests, takes minutes to be done.
enter image description hereenter image description here



Could somebody help me how to fix this issue ?
Any help would be very appreciated.










share|improve this question
















I just created empty theme which is descendant of Luma theme. but unfortunately the styling is not appear:



enter image description here



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



enter image description here



Pending requests, takes minutes to be done.
enter image description hereenter image description here



Could somebody help me how to fix this issue ?
Any help would be very appreciated.







magento2 theme css static-content grunt






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










2 Answers
2






active

oldest

votes


















1














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');





share|improve this answer






























    0














    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


    enter image description here






    share|improve this answer























      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%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









      1














      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');





      share|improve this answer



























        1














        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');





        share|improve this answer

























          1












          1








          1







          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');





          share|improve this answer













          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');






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 9 at 5:20









          Saphal JhaSaphal Jha

          884616




          884616























              0














              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


              enter image description here






              share|improve this answer



























                0














                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


                enter image description here






                share|improve this answer

























                  0












                  0








                  0







                  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


                  enter image description here






                  share|improve this answer













                  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


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 9 at 5:36









                  Yusuf IbrahimYusuf Ibrahim

                  2198




                  2198



























                      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%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





















































                      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