Jump to content

How to remove/edit the footer?


Recommended Posts

Hi,

 

How do I edit or completely remove the bottom portion where the "MONEY BACK", "EXCHANGE IN-STORE", etc. icons are??

 

Thanks in advance! :)

 

you are talking about blockreinsurance module. Go to: /modules/blockreinsurance/ directory and edit blockreinsurance.tpl file or module from back office :)

Edited by vekia (see edit history)
Link to comment
Share on other sites

you are talking about blockreinsurance module. Go to: /modules/blockreinsurance/ directory and edit blockreinsurance.tpl file or module from back office :)

Nice, thanks a lot!

 

How about the part under that? The footer..? Where do I edit this?

  • Like 1
Link to comment
Share on other sites

Nice, thanks a lot!

 

How about the part under that? The footer..? Where do I edit this?

 

It's simple as simple was editing blockreinsurance module. You must edit footer.tpl file or edit modules included to hook_footer. Which moduels is included to footer hook? It's simple! go to modules -> positions and search "displayFooter". you will find all modules added to footer section :)

Link to comment
Share on other sites

It's simple as simple was editing blockreinsurance module. You must edit footer.tpl file or edit modules included to hook_footer. Which moduels is included to footer hook? It's simple! go to modules -> positions and search "displayFooter". you will find all modules added to footer section :)

Thank you very much for your help :)

Link to comment
Share on other sites

  • 9 months later...

It's simple as simple was editing blockreinsurance module. You must edit footer.tpl file or edit modules included to hook_footer. Which moduels is included to footer hook? It's simple! go to modules -> positions and search "displayFooter". you will find all modules added to footer section :)

Hi

Could you elaborate a bit on this please?

In the footer module I cannot see where to change the info? At the moment it is the default info it came with i.e. their address and I want to change this but in the module there are three options Module and hook into which are greyed out then the exceptions?

Link to comment
Share on other sites

Hi

Could you elaborate a bit on this please?

In the footer module I cannot see where to change the info? At the moment it is the default info it came with i.e. their address and I want to change this but in the module there are three options Module and hook into which are greyed out then the exceptions?

 

can you clarify a bit what you expect? can you show some screenshot or something with element you want to change?

Im asking because each part of the footer has got different method to edit (different modules)

Link to comment
Share on other sites

can you clarify a bit what you expect? can you show some screenshot or something with element you want to change?

Im asking because each part of the footer has got different method to edit (different modules)

Hi

Thanks for getting back to me.

 

See below. I would like to change the address details and change the menu items.

 

Cheers


  • Subscribe Unsubscribe

  • Newsletter :

  • logo-footer.jpg : 1508 Gervais St. Columbia Columbia SC 29210
  • old-phone.jpg 0 800 35 42 12
  • letter.gifEmail

Edited by gnattle (see edit history)
Link to comment
Share on other sites

check the block store infos module, it is probably available in your modules > modules section in your back office

it's hard to say, because it is non default module and non-default template

 

just check the module configuration

Link to comment
Share on other sites

check the block store infos module, it is probably available in your modules > modules section in your back office

it's hard to say, because it is non default module and non-default template

 

just check the module configuration

In block store info there is only an image? No text to edit?

Link to comment
Share on other sites

in this case you have to use translations tool - then you will be able to define own text

 

I cant do this as my ISP only allows 1000 vars not the 1676 (or how ever many it is). I need vsp for that.

 

Is there a way just to remove it rather than edit it? like disabling a module?

Link to comment
Share on other sites

sure, you can disable the module.

Have you tried to increase the max_input_vars number? it's related to this issue, maybe you have got possibility to change it

Yes I asked them the other week and they said they will not do it. I will have to pay for vsp which I cannot do.

Link to comment
Share on other sites

it's probably different module, you have custom theme in this case you should check the modules > positions, search for displayfooter section and you will see modules attached there, one of them is related to the content you pasted several posts above

 

so you have to modify the cms block .tpl file, there is no other way

Link to comment
Share on other sites

Thanks.

 

Below is the code.

 

Is there a way to rewrite the code so that rather it looking up for the number etc so I can enter the address and number in the code? Rather than looking it up as I cannot edit the area where it looks up?

 

<ul class="block_store_infos">

 

<li class="first_item"><img src="{$img_dir}logo-footer.jpg" alt="footlink" width="39" height="39" />  :  {l s='Store address' mod='blockcms'}</li>

<li><img class="old_phone" src="{$img_dir}old-phone.jpg" alt="footlink" width="15" height="15" />  {l s='Phone number' mod='blockcms'}</li>

<li><img class="letter" src="{$img_dir}letter.gif" alt="footlink" width="13" height="10" />  <a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>

{if $display_stores_footer}

<li><img class="boutique" src="{$img_dir}boutique.jpg" alt="footlink" width="15" height="15" /> <a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>

{/if}

Edited by gnattle (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...