How to add a second static link block in footer (Magento2)?Create link to sitemap in footerDisplay custom...
How can the Zone of Truth spell be defeated without the caster knowing?
Executing a stored procedure which selects and inserts into tables in SQL Server
Trainer for recumbent bikes
function to receive a character input and return date format (with incorrect input)
Are Boeing 737-800’s grounded?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
How to back up a running remote server?
Modify locally tikzset
Why isn't the definition of absolute value applied when squaring a radical containing a variable?
Minimum value of 4 digit number divided by sum of its digits
Was there a Viking Exchange as well as a Columbian one?
Single Colour Mastermind Problem
Why does processed meat contain preservatives, while canned fish needs not?
Will this character get back his Infinity Stone?
A Note on N!
How do I write a simple if-elseif protocol in Latex?
How to delegate to implementing class
Binary Numbers Magic Trick
Pressure to defend the relevance of one's area of mathematics
Feels like I am getting dragged in office politics
Finding an element in array, whose index number and element value same
Fizzy, soft, pop and still drinks
Confusion about capacitors
How to interact with ERC20 interface?
How to add a second static link block in footer (Magento2)?
Create link to sitemap in footerDisplay custom link in static blocksMagento 2 - Call a static block in the footerDisplay static block titleAdding title to cms footer blockHow to position the footer links in magento1.9?How to place Widgets (footer links) side by side in magento2?How can I have a footer with 3 blocks of links?How to add footer link in magento 2Add content block to footer
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Currently I only have 1 static block with footer links.

I would like to have a second one like in the image below (image is from magento1.9) I would also like to add a "title" to the footer link block like in the image below.

magento2 static-block footer footer-links
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Currently I only have 1 static block with footer links.

I would like to have a second one like in the image below (image is from magento1.9) I would also like to add a "title" to the footer link block like in the image below.

magento2 static-block footer footer-links
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Currently I only have 1 static block with footer links.

I would like to have a second one like in the image below (image is from magento1.9) I would also like to add a "title" to the footer link block like in the image below.

magento2 static-block footer footer-links
Currently I only have 1 static block with footer links.

I would like to have a second one like in the image below (image is from magento1.9) I would also like to add a "title" to the footer link block like in the image below.

magento2 static-block footer footer-links
magento2 static-block footer footer-links
edited Jul 5 '18 at 4:59
Teja Bhagavan Kollepara
2,99242050
2,99242050
asked Sep 18 '16 at 17:24
N1njaWTFN1njaWTF
63
63
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Create a cms block with your links( for example block name is linkstwo).
Go to
Admin -> CONTENT -> Widgets -> Add new Widget->
Type -> "Static Block"
Design theme -> Luma
CONTINUE
Storefront Properties -> Layout Updates -> All pages AND container -> Cms footer links
Widget Options -> Select a block (in your case linkstwo)
Save the widget, remove the cache and check.
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
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%2f136914%2fhow-to-add-a-second-static-link-block-in-footer-magento2%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
- Create a cms block with your links( for example block name is linkstwo).
Go to
Admin -> CONTENT -> Widgets -> Add new Widget->
Type -> "Static Block"
Design theme -> Luma
CONTINUE
Storefront Properties -> Layout Updates -> All pages AND container -> Cms footer links
Widget Options -> Select a block (in your case linkstwo)
Save the widget, remove the cache and check.
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
add a comment |
- Create a cms block with your links( for example block name is linkstwo).
Go to
Admin -> CONTENT -> Widgets -> Add new Widget->
Type -> "Static Block"
Design theme -> Luma
CONTINUE
Storefront Properties -> Layout Updates -> All pages AND container -> Cms footer links
Widget Options -> Select a block (in your case linkstwo)
Save the widget, remove the cache and check.
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
add a comment |
- Create a cms block with your links( for example block name is linkstwo).
Go to
Admin -> CONTENT -> Widgets -> Add new Widget->
Type -> "Static Block"
Design theme -> Luma
CONTINUE
Storefront Properties -> Layout Updates -> All pages AND container -> Cms footer links
Widget Options -> Select a block (in your case linkstwo)
Save the widget, remove the cache and check.
- Create a cms block with your links( for example block name is linkstwo).
Go to
Admin -> CONTENT -> Widgets -> Add new Widget->
Type -> "Static Block"
Design theme -> Luma
CONTINUE
Storefront Properties -> Layout Updates -> All pages AND container -> Cms footer links
Widget Options -> Select a block (in your case linkstwo)
Save the widget, remove the cache and check.
edited Aug 6 '18 at 3:14
Quan Le
1,3421717
1,3421717
answered Sep 18 '16 at 18:18
Krishna ijjadaKrishna ijjada
5,93042456
5,93042456
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
add a comment |
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
Hey man! Thanks alot, this worked so far. Now the CSS seems to be messed up and the footer link blocks arent side by side.. Any idea how to fix that?
– N1njaWTF
Nov 1 '16 at 14:44
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%2f136914%2fhow-to-add-a-second-static-link-block-in-footer-magento2%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