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
Help to reproduce a tcolorbox with a decoration
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Finding an element in array, whose index number and element value same
Minimum value of 4 digit number divided by sum of its digits
How to pronounce 'C++' in Spanish
How to back up a running remote server?
How to creep the reader out with what seems like a normal person?
What is the difference between `a[bc]d` (brackets) and `ab,cd` (braces)?
Can not tell colimits from limits
Feels like I am getting dragged in office politics
How to verbalise code in Mathematica?
Stateful vs non-stateful app
Is there any limitation with Arduino Nano serial communication distance?
What is the point of Germany's 299 "party seats" in the Bundestag?
Where did the extra Pym particles come from in Endgame?
Is DC-to-DC (24 V to 12 V) buck conversion typically more efficient than AC-to-DC (110 V to 12 V) conversion?
Single Colour Mastermind Problem
Corner spot where three faces meet
Any examples of headwear for races with animal ears?
What is the incentive for curl to release the library for free?
Why is current rating for multicore cable lower than single core with the same cross section?
Binary Numbers Magic Trick
Inner for loop when run in background in bash spawns new bash process
What's the polite way to say "I need to urinate"?
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♦ 22 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♦ 22 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♦ 22 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♦ 22 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