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

Andover Modern Template Support Thread

Views: 145,468

Results 561 to 580 of 790
26 Apr 2012, 12:37 AM
#561
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

mike_m29:

Great, thank you Anne

The more I work with your template, the more I like it

That's great!

Thanks,

Anne

9 May 2012, 8:14 PM
#562
greengecko avatar

greengecko

New Zenner

Join Date:
Sep 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

How do I enable the EZ-page header links?

10 May 2012, 2:32 PM
#563
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

GreenGecko:

How do I enable the EZ-page header links?

Go to line 76 in includes/templates/andover_modern/css/stylesheet and remove the :

display:none;

You will need to add the styles for the top ezpage links as the templaet is designed not to use them.

Thanks,

Anne

11 May 2012, 1:46 AM
#564
greengecko avatar

greengecko

New Zenner

Join Date:
Sep 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Thank you Anne,

This is a highly altered version of your theme, I have already created the styles for the ez-pages and increased the menu height to accommodate the second row of the ez-page menu bar links.

BTW I also figured out how to control the speed of the java slider, you just need to add a speed element to the java script call like this:

<script type="text/javascript">
		$(document).ready(function(){	
		    
			$("#slider").easySlider({
				auto: true, 
				continuous: true,
				numeric: true,
                                speed: 3000
			});
			
		});	
	</script>
11 May 2012, 3:58 PM
#565
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

GreenGecko:

Thank you Anne,

This is a highly altered version of your theme, I have already created the styles for the ez-pages and increased the menu height to accommodate the second row of the ez-page menu bar links.

BTW I also figured out how to control the speed of the java slider, you just need to add a speed element to the java script call like this:

<script type="text/javascript"> $(document).ready(function(){ $("#slider").easySlider({ auto: true, continuous: true, numeric: true, speed: 3000 }); }); </script>

Thanks for posting!  I'll include this in a future update of the template pacakge.

Thanks,

Anne
5 Jun 2012, 12:26 AM
#566
edvon avatar

edvon

New Zenner

Join Date:
Aug 2009
Posts:
26
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Great template!
I am only 50% confident altering the existing php pages, but if one would like to add a pinterest share button, is the only place to enter/alter the code in:

includes/templates/andover_modern/templates/tpl_product_info_display.php

or does it need altering elsewhere?

thanks, edvon

5 Jun 2012, 12:17 PM
#567
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

edvon:

Great template!
I am only 50% confident altering the existing php pages, but if one would like to add a pinterest share button, is the only place to enter/alter the code in:

includes/templates/andover_modern/templates/tpl_product_info_display.php

or does it need altering elsewhere?

thanks, edvon

If you want a button on the product info page then that is the correct file to edit.

Thanks,

Anne

8 Jun 2012, 11:28 PM
#568
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I am having difficulty getting this template to load, my site is only showing what appears to be the background. I checked my cache and found the following error:
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/modules/sideboxes/languages_header.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/lyriclea/public_html/includes/templates/andover_modern/common/tpl_header.php on line 44
Any suggestions as to how to fix this problem?

I just tried to re-upload just the tpl_languages_header.php file again directly to the /www/includes/templates/andover_modern/sideboxes folder but it sill is not functioning

9 Jun 2012, 2:33 PM
#569
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

billcurley:

I am having difficulty getting this template to load, my site is only showing what appears to be the background. I checked my cache and found the following error:
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/modules/sideboxes/languages_header.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/lyriclea/public_html/includes/templates/andover_modern/common/tpl_header.php on line 44
Any suggestions as to how to fix this problem?

I just tried to re-upload just the tpl_languages_header.php file again directly to the /www/includes/templates/andover_modern/sideboxes folder but it sill is not functioning

You have not uploaded all of the template package files to your server or have uploaded them to the wrong directories. Try with a fresh upload. You can also try just uploading the missing
includes/modules/sideboxes/languages_header.php file.

Thanks,

Anne

9 Jun 2012, 11:15 PM
#570
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Finally got the silly thing uploaded and installed correctly, thank you for your help.

I am now having an issue with the facebook link not functioning. I edited the test on the footer menu .php file to read as follows:

define('TWITTER', 'http://www.twitter.com/lyricleather');
define('FACEBOOK','http://www.facebook.com/lyricleather');

but I am getting a 404 error file not found message when I click on the link at the bottom of the page.
Any thoughts?

10 Jun 2012, 12:08 PM
#571
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Thanks for all the help everyone. The issue turned out that not all of the folders and files uplaoded not sure why, I tried fresh uploads several times, finally had to go through folder by folder within this template and check for each and every file....royal pain in the you know what, but I finally got it :-)
Still having a minor issue with the Facebook like link. I think I added the information correctly to the extra def folder correctly:
In: /home2/lyriclea/includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php
I edited the following to read:

define('FACEBOOK','http://www.facebook.com/lyricleather');

There also seems to be a code break on my contact us link in the header, I went to :
/home2/lyriclea/includes/languages/english/andover_modern/header.php

and everything seems fine, see below:

// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', '<span class="header-checkout">Checkout</span>');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
define('HEADER_TITLE_CONTACT_US', 'Contact Us');

but my home page is displaying
" HEADER_TITLE_CONTACT_US "
it should only read " Contact Us " correct?

This code break seems to also exist in the "information" sidebox

10 Jun 2012, 12:28 PM
#572
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

There seems to be a code break with the Header contact us as well as in the information sidebox. text that is being displayed is:
HEADER_TITLE_CONTACT_US
and
BOX_INFORMATION_ABOUT_US
I found one other post referencing line 91 in /includes/templates/andover_modern/common/tpl_header.php
but you corrected the poster saying that you had created something to address this, a problem still exists, any idea where the problem lies?

10 Jun 2012, 1:25 PM
#573
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

billcurley:

Finally got the silly thing uploaded and installed correctly, thank you for your help.

I am now having an issue with the facebook link not functioning. I edited the test on the footer menu .php file to read as follows:

define('TWITTER', 'http://www.twitter.com/lyricleather');
define('FACEBOOK','http://www.facebook.com/lyricleather');

but I am getting a 404 error file not found message when I click on the link at the bottom of the page.
Any thoughts?

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

Thanks,

Anne

10 Jun 2012, 1:27 PM
#574
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

billcurley:

Thanks for all the help everyone. The issue turned out that not all of the folders and files uplaoded not sure why, I tried fresh uploads several times, finally had to go through folder by folder within this template and check for each and every file....royal pain in the you know what, but I finally got it :-)
Still having a minor issue with the Facebook like link. I think I added the information correctly to the extra def folder correctly:
In: /home2/lyriclea/includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php
I edited the following to read:

define('FACEBOOK','http://www.facebook.com/lyricleather');

There also seems to be a code break on my contact us link in the header, I went to :
/home2/lyriclea/includes/languages/english/andover_modern/header.php

and everything seems fine, see below:

// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', '<span class="header-checkout">Checkout</span>');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
define('HEADER_TITLE_CONTACT_US', 'Contact Us');

but my home page is displaying
" HEADER_TITLE_CONTACT_US "
it should only read " Contact Us " correct?

This code break seems to also exist in the "information" sidebox

These problems are not template relates. Either your web host is really bad, or you are just not uploading all of the template package files to the correct locations on your server. Once all files are in place everything will work fine.

Thanks,

Anne

10 Jun 2012, 1:28 PM
#575
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

billcurley:

There seems to be a code break with the Header contact us as well as in the information sidebox. text that is being displayed is:
HEADER_TITLE_CONTACT_US
and
BOX_INFORMATION_ABOUT_US
I found one other post referencing line 91 in /includes/templates/andover_modern/common/tpl_header.php
but you corrected the poster saying that you had created something to address this, a problem still exists, any idea where the problem lies?

This is not a problem with the template. See my answer to your other post asking the same question.

Thanks,

Anne

10 Jun 2012, 1:39 PM
#576
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

Either your web host is really bad, or you are just not uploading all of the template package files to the correct locations on your server. Once all files are in place everything will work fine.

Thanks,

Anne

Host appears to be bluehost, so no problems there.

billcurley appears to not know how to use FTP...

We have used andover modern on several sites, and it takes about 14 seconds to FTP the template to the server, and then about 30 seconds to activate it and reset sideboxes.

Whole procedure should not take more than 60 to 75 seconds...

10 Jun 2012, 5:42 PM
#577
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I know perfectly well how to use an FTP site it is way too simple to use, not sure why the files wouldn't upload as a package but they wouldn't.
here is a link to my site
http://lyricleather.com/

I posted what folder I found the files in on my server so if they are in the wrong folder or hierarchyy please let me know so I can move them and get them in the correct place. Thank you.

I have never dealt with php files though and the structure of zen cart seems to have files all over the place, still figuring that part out as to what is where and why.
Some of the issues that I was and am having have been mentioned in other posts though there was no solution posted, just the accusatory blasts that someone didn't know what they were doing.

10 Jun 2012, 6:05 PM
#578
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Some of the issues that I was and am having have been mentioned in other posts though there was no solution posted, just the accusatory blasts that someone didn't know what they were doing.

Bill... I have indicated the FTP procedure three or four times now, and you still seem to be having difficulty.

Move the ENTIRE "includes" folder (in the unzipped template download) to the server.

With Filezilla, this is a drag 'n drop.

ONE:
Highlight the includes folder on your local machine.

TWO:
Drag it to the server at the level you see the corresponding (server-side) includes folder.

Really... It can't be more simply explained.

The inherent folder and file hierarchy in the local copy of "includes" will be retained when it is FTP'd to the server.

Also... I suggested you consider a proper FTP program - WS-FTP Pro by Ipswitch is not only safer and more robust, but a trillion times easier than filezilla.

10 Jun 2012, 6:31 PM
#579
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Schoolboy,
I appreciate your explanation, I know how to move files from my machine to my server using filezilla. I don't know shy some of the files were not getting uploaded but they weren't, I deleted the upload on my server at least three times and re-uploaded it. I finally went through folder by folder and checked for missing files and uploaded the ones that were not getting through, that finally got the template to function but there seem to still be some issues which I have not yet figured out what is causing them. Just as an example the "about us.php" file is not listed in the define pages editor drop down, this is not a problem now because I was able to locate it on my server and edit the file there. But the other problems I am not finding a solution to. Also, just FYI Anne, the link to your you tube video on the install readme file for "Add "Important Links" to footer menu" is the same link as step 9 "Customize Facebook and Twitter links"

10 Jun 2012, 7:11 PM
#580
billcurley avatar

billcurley

New Zenner

Join Date:
Jun 2012
Posts:
36
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Got it fixed, a friend of mine just came over and took a look, there were still some missing files and folders, still uncertain why they didn't upload, perhaps I will take schoolboys advise in the future and get a different ftp program. thanks