Jump to content

Some Help for New User?


Recommended Posts

Hello Tammymarie,

for the footer links go here : yourshoplocation / modules / blockvariouslinks / blockvariouslinks.tpl

and put

before the links codes, see example below :

> -->
</pre>
<ul>
</ul>
<center>    
{l s='Specials' mod='blockvariouslinks'}
{l s='New products' mod='blockvariouslinks'}
{l s='Top sellers' mod='blockvariouslinks'}
{l s='Contact us' mod='blockvariouslinks'}
   {foreach from=$cmslinks item=cmslink}
{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</ce

Link to comment
Share on other sites

Go to your theme style sheet (global.css) and search for these:

Around line 824 Header login:

#header #header_user {
   width: 99%;
   text-align: right;
   clear: left;
   margin:0.6em 0.6em 0 0;
}



Change the top margin something like this:

#header #header_user {
   width: 99%;
   text-align: right;
   clear: left;
   margin:2.6em 0.6em 0 0;
}



Around line 857 Footer:

#footer .block_various_links { list-style: none; }



change to this:

#footer .block_various_links { list-style: none; text-align: center }



To change the module to the right column go here:

Back Office >> Modules >> Positions >> Transplant a module

Choose the module change the hook and save now go back to Positions and delete the extra module on left column and move the new one

5627_fOhdx4jd9Mcd1lgGxW4O_t

Link to comment
Share on other sites

I did get aot of this done with your help, thank you , but when I go to module positions and try to move anything, I cant, because nothing is lit up, it seems disabled? Am I missing something?? Cant click on the drop down at all in any section.

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...