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

Andover Modern Template Support Thread

Views: 145,466

Results 761 to 780 of 790
18 Feb 2014, 6:50 PM
#761
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, 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

What page are you talking about? What button facebook like? What image?

Thanks,

Anne

19 Feb 2014, 2:18 AM
#762
robertmcneil34 avatar

robertmcneil34

New Zenner

Join Date:
Jul 2013
Location:
Flint, Texas, United States
Posts:
9
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Ok Anne (or anyone else that might know) I KNOW this should be really easy but can't for the life of me can't find it anywhere. This is the link to the page I am trying to fix although I realize the answer will change all the category pages but that is ok:

http://www.crystals-place.com/index.php?main_page=index&cPath=11_13

I want the two subcategories (kids bathrobes & Adult bathrobes) to appear above all that text in the category description.

Thanks in advance for the help.
Robert

19 Feb 2014, 3:04 PM
#763
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

robertmcneil34:

Ok Anne (or anyone else that might know) I KNOW this should be really easy but can't for the life of me can't find it anywhere. This is the link to the page I am trying to fix although I realize the answer will change all the category pages but that is ok:

http://www.crystals-place.com/index.php?main_page=index&cPath=11_13

I want the two subcategories (kids bathrobes & Adult bathrobes) to appear above all that text in the category description.

Thanks in advance for the help.
Robert

Use the banner manager and name your banner group for Header Position 2 or Header Position 3--probably 3.

Thanks,

Anne

6 May 2014, 3:01 PM
#764
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Updating website from 139 to 151 same template (andover) except this is the newer version....

Problem: Updating the footer file for 'facebook & twitter' just 'aint working for me. I have cut & pasted all the details from the working site to the 'demo' site (on same server) but the links are not active... Can't find any mention in the docs/ Maybe I'm blind lol.

6 May 2014, 3:24 PM
#765
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

Rizla:

Updating website from 139 to 151 same template (andover) except this is the newer version....

Problem: Updating the footer file for 'facebook & twitter' just 'aint working for me. I have cut & pasted all the details from the working site to the 'demo' site (on same server) but the links are not active... Can't find any mention in the docs/ Maybe I'm blind lol.

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

Thanks,

Anne

8 May 2014, 3:49 AM
#767
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi Anne
Just wondering if you had chance to look at the facebook & twitter links for me? About to go live on Saturday

Thanks

8 May 2014, 1:50 PM
#768
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

Rizla:

Hi Anne
http://www.thepersonalisedtouch.com/demo/index.php?main_page=

You need to edit the includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php file

Thanks,

Anne

8 May 2014, 2:19 PM
#769
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Arrh... Thanks for the pointer.... working now.

I have one more BIG problem with the products_info_display as the template has been refined since the first one (which I'm using live) to the current one. One your site all looks well, with the attributes in a box next to the image, but my page turns out very different in layout, but ok.

Because I have a lot of attributes I need to simply (so I thought) place the code for 'product description' above the 'attributes' but is falls apart in that the attributes 'box' now expands off the page edge. (to the right) I would also love to know how I can get the 'price' and 'product title' to be up top right of image? I want the 'attributes' box & 'add to cart' to be in a box on there own.
You can see what I mean here:http://www.thepersonalisedtouch.com/demo/index.php?main_page=product_info&products_id=41
The code follow:

So, I'm placing this code ABOVE the next code:

<!--bof Product description --> <?php if ($products_description != '') { ?> <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div> <?php } ?> <!--eof Product description --> <br class="clearBoth" />

----------------------------------JUST TO SEPERATE HERE

<div id="cart"> <!--bof Product Price block --> <h2 id="productPrices" class="productGeneral"> <?php // base price if ($show_onetime_charges_description == 'true') { $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />'; } else { $one_time = ''; } echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']); ?></h2> <!--eof Product Price block --> <!--bof free ship icon --> <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?> <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div> <?php } ?> <!--eof free ship icon --> <!--bof Attributes Module --> <?php if ($pr_attr->fields['total'] > 0) { ?> <?php /** * display the product atributes */ require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?> <?php } ?> <!--eof Attributes Module -->
9 May 2014, 11:58 AM
#770
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi
Please ignore the above post... used old product_info_display and css file. All is good

9 May 2014, 12:47 PM
#771
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

Rizla:

Hi
Please ignore the above post... used old product_info_display and css file. All is good

I am happy that you figured it out ;)

Thanks,

Anne

11 Jun 2014, 9:37 PM
#772
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Looked for this problem did not find a match. For some reason my slide images have gone transparent I guess. You can see the slide show running from box to box. Says in the window First slide image, second slide image, and so on and loops just can see the image. They are still where they should be. I changed a line in the edit window. The line I changed was not part of the slide show and even when I removed it nothing changed.
Ideas what I might have done?
Thanks :smile:
Mark

11 Jun 2014, 10:34 PM
#773
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

maperr55:

Looked for this problem did not find a match. For some reason my slide images have gone transparent I guess. You can see the slide show running from box to box. Says in the window First slide image, second slide image, and so on and loops just can see the image. They are still where they should be. I changed a line in the edit window. The line I changed was not part of the slide show and even when I removed it nothing changed.
Ideas what I might have done?
Thanks :smile:
Mark

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

Thanks,

Anne

11 Jun 2014, 10:45 PM
#774
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi,
http://www.ckbarrymores.com/CKSt0rE!/
I changed the line "Crazy Bob. The Poster Boy"
Thanks,
Mark

11 Jun 2014, 11:40 PM
#775
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

maperr55:

Hi,
http://www.ckbarrymores.com/CKSt0rE!/
I changed the line "Crazy Bob. The Poster Boy"
Thanks,
Mark

My guess is that you edited the define_main_page.php with something other than a plain text editor. This file contains php code and must be edited with a plain text editor. I would recommend uploading the file from the template package again.

Thanks,

Anne

12 Jun 2014, 1:49 AM
#776
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

maperr55:

Hi,
http://www.ckbarrymores.com/CKSt0rE!/
I changed the line "Crazy Bob. The Poster Boy"
Thanks,
Mark

Looks like you did more than change a line. You have commented out the defines for the image files and the urls. Uncomment that part and it will work.

12 Jun 2014, 3:57 AM
#777
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

yaritai:

Looks like you did more than change a line. You have commented out the defines for the image files and the urls. Uncomment that part and it will work.

HI,
Correct, I was using CKeditor when I changed the line. Forgot it was set to use that.

+++++++

I have been looking at the code and can not find where I have done this?? Can you point me in the right direction?
Thank You :smile:
Mark

12 Jun 2014, 4:14 AM
#778
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

HI,
Copied and pasted the portion of the div id="slider" section of the file and that has appears to corrected the changes in the file. Thank you again for your help.
Mark

12 Jun 2014, 2:53 PM
#779
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

maperr55:

HI,
Copied and pasted the portion of the div id="slider" section of the file and that has appears to corrected the changes in the file. Thank you again for your help.
Mark

I am happy that you figured it out ;)

Thanks,

Anne

25 Aug 2014, 9:40 AM
#780
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 made a 2e webshop, but I need the ezpages, I have done all, but still not working, can you help me please
https://www.ellenspaintings.com

Ellen