Questions tagged [footer]

The Footer configuration section is where you can update the copyright notice that appears at the bottom of the page, and enter miscellaneous scripts that must be positioned before the closing

tag.

To configure the footer:

  1. On the Admin sidebar, tap Content. Then under Design, choose Configuration.
  2. Find the store view that you want to configure. Then in the Action column, click Edit.
  3. Under Other Settings, expand the Footer section.
  4. Make any changes necessary to the Copyright and Miscellaneous HTML settings.
  5. When complete, tap Save Config.

Field Descriptions

Copyright: The copyright statement that appears at the bottom of each page. To include the copyright symbol, use the HTML character entitym © as follows:

© 2014 Magento Demo Store. All Rights Reserved.

Make sure to replace the sample copyright notice with your own.

Miscellaneous HTML: An input box where you can upload miscellaneous scripts to the server that must be placed just before the closing tag.

Reference: https://docs.magento.com/m2/ce/user_guide/design/footer.html

185 questions
1
vote
1 answer

My footer doesn't come out! "Fatal error: Class 'Mage_Icategory_Helper_Data' not found in /home/sample/public_html/app/Mage.php

My site, when I click on product detail page, my footer doesn't come out and instead, error msg comes out on the footer part Fatal error: Class 'Mage_Icategory_Helper_Data' not found in /home/xxx/public_html/app/Mage.php on line 546 How Can I…
hooai12
  • 43
  • 1
  • 4
0
votes
1 answer

Footer accept payment image not showing

I added the following code under design tab in footer area ”Accepting But the front page…
Daniel
  • 1
0
votes
1 answer

How to turn off/disable cache tag programmatically

When I disabled block_html cache tag then my code works fine. I want to know how I can disable block_html programmatically in Magento for footer.phtml file?
sanjana
  • 81
  • 1
  • 2
0
votes
2 answers

footer contant not changing when cache enabled

magento/app/design/frontend/argento/argento/template/page/html/footer.phtml This is the file in which i added dynamic content. It works fine when cache is disabled. But when I enabled cache then it does not work. It display the line which display at…
0
votes
1 answer

Unable to edit text in footer area

Hello! I have a problem with editing the footer section of a Magento installation. Basically in the bottom right corner, there is a section of text, the one labelled as Company Information. And it might sound stupid, but I just can't find the file…
Attila
  • 1
0
votes
2 answers

Remove block inside layout/xml from custom.phtml?

I need to remove a block that is set by the page.xml the rwd folder / default / layout. The code of one of them is this:
0
votes
1 answer

footer_links not displaying Magento 1.9.1

Help, I am missing on the frontend homepage the footer: company with about us, etc. etc. On the backend under: CMS/pages, the about us pages is enabled? Can anyone provide help?
0
votes
1 answer

Not Load Footer in the Checkout

I am running Magento 1.14 EE version. I am also using a third party extension called 'One Step Checkout' In the checkout, I do not want to load the site footer. There is a onestepcheckout.xml which I have edited and added the following…
Matthew Colley
  • 202
  • 3
  • 11