Magento 2 - Second level category has no headHow to set the default value of “Is Active” to “yes” on a new categoryUnable to edit category dataRemove second level category from product urlMedia Queries Magento 2Magento 2 customizing category pageMagento 2 urls opening as imagesMagento 2 category listing page mixed with static imagesAnchor category - display only price/category filter in layered navigationMagento2.2.4 : Uninstall a theme throw exceptions?Megamenu issue - Clicking menu opens category page for that menu in mobile in Magento2
Deleting a point in METAFONT
The most secure way to handle someone forgetting to verify their account?
Does unblocking power bar outlets through short extension cords increase fire risk?
What is the intuition for higher homotopy groups not vanishing?
When we are talking about black hole evaporation - what exactly happens?
Do Australia and New Zealand have a travel ban on Somalis (like Wikipedia says)?
Get Chord Name From a Given Set of Notes
Why is this guy handcuffed censored?
I want light controlled by one switch, not two
Somebody hacked my clock
Counting multiples of 3 up to a given number
Linux ext4 restore file and directory access rights after bad backup/restore
To what extent does asymmetric cryptography secure bitcoin transactions?
Zigbee and supporting devices - UK
How was Luke's prosthetic hand in Episode V filmed?
How did Jayne know when to shoot?
When a ball on a rope swings in a circle, is there both centripetal force and tension force?
Project Euler # 25 The 1000 digit Fibonacci index
Is "repository" pronounced /rɪˈpɒzɪt(ə)ri/ or ri-ˈpä-zə-ˌtȯr-ē or /rəˈpäzəˌtôrē/?
How to get a type of "screech" on guitar
Last-minute canceled work-trip means I'll lose thousands of dollars on planned vacation
Tricky interview question for mid-level C++ developer
A spacecraft is travelling at X units per hour. But relative to what exactly? Does it depend on orbit? How?
Which modern firearm should a time traveler bring to be easily reproducible for a historic civilization?
Magento 2 - Second level category has no head
How to set the default value of “Is Active” to “yes” on a new categoryUnable to edit category dataRemove second level category from product urlMedia Queries Magento 2Magento 2 customizing category pageMagento 2 urls opening as imagesMagento 2 category listing page mixed with static imagesAnchor category - display only price/category filter in layered navigationMagento2.2.4 : Uninstall a theme throw exceptions?Megamenu issue - Clicking menu opens category page for that menu in mobile in Magento2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I tried making a 3 layer category system as pictured below.
For the category "Liquid Spice Blends" everything works well, the layout gets loaded and everything.
But for the test element as shown below, the head doesn't get loaded, I haven't made an override layout for the catalog so that is not the problem.
This is the HTML it generated for the test page :
<html><head></head><body cz-shortcut-listen="true"><div id="layer-product-list"></div></body></html>
It uses the same template as the working liquid spice blends, any ideas?
magento2 category catalog
add a comment |
I tried making a 3 layer category system as pictured below.
For the category "Liquid Spice Blends" everything works well, the layout gets loaded and everything.
But for the test element as shown below, the head doesn't get loaded, I haven't made an override layout for the catalog so that is not the problem.
This is the HTML it generated for the test page :
<html><head></head><body cz-shortcut-listen="true"><div id="layer-product-list"></div></body></html>
It uses the same template as the working liquid spice blends, any ideas?
magento2 category catalog
add a comment |
I tried making a 3 layer category system as pictured below.
For the category "Liquid Spice Blends" everything works well, the layout gets loaded and everything.
But for the test element as shown below, the head doesn't get loaded, I haven't made an override layout for the catalog so that is not the problem.
This is the HTML it generated for the test page :
<html><head></head><body cz-shortcut-listen="true"><div id="layer-product-list"></div></body></html>
It uses the same template as the working liquid spice blends, any ideas?
magento2 category catalog
I tried making a 3 layer category system as pictured below.
For the category "Liquid Spice Blends" everything works well, the layout gets loaded and everything.
But for the test element as shown below, the head doesn't get loaded, I haven't made an override layout for the catalog so that is not the problem.
This is the HTML it generated for the test page :
<html><head></head><body cz-shortcut-listen="true"><div id="layer-product-list"></div></body></html>
It uses the same template as the working liquid spice blends, any ideas?
magento2 category catalog
magento2 category catalog
asked Jul 11 at 11:59
Litsher - NathanLitsher - Nathan
427 bronze badges
427 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This happened because there were no items added to the "test" category in this case.
After adding them the layout started appearing.
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%2f281731%2fmagento-2-second-level-category-has-no-head%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
This happened because there were no items added to the "test" category in this case.
After adding them the layout started appearing.
add a comment |
This happened because there were no items added to the "test" category in this case.
After adding them the layout started appearing.
add a comment |
This happened because there were no items added to the "test" category in this case.
After adding them the layout started appearing.
This happened because there were no items added to the "test" category in this case.
After adding them the layout started appearing.
answered Jul 11 at 12:23
Litsher - NathanLitsher - Nathan
427 bronze badges
427 bronze badges
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%2f281731%2fmagento-2-second-level-category-has-no-head%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