Shape 5

Joomla Templates => Your Store - July 2007 - Club => : squiant December 07, 2009, 11:40:26 AM



: some issues with template
: squiant December 07, 2009, 11:40:26 AM
hi,

i just installed your store template, on one of my sites.

this are the issues

the my account buttons is missing, it is in the images folder but won't show on site

the other one is width buttons show but won?t work if i click on them they do nothing i wrote 'user choose' in default width parameter in template parameters.

could you please guide me on this?

you can see the site here http://polsen.mx (http://polsen.mx)


: Re: some issues with template
: jonahh December 07, 2009, 12:22:08 PM
Hello,

To get the my account button to show you must publish a module to the "toolbar" position.

As for the width buttons, open up the index.php file and do a search for:

"/templates/yourstore

and replace it with:

"http://polsen.mx/templates/yourstore

Regards,


: Re: some issues with template
: squiant December 07, 2009, 01:09:08 PM
which index.php would it be,

the one inside the yourstore folder only has one

"/templates/yourstore and it makes reference to the footer,
in line 466

:
<div style="float:right;">  
<?php include("templates/yourstore/footer.php"); ?>
</div>
</div>

is this the one i have to modify to get the width buttons to work??


: Re: some issues with template
: jonahh December 08, 2009, 01:51:09 PM
I forgot, do the following, look for:


templates/<?php echo $this->template ?>

and replace it with:

http://polsen.mx/templates/<?php echo $this->template ?>