Magento2: Contact us CMS block not showing up
I'm working on a Magento 2 template, based on Luma and I've run into an issue with the Contact Us page.
The content of the CMS block (contact-us-info) isn't showing up in my template. All I get is the contactform on the right side of the page. See the partial screenshot:
When I activated the Luma template to check, lo and behold, there it was, neatly above the contact form...
Can anybody shed some light on the issue? It's probably something very small and stupid...
magento2 cms-block contact-us page
add a comment |
I'm working on a Magento 2 template, based on Luma and I've run into an issue with the Contact Us page.
The content of the CMS block (contact-us-info) isn't showing up in my template. All I get is the contactform on the right side of the page. See the partial screenshot:
When I activated the Luma template to check, lo and behold, there it was, neatly above the contact form...
Can anybody shed some light on the issue? It's probably something very small and stupid...
magento2 cms-block contact-us page
add a comment |
I'm working on a Magento 2 template, based on Luma and I've run into an issue with the Contact Us page.
The content of the CMS block (contact-us-info) isn't showing up in my template. All I get is the contactform on the right side of the page. See the partial screenshot:
When I activated the Luma template to check, lo and behold, there it was, neatly above the contact form...
Can anybody shed some light on the issue? It's probably something very small and stupid...
magento2 cms-block contact-us page
I'm working on a Magento 2 template, based on Luma and I've run into an issue with the Contact Us page.
The content of the CMS block (contact-us-info) isn't showing up in my template. All I get is the contactform on the right side of the page. See the partial screenshot:
When I activated the Luma template to check, lo and behold, there it was, neatly above the contact form...
Can anybody shed some light on the issue? It's probably something very small and stupid...
magento2 cms-block contact-us page
magento2 cms-block contact-us page
edited Jun 28 '17 at 9:42
Dinesh Yadav
3,8401937
3,8401937
asked Jun 28 '17 at 9:31
MooiMenthaMooiMentha
14
14
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Okay, never mind. As expected, it was a very small thing which I should have known... The block is called by a widget, which, in turn, is linked to the template. Duh! Sorry to bother you guys!
I feel really stupid now...
add a comment |
@MooiMentha No question however small it may be is stupid. However, the answer you gave doesn't help anyone coming after you solve the issue as your answer is not detailed enough. Please try to provide a clear and detailed answer in the future.
I had the same issue and the problem comes from the fact that all the widgets in the Luma template are linked to the Magento Luma template as opposed to the Magento Blank template which we are using.
To correct this a new widget needs to be created which is identical to the Contact us info
except for the fact that is linked to the Magento Blank Design Package/Theme
.
I am however experiencing issues with the fonts of the Contact us info
block which are larger than they should be if anyone can comment on how to resolve this. I will revert if I manage to find the reason.
New contributor
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%2f181077%2fmagento2-contact-us-cms-block-not-showing-up%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
Okay, never mind. As expected, it was a very small thing which I should have known... The block is called by a widget, which, in turn, is linked to the template. Duh! Sorry to bother you guys!
I feel really stupid now...
add a comment |
Okay, never mind. As expected, it was a very small thing which I should have known... The block is called by a widget, which, in turn, is linked to the template. Duh! Sorry to bother you guys!
I feel really stupid now...
add a comment |
Okay, never mind. As expected, it was a very small thing which I should have known... The block is called by a widget, which, in turn, is linked to the template. Duh! Sorry to bother you guys!
I feel really stupid now...
Okay, never mind. As expected, it was a very small thing which I should have known... The block is called by a widget, which, in turn, is linked to the template. Duh! Sorry to bother you guys!
I feel really stupid now...
answered Jun 28 '17 at 9:49
MooiMenthaMooiMentha
14
14
add a comment |
add a comment |
@MooiMentha No question however small it may be is stupid. However, the answer you gave doesn't help anyone coming after you solve the issue as your answer is not detailed enough. Please try to provide a clear and detailed answer in the future.
I had the same issue and the problem comes from the fact that all the widgets in the Luma template are linked to the Magento Luma template as opposed to the Magento Blank template which we are using.
To correct this a new widget needs to be created which is identical to the Contact us info
except for the fact that is linked to the Magento Blank Design Package/Theme
.
I am however experiencing issues with the fonts of the Contact us info
block which are larger than they should be if anyone can comment on how to resolve this. I will revert if I manage to find the reason.
New contributor
add a comment |
@MooiMentha No question however small it may be is stupid. However, the answer you gave doesn't help anyone coming after you solve the issue as your answer is not detailed enough. Please try to provide a clear and detailed answer in the future.
I had the same issue and the problem comes from the fact that all the widgets in the Luma template are linked to the Magento Luma template as opposed to the Magento Blank template which we are using.
To correct this a new widget needs to be created which is identical to the Contact us info
except for the fact that is linked to the Magento Blank Design Package/Theme
.
I am however experiencing issues with the fonts of the Contact us info
block which are larger than they should be if anyone can comment on how to resolve this. I will revert if I manage to find the reason.
New contributor
add a comment |
@MooiMentha No question however small it may be is stupid. However, the answer you gave doesn't help anyone coming after you solve the issue as your answer is not detailed enough. Please try to provide a clear and detailed answer in the future.
I had the same issue and the problem comes from the fact that all the widgets in the Luma template are linked to the Magento Luma template as opposed to the Magento Blank template which we are using.
To correct this a new widget needs to be created which is identical to the Contact us info
except for the fact that is linked to the Magento Blank Design Package/Theme
.
I am however experiencing issues with the fonts of the Contact us info
block which are larger than they should be if anyone can comment on how to resolve this. I will revert if I manage to find the reason.
New contributor
@MooiMentha No question however small it may be is stupid. However, the answer you gave doesn't help anyone coming after you solve the issue as your answer is not detailed enough. Please try to provide a clear and detailed answer in the future.
I had the same issue and the problem comes from the fact that all the widgets in the Luma template are linked to the Magento Luma template as opposed to the Magento Blank template which we are using.
To correct this a new widget needs to be created which is identical to the Contact us info
except for the fact that is linked to the Magento Blank Design Package/Theme
.
I am however experiencing issues with the fonts of the Contact us info
block which are larger than they should be if anyone can comment on how to resolve this. I will revert if I manage to find the reason.
New contributor
New contributor
answered 2 mins ago
Alex BAlex B
11
11
New contributor
New contributor
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%2f181077%2fmagento2-contact-us-cms-block-not-showing-up%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