Magento2 : How to swap the footer links/contents?Magento 1.9 Footer LinksFooter Links in version 1.8.1How to...
What incentives do banks have to gather up loans into pools (backed by Ginnie Mae)and selling them?
How can my powered armor quickly replace its ceramic plates?
How can I get my players to come to the game session after agreeing to a date?
Why would space fleets be aligned?
How does Leonard in "Memento" remember reading and writing?
Why zero tolerance on nudity in space?
Do authors have to be politically correct in article-writing?
Play Zip, Zap, Zop
Early credit roll before the end of the film
How to change a n value for a value like X
Is there a weight limit to Feather Fall?
What are the exceptions to Natural Selection?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Why is working on the same position for more than 15 years not a red flag?
Why did Luke use his left hand to shoot?
How much mayhem could I cause as a sentient fish?
How to make ice magic work from a scientific point of view?
Flipping axis on a LogPlot
Construct transition probability matrix for markov chain
kill -0 <PID> は何をするのでしょうか?
How do you funnel food off a cutting board?
False written accusations not made public - is there law to cover this?
Why do neural networks need so many training examples to perform?
What is the difference between rolling more dice versus fewer dice?
Magento2 : How to swap the footer links/contents?
Magento 1.9 Footer LinksFooter Links in version 1.8.1How to edit the footer links in magento 2How to change the footerHow to auto update to the current year in footer Magento 2?Footer links in magento 2magento2: How to swap two elements in headerCustomize magento2 default footer linksfooter links problemHow to add only footer in checkout page Magento 2
How can I swap these two elements present in the footer section in the Magento 2 I installed ?
magento2 footer theme-overriding
New contributor
add a comment |
How can I swap these two elements present in the footer section in the Magento 2 I installed ?
magento2 footer theme-overriding
New contributor
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago
add a comment |
How can I swap these two elements present in the footer section in the Magento 2 I installed ?
magento2 footer theme-overriding
New contributor
How can I swap these two elements present in the footer section in the Magento 2 I installed ?
magento2 footer theme-overriding
magento2 footer theme-overriding
New contributor
New contributor
edited 36 mins ago
Teja Bhagavan Kollepara
2,96341847
2,96341847
New contributor
asked 53 mins ago
Musfiqur EmatMusfiqur Emat
12
12
New contributor
New contributor
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago
add a comment |
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago
add a comment |
2 Answers
2
active
oldest
votes
Use Move element to swap that
<move element="form.subscribe" destination="footer" before="-"/>
New contributor
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
add a comment |
In Magento2 you can use the move
to swap the position of any element as :
<move element="name.of.an.element" destination="name.of.destination.element"
after="name.of.element.after" before="name.of.element.before"/>
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
});
}
});
Musfiqur Emat is a new contributor. Be nice, and check out our Code of Conduct.
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%2f263796%2fmagento2-how-to-swap-the-footer-links-contents%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
Use Move element to swap that
<move element="form.subscribe" destination="footer" before="-"/>
New contributor
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
add a comment |
Use Move element to swap that
<move element="form.subscribe" destination="footer" before="-"/>
New contributor
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
add a comment |
Use Move element to swap that
<move element="form.subscribe" destination="footer" before="-"/>
New contributor
Use Move element to swap that
<move element="form.subscribe" destination="footer" before="-"/>
New contributor
New contributor
answered 32 mins ago
Mitrajsinh vaghelaMitrajsinh vaghela
362
362
New contributor
New contributor
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
add a comment |
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
I tried this block of codes and failed : <move element="form.subscribe" destination="footer" before="-"/> <move element="footer_links" destination="footer" after="-"/>
– Musfiqur Emat
12 mins ago
add a comment |
In Magento2 you can use the move
to swap the position of any element as :
<move element="name.of.an.element" destination="name.of.destination.element"
after="name.of.element.after" before="name.of.element.before"/>
add a comment |
In Magento2 you can use the move
to swap the position of any element as :
<move element="name.of.an.element" destination="name.of.destination.element"
after="name.of.element.after" before="name.of.element.before"/>
add a comment |
In Magento2 you can use the move
to swap the position of any element as :
<move element="name.of.an.element" destination="name.of.destination.element"
after="name.of.element.after" before="name.of.element.before"/>
In Magento2 you can use the move
to swap the position of any element as :
<move element="name.of.an.element" destination="name.of.destination.element"
after="name.of.element.after" before="name.of.element.before"/>
answered 32 mins ago
Amit NaraniwalAmit Naraniwal
60039
60039
add a comment |
add a comment |
Musfiqur Emat is a new contributor. Be nice, and check out our Code of Conduct.
Musfiqur Emat is a new contributor. Be nice, and check out our Code of Conduct.
Musfiqur Emat is a new contributor. Be nice, and check out our Code of Conduct.
Musfiqur Emat is a new contributor. Be nice, and check out our Code of Conduct.
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%2f263796%2fmagento2-how-to-swap-the-footer-links-contents%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
Checkout into your back-end you must have some blocks created there & make the required changes from there
– ABHISHEK TRIPATHI
39 mins ago