Jump to content

Modules will not change position


Recommended Posts

I'm a newbie, so please excuse me for not knowing the answer already. I'm unsure if this is a template issue, or a PS issue.

 

I am trying to reposition the order of some modules in my templates footer. I purchased a template from Theme Forest to give a try. There are 7 modules within the footer area. I would like to move one of the modules that is currently on the far right, to be on the far left side of the footer, so that it appears first in the footer.

 

According to the documentation with the Theme, it says to change the position of modules, to: Modules > Positions

 

Then I read up on documentation for PrestaShop on how to change the position of modules using this Position control panel.

 

On the Footer (hook), I moved the position of the far right footer up the ladder until it is in the number 1 position. Then I saved my changes. But I went to the front-end and there was no change in the position of any modules within the footer area.

 

Then I tried the LIVE EDIT feature.

(kind of a scary feature for a newbie btw).

Can't change the position there either.

 

Is there some lockdown button that won't let modules change position no matter what? Or perhaps it's a problem with the template? I opened the footer.tpl and only noticed the following code:

 

 {if !$content_only}
   </div>
<!-- Right -->

  </div>
 </div><!-- id="white_bg" -->
<!-- Footer -->
  <div id="footer" class="clearfix">
   <div class="page_width">{$HOOK_FOOTER}</div>
  </div>
 </div>
</div>
{/if}
<script type="text/javascript">
  $('.scrollbar').scrollbar();
   </script>   
</body>
</html>

 

What can I do to get these footer modules to change position on the front end?

Link to comment
Share on other sites

×
×
  • Create New...