Zen Cart Logo
Forums / Addon Templates / Andover Modern Template Support Thread

Andover Modern Template Support Thread

Views: 145,467

Results 741 to 760 of 790
25 Jan 2014, 3:56 PM
#741
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Andover Modern Template Support Thread

ellenropa:

Hi Anne, this is the page
Attachment 13706
Ellen

That is the product info page includes/templates/andover_modern/templates/tpl_product_info.php

Thanks,

Anne

25 Jan 2014, 6:41 PM
#742
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I find it Anne thanks a lot.
But is it possible to put the produkt name above the price and were can I find it?
Attachment 13709

25 Jan 2014, 7:03 PM
#743
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

I find it Anne thanks a lot.
But is it possible to put the produkt name above the price and were can I find it?
Attachment 13709

Yes, you can move anything around in this file. You will move the block of code for:

<!--bof Product Name-->
<h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>
<!--eof Product Name-->

Thanks,

Anne

25 Jan 2014, 7:33 PM
#744
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I find it Anne, oh my thank you so much for all the help. You are great
but another quest how do I get more space behand the buttons _PREVIOUS_and NEXT
Ellen

25 Jan 2014, 8:14 PM
#745
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

I find it Anne, oh my thank you so much for all the help. You are great
but another quest how do I get more space behand the buttons _PREVIOUS_and NEXT
Ellen

If you post a link to your site I can take a look ;0

Thanks,

Anne

27 Jan 2014, 6:11 PM
#748
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Thanks Anne, last question is it possible to get the numbers underneath the slideshow
so that they came on the place from the arrow
Attachment 13715
Ellen

27 Jan 2014, 7:19 PM
#749
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

Thanks Anne, last question is it possible to get the numbers underneath the slideshow
so that they came on the place from the arrow
Attachment 13715
Ellen

In the stylesheet.css file change #control_div to:

left:240px;

and change the height of your slide show in #slider li, #slider2 li to 188px;

Thanks,

Anne

28 Jan 2014, 11:47 AM
#750
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi Anne, I only want to say your great and thank you for all the help
Ellen

28 Jan 2014, 3:50 PM
#751
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

Hi Anne, I only want to say your great and thank you for all the help
Ellen

Thanks! You are welcome ;)

Thanks,

Anne

30 Jan 2014, 9:02 AM
#752
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Im sorry Anne, I have another question. Where can I find QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END
To change into Dutch.
Ellen

30 Jan 2014, 5:07 PM
#753
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

Im sorry Anne, I have another question. Where can I find QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END
To change into Dutch.
Ellen

It looks like you are talking about the footer menu items. If you copy ALL of the language files in the template override to your new language you will no longer see the constants. You can use the admin--tools--developers toolkit to search for what you want to change.

Thanks,

Anne

2 Feb 2014, 8:37 AM
#754
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I fixed it and it works, but were can I find this New button
so I can change it into Dutch.
EllenAttachment 13737

2 Feb 2014, 3:56 PM
#755
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

I fixed it and it works, but were can I find this New button
so I can change it into Dutch.
EllenAttachment 13737

This is already on the list for the next template update.

You would need to create a constant for the text and then add the definitions to your language file. If you download the Responsive Sheffield Blue template package and then copy the includes/templates/responsive_sheffield_blue/templates/tpl_index_default.php file to your includes/templates/andover_modern/templates/tpl_index_default.php, overwriting the file on your server. Then add this to your language file:

define('MODULE_TABS_FEATURED', 'Featured');
define('MODULE_TABS_NEW', 'New');
define('MODULE_TABS_SPECIALS', 'Specials');
define('MODULE_TABS_ALL', 'All');

Thanks,

Anne

2 Feb 2014, 6:37 PM
#756
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi Anne, I have download. But maby stupid question, must I put the code into the Dutch.php, like the Englis.php or into the Index.php.
can you please help me
Ellen

2 Feb 2014, 6:45 PM
#757
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

Hi Anne, I have download. But maby stupid question, must I put the code into the Dutch.php, like the Englis.php or into the Index.php.
can you please help me
Ellen

You can actually add the code to any of the dutch language files. I would select an override file.

Thanks,

Anne

7 Feb 2014, 8:56 AM
#758
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi Anne, Only to say, all fixed and all works fine now. Thank you so much for all your help
Ellen

7 Feb 2014, 4:57 PM
#759
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

ellenropa:

Hi Anne, Only to say, all fixed and all works fine now. Thank you so much for all your help
Ellen

I am happy that it worked ;)

Thanks,

Anne

18 Feb 2014, 6:21 PM
#760
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi Anne, another question. I have add the button facebook like, all works fine, but
when I go to my facebook there is no image to see.
https://www.babyhoekje.tk
Ellen